summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)AuthorFilesLines
2017-06-06use member initialization listCaolán McNamara1-4/+3
2017-05-30teach redundantcast plugin about functional castsNoel Grandin2-14/+14
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-1/+1
2017-05-25loplugin:constantparamNoel Grandin2-5/+5
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-8/+8
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin1-3/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock5-0/+5
2017-04-22Don't keep gGlobalGlyphCache, gTextureCache around until exitStephan Bergmann1-9/+9
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-16/+16
2017-04-04loplugin:loopvartoosmall (clang-cl)Stephan Bergmann1-2/+1
2017-04-04tdf#105162: Need to call epoxy_handle_external_wglMakeCurrent()Tor Lillqvist1-0/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna4-25/+25
2017-03-28ofz#954 out of memoryCaolán McNamara1-0/+5
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-2/+2
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann2-2/+2
2017-03-02Fix typosAndrea Gelmini1-2/+2
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann1-1/+1
2017-02-15Typo: lenghten->lengthenJulien Nabet2-2/+2
2017-02-09loplugin:unusedenumconstants read-only constants in vcl (2)Noel Grandin1-2/+1
2017-01-27Related: tdf#105514 recursive fallback GetOpenGLContextCaolán McNamara1-1/+7
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-4/+5
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-2/+1
2017-01-09New loplugin:externvar: vclStephan Bergmann1-1/+1
2017-01-04tdf#97228 Moved class ControlCacheKey in a seperate include file.Huzaifa Iftikhar2-0/+2
2016-12-20Related: tdf#104705 an effort to address crashCaolán McNamara2-2/+2
2016-12-16loplugin:nullptr (clang-cl)Stephan Bergmann1-1/+1
2016-12-14Simplify GLX11Window::HasGLXExtension, avoiding strtokStephan Bergmann1-39/+6
2016-12-13change from glew to epoxyCaolán McNamara2-22/+43
2016-12-09move the windows restart because of bad-opengl requirements to a better placeCaolán McNamara1-41/+2
2016-12-08tdf#104034 skip polygons with less than 2 pointsTomaž Vajngerl1-0/+2
2016-12-08model the WinOpenGLContext::isCurrent like the X11OpenGLContext::isCurrentCaolán McNamara1-1/+1
2016-12-08the return from ImplInit *is* checkedCaolán McNamara1-3/+2
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-3/+3
2016-11-28don't leak impl. detailsDavid Tardon6-54/+51
2016-11-25tdf#103820 & tdf#103824 fix texture refactoring mistakeTomaž Vajngerl1-1/+1
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann1-3/+1
2016-11-22loplugin:datamembershadowStephan Bergmann1-3/+3
2016-11-18loplugin:datamembershadowNoel Grandin1-9/+9
2016-11-10Windows 8 driver blacklistMarina Latini1-0/+3
2016-11-09tdf#103758 wrong GL format for RGBA image buffersTomaž Vajngerl1-1/+1
2016-11-09tdf#103804 reduced register areaScale shader and detection for intelTomaž Vajngerl4-22/+122
2016-11-07opengl: use shared_ptr for ImplOpenGLTextureTomaž Vajngerl3-23/+14
2016-11-04opengl: move shaders to its own directoryTomaž Vajngerl26-0/+0
2016-11-04opengl: change from BGRA to RGBA color arrangement on WindowsTomaž Vajngerl1-39/+1
2016-10-26loplugin:expandablemethods in vclNoel Grandin1-5/+0
2016-10-19opengl: blit offscreen framebuffer instead of drawingTomaž Vajngerl2-44/+20
2016-10-15clang-cl loplugin: vclStephan Bergmann3-58/+58
2016-10-03Fix typosAndrea Gelmini2-2/+2
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin2-12/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1