summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)Author
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-22Don't keep gGlobalGlyphCache, gTextureCache around until exitStephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-04-04loplugin:loopvartoosmall (clang-cl)Stephan Bergmann
2017-04-04tdf#105162: Need to call epoxy_handle_external_wglMakeCurrent()Tor Lillqvist
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-28ofz#954 out of memoryCaolán McNamara
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann
2017-03-02Fix typosAndrea Gelmini
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann
2017-02-15Typo: lenghten->lengthenJulien Nabet
2017-02-09loplugin:unusedenumconstants read-only constants in vcl (2)Noel Grandin
2017-01-27Related: tdf#105514 recursive fallback GetOpenGLContextCaolán McNamara
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
2017-01-09New loplugin:externvar: vclStephan Bergmann
2017-01-04tdf#97228 Moved class ControlCacheKey in a seperate include file.Huzaifa Iftikhar
2016-12-20Related: tdf#104705 an effort to address crashCaolán McNamara
2016-12-16loplugin:nullptr (clang-cl)Stephan Bergmann
2016-12-14Simplify GLX11Window::HasGLXExtension, avoiding strtokStephan Bergmann
2016-12-13change from glew to epoxyCaolán McNamara
2016-12-09move the windows restart because of bad-opengl requirements to a better placeCaolán McNamara
2016-12-08tdf#104034 skip polygons with less than 2 pointsTomaž Vajngerl
2016-12-08model the WinOpenGLContext::isCurrent like the X11OpenGLContext::isCurrentCaolán McNamara
2016-12-08the return from ImplInit *is* checkedCaolán McNamara
2016-12-07convert PolyFlags to scoped enumNoel Grandin
2016-11-28don't leak impl. detailsDavid Tardon
2016-11-25tdf#103820 & tdf#103824 fix texture refactoring mistakeTomaž Vajngerl
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann
2016-11-22loplugin:datamembershadowStephan Bergmann
2016-11-18loplugin:datamembershadowNoel Grandin
2016-11-10Windows 8 driver blacklistMarina Latini
2016-11-09tdf#103758 wrong GL format for RGBA image buffersTomaž Vajngerl
2016-11-09tdf#103804 reduced register areaScale shader and detection for intelTomaž Vajngerl
2016-11-07opengl: use shared_ptr for ImplOpenGLTextureTomaž Vajngerl
2016-11-04opengl: move shaders to its own directoryTomaž Vajngerl
2016-11-04opengl: change from BGRA to RGBA color arrangement on WindowsTomaž Vajngerl
2016-10-26loplugin:expandablemethods in vclNoel Grandin
2016-10-19opengl: blit offscreen framebuffer instead of drawingTomaž Vajngerl
2016-10-15clang-cl loplugin: vclStephan Bergmann
2016-10-03Fix typosAndrea Gelmini
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-06don't need to include all these headers, reduce to required minCaolán McNamara
2016-09-05convert GradientStyle to scoped enumNoel Grandin
2016-08-31opengl: remove unsused "bitmap ops" in GL backendTomaž Vajngerl
2016-08-18cppcheck: noCopyConstructorCaolán McNamara
2016-08-12fix windows buildNoel Grandin
2016-08-05opengl: add #version to shaders - minimum 130 which is OpenGL 3.0Tomaž Vajngerl