summaryrefslogtreecommitdiffstats
path: root/vcl/opengl
Commit message (Expand)AuthorAgeFilesLines
* opengl: use VCL_GL_INFO in salbmp so messages appear apitraceTomaž Vajngerl2015-09-281-12/+12
* make CalcMaskShift a verifiable operationCaolán McNamara2015-09-171-11/+37
* tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks2015-09-163-3/+9
* opengl: check framebuffer completenessTomaž Vajngerl2015-09-161-2/+5
* opengl: support reading back 1-bit masks from textureTomaž Vajngerl2015-09-161-12/+46
* tdf#93666: use x,y coords when reading texture part + don't bindTomaž Vajngerl2015-09-161-10/+12
* opengl: optimize search for a free slot in texture atlasTomaž Vajngerl2015-09-161-7/+10
* opengl: this doesn't really do anything as data is null anywayTomaž Vajngerl2015-09-161-41/+4
* GL paint-flushing guard re-work.Michael Meeks2015-09-161-23/+5
* tdf#94213 - cleanup associated GL contexts properly when DCs released.Michael Meeks2015-09-161-0/+1
* clean up VclEventListeners and VclEventListeners2Noel Grandin2015-09-161-0/+1
* tdf#94252 - avoid switching contexts un-necessarily to reduce flicker.Michael Meeks2015-09-161-0/+9
* tdf#94213 - release offscreen texture properly on re-size.Michael Meeks2015-09-162-3/+24
* tdf#93814: Added support for caching shader program binaries.Marco Cecchetti2015-09-151-2/+5
* windows opengl: mpProgram seen as 0Miklos Vajna2015-09-101-0/+6
* Revert "add some warnings to non-implemented features"Tor Lillqvist2015-09-091-4/+4
* OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks2015-09-081-2/+2
* tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks2015-09-085-53/+36
* tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.Jan Holesovsky2015-09-031-1/+17
* Restored missing includes from source files.Ashod Nakashian2015-09-031-0/+2
* opengl: let OutputDevice do the bezier subdivisionTomaž Vajngerl2015-09-031-22/+8
* tdf#93859 opengl - don't cache radiobuttons, refactor code dupl.Tomaž Vajngerl2015-09-022-2/+2
* More useful param typeStephan Bergmann2015-09-012-3/+3
* WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist2015-09-011-1/+1
* Removed the crc table from the check-sum headerMarco Cecchetti2015-09-011-1/+1
* gl-checksum: added a minimum size check for using GL versionMarco Cecchetti2015-09-011-1/+12
* CRC is an integer type -> mnChecksum.Michael Meeks2015-09-011-1/+1
* vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti2015-09-011-1/+1
* moved chechsum.hxx in include/vclMarco Cecchetti2015-09-011-1/+1
* Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti2015-09-013-1/+178
* tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks2015-09-011-0/+13
* windows opengl: Don't paint cached widgets upside down.Jan Holesovsky2015-09-011-2/+2
* opengl: use "old" SubdivideBezier when drawing PolyLinesTomaž Vajngerl2015-09-011-19/+14
* tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks2015-08-311-1/+1
* tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks2015-08-312-2/+17
* we only use 8 array entriesMarkus Mohrhard2015-08-291-1/+1
* Add missing helpful GL trace messages outside of the impl. itself.Michael Meeks2015-08-282-13/+13
* tdf#93736 need to create trapezoid from input polygonTomaž Vajngerl2015-08-281-14/+18
* tdf#93529 - use debug messages while rendering to break up the trace.Michael Meeks2015-08-282-27/+27
* initial work for conditional formatting import for orcusMarkus Mohrhard2015-08-281-0/+4
* coverity#1320472 Uninitialized scalar fieldCaolán McNamara2015-08-271-6/+9
* -Werror,-Wpessimizing-moveStephan Bergmann2015-08-261-5/+5
* tdf#92019 Use texture atlas for 16, 24, 32, 48, 64 px width imagesTomaž Vajngerl2015-08-261-1/+36
* vcl OpenGL program: Cache mvp matrix to reduce ~200 api calls per frame.Lubosz Sarnecki2015-08-261-1/+12
* -Werror,-Wpessimizing-move ("moving a temporary object prevents copy elision")Stephan Bergmann2015-08-241-1/+1
* opengl: push mask coords to the shaders along the image coordsTomaž Vajngerl2015-08-2410-14/+83
* Fixed (fixed size) texture atlas for "caching" OpenGL texuresTomaž Vajngerl2015-08-242-19/+152
* save texture to file as a PNG imageTomaž Vajngerl2015-08-241-1/+22
* tdf#93547 - Disable OpenGL if we have a SEGV on windows in that code.Michael Meeks2015-08-213-0/+60
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-171-3/+3