summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)Author
2015-10-17tdf#94686: Disable all vendors except for AMD/ATI/Intel/NVIDIA for nowMichael Meeks
2015-10-17opengl: take row stride into account when reading to 1-bit bitmapTomaž Vajngerl
2015-09-18opengl: support reading back 1-bit masks from textureTomaž Vajngerl
2015-09-18tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks
2015-09-18opengl: check framebuffer completenessTomaž Vajngerl
2015-09-18opengl: this doesn't really do anything as data is null anywayTomaž Vajngerl
2015-09-18tdf#93814: Added support for caching shader program binaries.Marco Cecchetti
2015-09-18opengl: optimize search for a free slot in texture atlasTomaž Vajngerl
2015-09-18tdf#93666: use x,y coords when reading texture part + don't bindTomaž Vajngerl
2015-09-18GL paint-flushing guard re-work.Michael Meeks
2015-09-18tdf#94252 - avoid switching contexts un-necessarily to reduce flicker.Michael Meeks
2015-09-18tdf#94213 - defer glFlushing until we've re-rendered after a re-size.Michael Meeks
2015-09-18windows opengl: mpProgram seen as 0Miklos Vajna
2015-09-18OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks
2015-09-18tdf#94006 - re-factor and fix OpenGLContext mis-use.Michael Meeks
2015-09-18tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.Jan Holesovsky
2015-09-18tdf#93662 - allow GL by default only on recent drivers on recent windows.Michael Meeks
2015-09-18opengl: let OutputDevice do the bezier subdivisionTomaž Vajngerl
2015-09-18tdf#93859 opengl - don't cache radiobuttons, refactor code dupl.Tomaž Vajngerl
2015-09-18WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist
2015-09-18tdf#93532 - Switching to 64-bit checksumMarco Cecchetti
2015-09-18tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks
2015-09-18tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks
2015-09-18windows opengl: Don't paint cached widgets upside down.Jan Holesovsky
2015-09-18tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks
2015-09-18tdf#93736 opengl: use "old" SubdivideBezier when drawing PolyLinesTomaž Vajngerl
2015-08-31Add missing helpful GL trace messages outside of the impl. itself.Michael Meeks
2015-08-31tdf#93736 need to create trapezoid from input polygonTomaž Vajngerl
2015-08-31tdf#93529 - use debug messages while rendering to break up the trace.Michael Meeks
2015-08-31coverity#1320472 Uninitialized scalar fieldCaolán McNamara
2015-08-31tdf#92019 Use texture atlas for 16, 24, 32, 48, 64 px width imagesTomaž Vajngerl
2015-08-31opengl: push mask coords to the shaders along the image coordsTomaž Vajngerl
2015-08-31Fixed (fixed size) texture atlas for "caching" OpenGL texuresTomaž Vajngerl
2015-08-31vcl OpenGL program: Cache mvp matrix to reduce ~200 api calls per frame.Lubosz Sarnecki
2015-08-31tdf#93547 - Disable OpenGL if we have a SEGV on windows in that code.Michael Meeks
2015-08-20opengl: cache native widget textures also for WindowsTomaž Vajngerl
2015-08-20Apply MVP matrix when drawing texture using OpenGLProgramTomaž Vajngerl
2015-08-20opengl: support reading 8bit texture (fixes icon corruption)Tomaž Vajngerl
2015-08-20opengl: when scaling, create a new texture with equal settingsTomaž Vajngerl
2015-08-20opengl: don't cache checkboxes for nowTomaž Vajngerl
2015-08-20Use LRU map for caching of native widgetsTomaž Vajngerl
2015-08-20tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl
2015-08-06opengl: use MVP matrix in vertex shaders, pixel offsetsTomaž Vajngerl
2015-08-06opengl: adjust rect drawing - should be to width (height) - 1Tomaž Vajngerl
2015-08-06opengl: don't forget to call swapBuffers when paint endsTomaž Vajngerl
2015-08-06opengl: draw rectangle lines with only one glDrawArrays callTomaž Vajngerl
2015-08-06opengl: use common macro for conversion of coordinatesTomaž Vajngerl
2015-08-06opengl: fix fat hairlines - draw hairlines using DrawLineAATomaž Vajngerl
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin