summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Some cppcheck cleanings: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2014-12-18draw also opengl polygon with AA edges if AA is wantedLuboš Luňák1-6/+72
2014-12-15use AA for lines only when AA is activeLuboš Luňák3-20/+56
2014-12-15do not hardcode what specific "generic" bitmap scaling operations useLuboš Luňák1-2/+2
2014-12-15-Werror=unused-but-set-variableCaolán McNamara1-2/+0
2014-12-15vcl: Fix crash when requesting coordonnates for empty textureLouis-Francis Ratté-Boulianne1-0/+8
2014-12-15draw lines anti-aliased (opengl vcl)Luboš Luňák1-19/+136
2014-12-15allow using more than one opengl program during one draw "operation"Luboš Luňák1-0/+2
2014-12-11vcldemo: disable broken gradient stencil use.Michael Meeks1-0/+5
2014-12-11vcl: Don't keep a reference to the texture in the FBO objectLouis-Francis Ratté-Boulianne1-7/+15
2014-12-11vcl: Re-use a framebuffer of the same size when possibleLouis-Francis Ratté-Boulianne2-3/+13
2014-12-11vcl: Keep the same context for VirtualDevice to avoid FBO switchesLouis-Francis Ratté-Boulianne1-10/+9
2014-12-11vcl: Reset context when the backend window is destroyedLouis-Francis Ratté-Boulianne1-0/+2
2014-12-11vcl: Limit Cairo surface size to the clipping region to improve performanceLouis-Francis Ratté-Boulianne1-0/+5
2014-12-11vcl: Reset data buffer after resizing bitmap on GPULouis-Francis Ratté-Boulianne1-1/+1
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne1-14/+18
2014-12-07coverity#1256664 Division or modulo by float zeroCaolán McNamara1-4/+9
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann1-2/+2
2014-12-03vcl: Fix color-replacement fragment shaderLouis-Francis Ratté-Boulianne1-2/+0
2014-12-03vcl: Acquire framebuffer from current context when reading back textureLouis-Francis Ratté-Boulianne1-12/+10
2014-12-03vcl: Implement bitmap color replacement operation in OpenGL backendLouis-Francis Ratté-Boulianne3-2/+71
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne1-0/+5
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan1-0/+5
2014-12-03vcl: Release the OpenGL context for offscreen rendering after each operationLouis-Francis Ratté-Boulianne1-0/+5
2014-12-03vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne3-29/+8
2014-12-02Revert "use boost::shared_ptr instead of manual ref counting"Markus Mohrhard1-7/+14
2014-12-02WaE: private field 'mnAttribIndex' is not usedTor Lillqvist1-1/+0
2014-12-02vcl: use resetToReInitialize to avoid context problems on Windows.Michael Meeks1-0/+9
2014-12-02vcl: OpenGL texture creation debug.Michael Meeks1-0/+6
2014-12-02vcl: Fix a coordinate issue when getting a bitmap from a VirtualDeviceLouis-Francis Ratté-Boulianne2-1/+5
2014-12-02vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne8-751/+420
2014-12-02Missing includeStephan Bergmann1-0/+1
2014-12-02vcl: Consolidate size information around the GeometryProvider.Michael Meeks3-82/+10
2014-12-02vcl: create a GeometryProvider interface.Michael Meeks1-0/+1
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks1-6/+0
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne7-138/+286
2014-12-01Fix Windows build.Kohei Yoshida1-0/+1
2014-12-01WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'Tor Lillqvist1-1/+1
2014-12-01use boost::shared_ptr instead of manual ref countingMarkus Mohrhard1-15/+7
2014-11-30whitelist some driversMarkus Mohrhard1-3/+23
2014-11-30block all RDP sessions from using OpenGLMarkus Mohrhard1-0/+6
2014-11-30no need to declare variables before useMarkus Mohrhard1-3/+2
2014-11-30if we use hungarian notation let use it consistentlyMarkus Mohrhard1-5/+5
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-25vcl: misc. TODO comment expansion.Michael Meeks1-3/+4