summaryrefslogtreecommitdiff
path: root/vcl/opengl/win
AgeCommit message (Expand)AuthorFilesLines
2015-10-12opengl: remove code duplication when rendering a texture comboTomaž Vajngerl1-19/+18
2015-09-30cppcheck: uninitMemberVarCaolán McNamara1-3/+4
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-16tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks1-1/+1
2015-09-16tdf#94213 - cleanup associated GL contexts properly when DCs released.Michael Meeks1-0/+1
2015-09-16tdf#94213 - release offscreen texture properly on re-size.Michael Meeks1-1/+17
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks1-5/+5
2015-09-03Restored missing includes from source files.Ashod Nakashian1-0/+2
2015-09-02tdf#93859 opengl - don't cache radiobuttons, refactor code dupl.Tomaž Vajngerl1-1/+1
2015-09-01windows opengl: Don't paint cached widgets upside down.Jan Holesovsky1-2/+2
2015-08-07opengl: cache native widget textures also for WindowsTomaž Vajngerl1-0/+85
2015-06-17finally enable the blacklist parserMarkus Mohrhard2-0/+27
2015-06-17fix a few bugs in blacklist parserMarkus Mohrhard1-2/+8
2015-06-17install blacklist into user profileMarkus Mohrhard1-11/+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-15Fix humorous search/replace accidentTor Lillqvist1-3/+4
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-05-05typo: strech -> stretchAndras Timar1-1/+1
2014-12-15use AA for lines only when AA is activeLuboš Luňák1-1/+1
2014-12-03vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne1-9/+2
2014-12-02Missing includeStephan Bergmann1-0/+1
2014-12-02vcl: Consolidate size information around the GeometryProvider.Michael Meeks1-51/+3
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/+1
2014-11-30whitelist some driversMarkus Mohrhard1-3/+23
2014-11-30block all RDP sessions from using OpenGLMarkus Mohrhard1-0/+6
2014-11-30windows opengl: We should actually use Init() from OpenGLSalGraphicsImpl.Jan Holesovsky1-9/+0
2014-11-28vcl: last fix to make this build again on Windows without --enable-pchMiklos Vajna1-0/+1
2014-11-27fix few problemsMarkus Mohrhard1-16/+12
2014-11-27connect all pieces for OpenGL windows blacklist, part 3Markus Mohrhard1-4/+128
2014-11-27port blacklist from mozilla code to LibreOffice, part2Markus Mohrhard1-0/+346
2014-11-27implement windows OpenGL blacklist, first stepMarkus Mohrhard1-0/+633
2014-11-22Fix build.Jan Holesovsky1-2/+2
2014-11-22windows opengl: Implement WinOpenGLSalGraphicsImpl::Init() too.Jan Holesovsky1-0/+9
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne1-0/+30
2014-11-19coverity#1254674 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-11-17vcl: copyBits should operate on mrParent if no context supplied.Michael Meeks1-0/+6
2014-11-10add code for getting device width and height on window devicesMarkus Mohrhard1-1/+38
2014-11-10fix windows buildMarkus Mohrhard1-0/+28