summaryrefslogtreecommitdiffstats
path: root/vcl/opengl
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-2/+2
* Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann2017-03-032-2/+2
* Fix typosAndrea Gelmini2017-03-021-2/+2
* loplugin:subtlezeroinit: vclStephan Bergmann2017-02-211-1/+1
* Typo: lenghten->lengthenJulien Nabet2017-02-152-2/+2
* loplugin:unusedenumconstants read-only constants in vcl (2)Noel Grandin2017-02-091-2/+1
* Related: tdf#105514 recursive fallback GetOpenGLContextCaolán McNamara2017-01-271-1/+7
* Refactor Scheduler to add Task classJan-Marek Glogowski2017-01-171-4/+5
* new loplugin: useuniqueptr: vclNoel Grandin2017-01-131-2/+1
* New loplugin:externvar: vclStephan Bergmann2017-01-091-1/+1
* tdf#97228 Moved class ControlCacheKey in a seperate include file.Huzaifa Iftikhar2017-01-042-0/+2
* Related: tdf#104705 an effort to address crashCaolán McNamara2016-12-202-2/+2
* loplugin:nullptr (clang-cl)Stephan Bergmann2016-12-161-1/+1
* Simplify GLX11Window::HasGLXExtension, avoiding strtokStephan Bergmann2016-12-141-39/+6
* change from glew to epoxyCaolán McNamara2016-12-132-22/+43
* move the windows restart because of bad-opengl requirements to a better placeCaolán McNamara2016-12-091-41/+2
* tdf#104034 skip polygons with less than 2 pointsTomaž Vajngerl2016-12-081-0/+2
* model the WinOpenGLContext::isCurrent like the X11OpenGLContext::isCurrentCaolán McNamara2016-12-081-1/+1
* the return from ImplInit *is* checkedCaolán McNamara2016-12-081-3/+2
* convert PolyFlags to scoped enumNoel Grandin2016-12-071-3/+3
* don't leak impl. detailsDavid Tardon2016-11-286-54/+51
* tdf#103820 & tdf#103824 fix texture refactoring mistakeTomaž Vajngerl2016-11-251-1/+1
* loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann2016-11-231-3/+1
* loplugin:datamembershadowStephan Bergmann2016-11-221-3/+3
* loplugin:datamembershadowNoel Grandin2016-11-181-9/+9
* Windows 8 driver blacklistMarina Latini2016-11-101-0/+3
* tdf#103758 wrong GL format for RGBA image buffersTomaž Vajngerl2016-11-091-1/+1
* tdf#103804 reduced register areaScale shader and detection for intelTomaž Vajngerl2016-11-094-22/+122
* opengl: use shared_ptr for ImplOpenGLTextureTomaž Vajngerl2016-11-073-23/+14
* opengl: move shaders to its own directoryTomaž Vajngerl2016-11-0426-0/+0
* opengl: change from BGRA to RGBA color arrangement on WindowsTomaž Vajngerl2016-11-041-39/+1
* loplugin:expandablemethods in vclNoel Grandin2016-10-261-5/+0
* opengl: blit offscreen framebuffer instead of drawingTomaž Vajngerl2016-10-192-44/+20
* clang-cl loplugin: vclStephan Bergmann2016-10-153-58/+58
* Fix typosAndrea Gelmini2016-10-032-2/+2
* loplugin:unusedmethods in sc..vclNoel Grandin2016-09-222-12/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* don't need to include all these headers, reduce to required minCaolán McNamara2016-09-061-1/+0
* convert GradientStyle to scoped enumNoel Grandin2016-09-051-6/+6
* opengl: remove unsused "bitmap ops" in GL backendTomaž Vajngerl2016-08-311-30/+1
* cppcheck: noCopyConstructorCaolán McNamara2016-08-181-0/+4
* fix windows buildNoel Grandin2016-08-121-1/+1
* opengl: add #version to shaders - minimum 130 which is OpenGL 3.0Tomaž Vajngerl2016-08-0521-0/+42
* tdf#101008 fix XOR renderingTomaž Vajngerl2016-08-041-24/+69
* Look also for "RDPDD Chained DD"Tor Lillqvist2016-08-011-1/+2
* opengl: don't initialize MSAA when we create VCL contextTomaž Vajngerl2016-07-281-2/+7
* opengl: improve context creation, temp window creation on windowsTomaž Vajngerl2016-07-281-15/+37
* tdf#100915 draw antialiased line just for polygon outlineTomaž Vajngerl2016-07-281-11/+4
* tdf#101138 opengl: blacklist intel drivers for Win 7Tomaž Vajngerl2016-07-261-0/+3
* opengl: log device/driver info, remove unneeded info messagesTomaž Vajngerl2016-07-251-0/+1