summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)AuthorFilesLines
2015-07-10vcl: move resample kernel classes out of bitmap.hxxMichael Stahl1-0/+8
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-8/+0
2015-07-09opengl: use MVP matrix in vertex shaders, pixel offsetsTomaž Vajngerl7-50/+77
2015-07-09opengl: adjust rect drawing - should be to width (height) - 1Tomaž Vajngerl1-2/+2
2015-07-09opengl: don't forget to call swapBuffers when paint endsTomaž Vajngerl1-0/+1
2015-07-08loplugin:unusedmethods vclNoel Grandin3-46/+0
2015-07-03opengl: draw rectangle lines with only one glDrawArrays callTomaž Vajngerl1-7/+18
2015-07-03opengl: use common macro for conversion of coordinatesTomaž Vajngerl1-31/+32
2015-07-03opengl: fix fat hairlines - draw hairlines using DrawLineAATomaž Vajngerl1-10/+9
2015-06-21Fix typosAndrea Gelmini1-1/+1
2015-06-17finally enable the blacklist parserMarkus Mohrhard2-0/+27
2015-06-17fix a few bugs in blacklist parserMarkus Mohrhard1-2/+8
2015-06-17add license header to blacklist fileMarkus Mohrhard1-0/+8
2015-06-17install blacklist into user profileMarkus Mohrhard1-0/+0
2015-06-17remove all traces of old device codeMarkus Mohrhard1-318/+23
2015-06-17fix typo in file nameMarkus Mohrhard1-0/+0
2015-06-17support multiple devices in the blacklistMarkus Mohrhard2-5/+14
2015-06-17rename xml elements as I need to reorganize everything a bitMarkus Mohrhard2-4/+4
2015-06-17first part for server based blacklistMarkus Mohrhard4-33/+392
2015-06-16Drop duplicated statementsTor Lillqvist1-9/+0
2015-06-16Log blacklisting more visiblyTor Lillqvist1-0/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-15Fix humorous search/replace accidentTor Lillqvist1-3/+4
2015-06-12that case can't happen anymoreMarkus Mohrhard1-5/+1
2015-06-12in general this seems to make more senseMarkus Mohrhard1-3/+8
2015-06-08\<the the\> -> theJan Holesovsky1-1/+1
2015-06-03more style fixesMarkus Mohrhard1-3/+6
2015-06-03that is not a TODO anymore, we actually block OpenGL in RDP connectionsMarkus Mohrhard1-1/+1
2015-06-03fix commentMarkus Mohrhard1-5/+5
2015-06-03document that these are references to mozilla bugsMarkus Mohrhard1-9/+7
2015-06-03more style clean-upMarkus Mohrhard1-66/+135
2015-06-03adapt coding styleMarkus Mohrhard1-31/+63
2015-06-03document that it is a reference to a mozilla bugMarkus Mohrhard1-6/+5
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-18/+18
2015-05-05typo: strech -> stretchAndras Timar1-1/+1
2015-04-01loplugin:staticfunctionNoel Grandin3-7/+7
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-3/+3
2015-03-20opengl: More checking for GL errors.Jan Holesovsky1-0/+20
2015-03-19opengl: Off-by-one in getPixel.Jan Holesovsky1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-03-05this drawAlphaBitmap variant is unusedCaolán McNamara1-16/+0
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-1/+1
2015-01-31coverity#1267670 Division or modulo by float zeroCaolán McNamara1-7/+5
2015-01-27when drawing a transformed bitmap in opengl backend, scale it betterLuboš Luňák4-2/+84
2015-01-27make it possible to easily have variants of glsl programsLuboš Luňák2-4/+4
2015-01-22Apply GLSL patch for areaScaleFragmentShaderChris Sherlock1-0/+6