43 Commits (0bd5eff8623dceb6e2dee445edcc244ccb620660)

Author SHA1 Message Date
Martin Gräßlin dcf7f40c18 [kwinglutils] Drop eglResolveFunctions 9 years ago
Martin Gräßlin d7fa827644 Pass function ptr to resolve glFunctions to initGL 9 years ago
Martin Gräßlin feac312ee0 Move resolving glxSwapIntervalMesa into platform plugin 9 years ago
Martin Gräßlin 416d8060cf Don't query for GL_CONTEXT_FLAGS if not at least OpenGL 3.0 10 years ago
Martin Gräßlin 01451eea36 Revert "Handle conflicts between epoxy and manually resolved function pointers" 10 years ago
Martin Gräßlin 1d75cd26fb Verify that context is robust before resolving robust functions 10 years ago
Martin Gräßlin ac1dbac8b1 Handle conflicts between epoxy and manually resolved function pointers 11 years ago
Martin Gräßlin d5a5725db1 Remove remaining compile time checks for OpenGLES 11 years ago
Martin Gräßlin 03231942bb Bind building of glx support on whether epoxy has a glx header 11 years ago
Martin Gräßlin c24e315a9b Drop build option KWIN_BUILD_EGL 11 years ago
Fredrik Höglund d9c4b77f0f Make the GL extension list a QList<QByteArray> 12 years ago
Fredrik Höglund 3b8b1455a6 Use libepoxy to resolve GL functions 12 years ago
Matteo De Carlo 59bb857c7b Replace NULL with nullptr in libkwineffects 12 years ago
Casian Andrei 4d24fe8b30 Fix many color correction problems with OpenGL ES 13 years ago
Martin Gräßlin 330d40f425 Fix no cast to/from ASCII intrduced issues 13 years ago
Casian Andrei 54ee2bf564 Fix many color correction problems with OpenGL ES 13 years ago
Fredrik Höglund 479ea5db61 kwin: Resolve functions for GL_ARB_copy_buffer 13 years ago
Fredrik Höglund 5e7b2a34a8 kwin: Resolve functions for GL_ARB_draw_elements_base_vertex 13 years ago
Fredrik Höglund 2f87b7542f kwin/es: Resolve functions for GL_EXT_robustness 13 years ago
Fredrik Höglund adc581d2ab kwin: Resolve functions for GL_ARB_robustness 13 years ago
Fredrik Höglund e65f717b47 kwin/es: Resolve functions for GL_EXT_map_buffer_range 13 years ago
Fredrik Höglund b6585c2d8b kwin/es: Resolve functions for GL_OES_mapbuffer 13 years ago
Fredrik Höglund 11b9323f3d kwin: Resolve functions for GL_ARB_map_buffer_range 13 years ago
Fredrik Höglund 08d3b6cc3a kwin: Resolve more functions from ARB_vertex_buffer_object 13 years ago
Fredrik Höglund e0003db385 kwin: Resolve functions for GL_EXT_gpu_shader4 13 years ago
Fredrik Höglund 2bcad53bbb kwin: Resolve functions for GL_ARB_vertex_array_object 13 years ago
Fredrik Höglund 5b80d8d513 kwin: Fix shader function resolution for core contexts 13 years ago
Fredrik Höglund cb81e11375 kwin: Fix FBO function resolution for core contexts 13 years ago
Fredrik Höglund 855a7cc897 kwin: Fix glActiveTexture() resolution for core contexts 13 years ago
Fredrik Höglund 1bcf95f3f9 kwin: Fix VBO function resolution for core contexts 13 years ago
Fredrik Höglund aab026af93 kwin: Resolve functions for GLX_ARB_create_context 13 years ago
Ralf Jung 96bc979ca8 Fix buffer swap prototypes 14 years ago
Martin Gräßlin 476adac337 Do not resolve glx functions specified in GLX 1.3 14 years ago
Martin Gräßlin 15d714d82c Do not resolve glBlendColor 14 years ago
Martin Gräßlin cf35c26396 Rework the resolving of OpenGL function pointers 14 years ago
Martin Gräßlin a401558a43 Provide OpenGL over Egl 14 years ago
Thomas Lübking fc665106c9 Swap vsync order, trade in 1frame lag 14 years ago
Fredrik Höglund 965feeb9f3 kwin: fix glBlitFramebuffer resolution 15 years ago
Pierre-Loup A. Griffais 2570e9ec61 kwin-gles: add support for EGL_NV_post_sub_buffer 15 years ago
Pierre-Loup A. Griffais 5971daf1c6 kwin-gles: check for EGL_image OR EGL_image_base + EGL_image_pixmap 15 years ago
Martin Gräßlin 225c362a04 Add support for framebuffer blit extension 15 years ago
Martin Gräßlin f5a187d224 Remove KWIN_HAVE_OPENGL from kwingl(es)utils 15 years ago
Martin Gräßlin 57d11c134a Move kwineffects library into own directory 15 years ago
Martin Gräßlin 0a7e48f7aa KWin uses kdelibs coding style. 15 years ago
Martin Gräßlin 460ca2729a Make KWin-GLES branch compile with desktop GL 15 years ago
Martin Gräßlin 9bbb852f0c Resolve EGL and GLES function pointers 15 years ago
Martin Gräßlin f240fc2196 Support QMatrix4x4 as Uniform value 15 years ago
Martin Gräßlin faa86c2464 We do not need to resolve extensions in OpenGL ES. 15 years ago
Martin Gräßlin 56ce39def8 Core profile compatible basic scene rendering. 15 years ago
Martin Gräßlin d732e2f56c On the road to more efficient painting: introducing new class GLVertexBuffer which encapsulates a vertex buffer object. 16 years ago