511 Commits (007e1253c6b37c2cd1a07513aebbdc368183d12e)

Author SHA1 Message Date
David Edmundson 42768d515a Add missing include 11 years ago
Martin Gräßlin 4bf479aca2 [libkwineffects] GL_NONE instead of None in GLTexture 11 years ago
Martin Gräßlin 713c6b25dc [kwinglutils] Init glVersion on gles 11 years ago
Thomas Lübking c5bb84469d make window elevation scriptable 11 years ago
Thomas Lübking 4a9b56d950 forward showingDesktop signal to effects 11 years ago
Martin Gräßlin f1f87c7a7d Guard access to Display in GLPlatform::getXServerVersion 11 years ago
Martin Gräßlin 8c15da99ae Use property for x11AppScreen in KWin::Application 11 years ago
Martin Gräßlin 0d51952d78 Provide x11Connection as a property on the KWin::Application 11 years ago
Martin Gräßlin fe9873e4b1 Provide x11RootWindow as a property on the KWin::Application 11 years ago
Martin Gräßlin d95ab94f0a Migrate away from QX11Info::appTime 11 years ago
Martin Gräßlin caf99f83d5 Require Qt 5.4 11 years ago
Martin Gräßlin 7bbb68aad6 Check GL version and/or extension for using texture format GL_R8 11 years ago
Martin Gräßlin d344b6cc3d Fix glPixelStore in GLTexture::update 11 years ago
Thomas Lübking 31cfd02756 forward cursorshape changes to effectshandler 11 years ago
Kai Uwe Broulik e814a60045 Add isOnScreenDisplay to EffectWindow 11 years ago
Tobias C. Berner ef3f0f753b Add <array> include where needed, to make it build on FreeBSD. 11 years ago
Martin Gräßlin 6b0ae95b80 Increase so-version for kwineffect libraries 11 years ago
Martin Gräßlin 4f80a3d3a8 Increase so-version for kwineffect libraries 11 years ago
Thomas Lübking f61d3ade84 shortcut rendering textures for empty an rect 11 years ago
Fredrik Höglund 35110d72c6 Avoid converting images in GLTexture when possible 11 years ago
Fredrik Höglund 7fd4cf0227 Add GLTexture::setSwizzle() 11 years ago
Fredrik Höglund 4d738b86ea Add an internalFormat parameter to the GLTexture ctor 11 years ago
Fredrik Höglund 74b65fcd00 Add support for GL_ARB_texture_storage 11 years ago
Fredrik Höglund 450be6a378 Add a levels parameter to the GLTexture ctor 11 years ago
Fredrik Höglund ccf1bad426 Make mipmap filters other than GL_LINEAR_MIPMAP_LINEAR work 11 years ago
Fredrik Höglund aefadfaa6a Don't generate mipmaps in GLTexture::bind() 11 years ago
Fredrik Höglund f8d1a0868a Test the generated shaders on startup 11 years ago
Fredrik Höglund d2cb9f9bf6 Add a model-view and a projection matrix in WindowPaintData 11 years ago
Fredrik Höglund 05c309da67 Add a ModelViewProjectionMatrix uniform 11 years ago
Fredrik Höglund afcc8337de Add support for generating shaders at runtime 11 years ago
Fredrik Höglund 90dfb3ca8b Grow the persistently mapped VBO as needed 11 years ago
Fredrik Höglund 4b3fabbfc9 Add support for GL_ARB_buffer_storage 11 years ago
Martin Gräßlin bf4ba54647 Remove displayWidth and displayHeight from the compositor 11 years ago
Fredrik Höglund 9d01ed16be Remove GLTexturePrivate::bind()/unbind() 11 years ago
Fredrik Höglund 4b9448db5e Inline GLTexture::load(QImage) in the constructor 11 years ago
Fredrik Höglund 9c7720abca Remove GLTexture::load(QPixmap) and load(QString) 11 years ago
Fredrik Höglund 383a5ac319 Remove GLTexturePrivate::convertToGLFormat() 11 years ago
Fredrik Höglund 6ac7371113 Remove most calls to checkGLError() 11 years ago
Fredrik Höglund cb39eb0cc5 Use consistent names for the static members in GLTexturePrivate 11 years ago
Fredrik Höglund 854f66c164 Make s_supportsUnpack a static member of GLTexturePrivate 11 years ago
Fredrik Höglund edb0751cba Remove the NPOT texture support checks 11 years ago
Fredrik Höglund 181afc85fe Remove the saturation support checks 11 years ago
Fredrik Höglund 978a5e10f3 Remove the #ifdefs for GLES in GLTexture 11 years ago
Volker Krause 5db2d5a556 Make constants const, saves a few symbols in the .data section. 12 years ago
Fredrik Höglund 3a47b1c1c0 Add XRenderUtils::findPictFormat() and findPictFormatInfo() 12 years ago
Fredrik Höglund 0aff9830df Remove the decoration opacity property 12 years ago
Jonathan Riddell dc554ed256 use standard way to version applications in Plasma 12 years ago
Martin Gräßlin f9a7b94ee7 Create dedicated kwin_x11 and kwin_wayland binaries 12 years ago
Martin Gräßlin 7f3b349ab3 Recommend OpenGL2 compositor for virtualbox and vmware 12 years ago
Fredrik Höglund aa7f9f26f6 Fix the GLES build 12 years ago