summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/win
AgeCommit message (Expand)AuthorFilesLines
2023-08-23tdf#146619 Remove unused includes from vcl/incGabor Kelemen1-4/+0
2022-03-22Win/X11OpenGLDeviceInfo don't need a common base classStephan Bergmann1-5/+2
2020-12-07remove OpenGL VCL backend codeLuboš Luňák2-148/+0
2020-02-13make OpenGL blacklist file code generic and use it for Skia/VulkanLuboš Luňák2-154/+1
2020-01-16Fix typoAndrea Gelmini1-1/+1
2019-12-12make Skia Windows widget drawing use correct alpha (tdf#129074)Luboš Luňák1-3/+3
2019-12-06make Skia Windows text rendering use SkImage instead of SkBitmapLuboš Luňák2-2/+3
2019-12-05-Werror,-Winconsistent-missing-override (clang-cl)Stephan Bergmann1-1/+1
2019-11-27implement Skia native controls drawing/caching for WindowsLuboš Luňák1-20/+6
2019-11-27fix Skia Windows text renderingLuboš Luňák1-3/+3
2019-11-27implement pruning in SkiaGlobalWinGlyphCacheLuboš Luňák1-0/+5
2019-11-27basic implementation of Skia text drawing on WindowsLuboš Luňák1-1/+1
2019-11-27refactor Windows OpenGLGlyphCache stuff to be reusable for SkiaLuboš Luňák2-4/+79
2019-11-27move opengl vcl files to opengl/Luboš Luňák1-1/+1
2019-10-19loplugin:unusedmethodsNoel Grandin1-0/+14
2019-07-08Do not support GL blacklisting for Windows versions older than 7Gabor Kelemen1-3/+0
2017-10-27loplugin:includeform: vcl (Windows)Stephan Bergmann3-6/+6
2017-08-31loplugin:constparams: vcl (clang-cl)Stephan Bergmann1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-22Don't keep gGlobalGlyphCache, gTextureCache around until exitStephan Bergmann1-0/+14
2017-01-04tdf#97228 Moved class ControlCacheKey in a seperate include file.Huzaifa Iftikhar1-0/+1
2016-11-22loplugin:datamembershadowStephan Bergmann1-1/+1
2016-10-15clang-cl loplugin: vclStephan Bergmann2-6/+5
2016-02-15Unit test for opengl blocklist parsing and evaluatingTomaž Vajngerl2-4/+53
2016-02-08tdf#97458 - remove unused intel opengl driver version special-casing.Michael Meeks1-1/+0
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks1-1/+0
2015-11-20opengl: fix blocklist parsingTomaž Vajngerl1-1/+0
2015-11-19opengl: support Win 10 in black/white listingTomaž Vajngerl1-0/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-10-12opengl: remove code duplication when rendering a texture comboTomaž Vajngerl1-0/+2
2015-09-16tdf#94213 - release offscreen texture properly on re-size.Michael Meeks1-0/+1
2015-09-15tdf#93814: Added support for caching shader program binaries.Marco Cecchetti1-0/+46
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks1-4/+3
2015-08-07opengl: cache native widget textures also for WindowsTomaž Vajngerl1-0/+9
2015-06-17remove all traces of old device codeMarkus Mohrhard1-30/+2
2015-06-17support multiple devices in the blacklistMarkus Mohrhard1-0/+1
2015-06-17first part for server based blacklistMarkus Mohrhard1-0/+3
2014-12-03vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne1-1/+0
2014-12-02vcl: Consolidate size information around the GeometryProvider.Michael Meeks1-5/+2
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne1-1/+1
2014-12-01Fix Windows build.Kohei Yoshida1-0/+2
2014-11-30whitelist some driversMarkus Mohrhard1-3/+3
2014-11-30windows opengl: We should actually use Init() from OpenGLSalGraphicsImpl.Jan Holesovsky1-2/+0
2014-11-28error C2061: syntax error : identifier 'uint64_t'Miklos Vajna1-0/+1
2014-11-28error C2039: 'vector' : is not a member of 'std'Miklos Vajna1-0/+1
2014-11-27connect all pieces for OpenGL windows blacklist, part 3Markus Mohrhard1-1/+2
2014-11-27port blacklist from mozilla code to LibreOffice, part2Markus Mohrhard1-1/+65
2014-11-27implement windows OpenGL blacklist, first stepMarkus Mohrhard1-0/+121
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne1-0/+9
2014-11-17vcl: copyBits should operate on mrParent if no context supplied.Michael Meeks1-0/+1