kwin/libkwineffects
Fredrik Höglund ab8c6aeec3 kwin: Add a new setData() method in GLVertexBuffer
This overload makes it possible to upload data of an arbitrary size and
type into the buffer object.  The intent is for this method to be used
to upload interleaved vertex data.

This commit also adds setVertexCount() and setAttribLayout().

The rationale for decoupling attribute specification from data uploading
is that the attribute formats and layout change less frequently than
the vertex data.

The vertex count is also specified using a separate function to enable
the caller to upload data for multiple draw calls at the same time.
2013-05-28 16:35:35 +02:00
..
CMakeLists.txt More fine grained linking than X11_LIBRARIES 2013-03-06 10:14:21 +01:00
Mainpage.dox Move kwineffects library into own directory 2011-02-19 10:01:31 +01:00
Messages.sh Improve message extraction 2011-02-20 16:02:33 +01:00
anidata.cpp initialize a member and initialize a boolean 2013-04-29 18:14:50 +02:00
anidata_p.h add effect debug interface and dbus export 2013-03-28 20:31:02 +01:00
kwinanimationeffect.cpp normalize signal/slot 2013-05-11 14:09:15 +02:00
kwinanimationeffect.h add effect debug interface and dbus export 2013-03-28 20:31:02 +01:00
kwinconfig.h.cmake Provide OpenGL over Egl 2012-10-04 17:17:01 +02:00
kwineffects.cpp Change the way how effects can get mouse events 2013-05-03 08:15:42 +02:00
kwineffects.h Change the way how effects can get mouse events 2013-05-03 08:15:42 +02:00
kwinglcolorcorrection.cpp kwin: Fix color correction with GLSL 1.40 2013-05-08 18:33:03 +02:00
kwinglcolorcorrection.h Remove not needed includes from kwineffect header files 2013-03-06 10:23:09 +01:00
kwinglcolorcorrection_p.h Remove not needed includes from kwineffect header files 2013-03-06 10:23:09 +01:00
kwinglobals.cpp Use XCB to resolve the X11 Extensions 2013-01-22 07:50:03 +01:00
kwinglobals.h Defines to create the boilerplate code for KWin's singleton classes 2013-04-15 09:57:25 +02:00
kwinglplatform.cpp kwin: Don't require GL_ARB_shading_language_100 2013-05-08 18:33:02 +02:00
kwinglplatform.h Add some missing includes with Qt5/KF5 2013-03-07 13:59:16 +01:00
kwingltexture.cpp Adding support for GL_EXT_texture_format_BGRA8888 in GLES 2013-03-11 11:21:14 +01:00
kwingltexture.h OpenGLPaintRedirector updates textures directly 2013-03-11 11:21:11 +01:00
kwingltexture_p.h Adding support for GL_EXT_texture_format_BGRA8888 in GLES 2013-03-11 11:21:14 +01:00
kwinglutils.cpp kwin: Add a new setData() method in GLVertexBuffer 2013-05-28 16:35:35 +02:00
kwinglutils.h kwin: Add a new setData() method in GLVertexBuffer 2013-05-28 16:35:35 +02:00
kwinglutils_funcs.cpp kwin/es: Resolve functions for GL_EXT_robustness 2013-05-21 00:22:57 +02:00
kwinglutils_funcs.h Add defines from EXT_robustness 2013-05-23 08:38:16 +02:00
kwinxrenderutils.cpp Remove not needed includes from kwineffect header files 2013-03-06 10:23:09 +01:00
kwinxrenderutils.h Remove not needed includes from kwineffect header files 2013-03-06 10:23:09 +01:00