summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)Author
2015-06-17fix typo in file nameMarkus Mohrhard
2015-06-17support multiple devices in the blacklistMarkus Mohrhard
2015-06-17rename xml elements as I need to reorganize everything a bitMarkus Mohrhard
2015-06-17first part for server based blacklistMarkus Mohrhard
2015-06-16Drop duplicated statementsTor Lillqvist
2015-06-16Log blacklisting more visiblyTor Lillqvist
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15Fix humorous search/replace accidentTor Lillqvist
2015-06-12that case can't happen anymoreMarkus Mohrhard
2015-06-12in general this seems to make more senseMarkus Mohrhard
2015-06-08\<the the\> -> theJan Holesovsky
2015-06-03more style fixesMarkus Mohrhard
2015-06-03that is not a TODO anymore, we actually block OpenGL in RDP connectionsMarkus Mohrhard
2015-06-03fix commentMarkus Mohrhard
2015-06-03document that these are references to mozilla bugsMarkus Mohrhard
2015-06-03more style clean-upMarkus Mohrhard
2015-06-03adapt coding styleMarkus Mohrhard
2015-06-03document that it is a reference to a mozilla bugMarkus Mohrhard
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-05-05typo: strech -> stretchAndras Timar
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-20opengl: More checking for GL errors.Jan Holesovsky
2015-03-19opengl: Off-by-one in getPixel.Jan Holesovsky
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-05this drawAlphaBitmap variant is unusedCaolán McNamara
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-01-31coverity#1267670 Division or modulo by float zeroCaolán McNamara
2015-01-27when drawing a transformed bitmap in opengl backend, scale it betterLuboš Luňák
2015-01-27make it possible to easily have variants of glsl programsLuboš Luňák
2015-01-22Apply GLSL patch for areaScaleFragmentShaderChris Sherlock
2015-01-21callcatcher: update unused codeCaolán McNamara
2015-01-20some debug code for finding leaked OpenGLContextsMarkus Mohrhard
2015-01-20Revert "vcl: increment ref in OpenGLSalGraphicsImpl::AcquireContext"Chris Sherlock
2015-01-20vcl: increment ref in OpenGLSalGraphicsImpl::AcquireContextChris Sherlock
2015-01-19draw polypolygon outline properly (if wanted)Luboš Luňák
2015-01-19do not draw with SALCOLOR_NONELuboš Luňák
2015-01-19remove needless loopLuboš Luňák
2015-01-19vcl: fix glsl int casts of floats.Michael Meeks
2015-01-19try to handle properly fillcolor != linecolor in opengl polypolygons drawingLuboš Luňák
2015-01-19draw polypolygons properly in opengl backendLuboš Luňák
2015-01-19fix opengl hairline special casingLuboš Luňák
2015-01-19use AA for convex polygons when needed tooLuboš Luňák
2015-01-19"area" scaling for opengl that has good results for downscalingLuboš Luňák
2015-01-15coverity#1264396 Uninitialized scalar fieldCaolán McNamara
2015-01-12WaE: vcl/opengl/gdiimpl.cxxCaolán McNamara