summaryrefslogtreecommitdiff
path: root/vcl/opengl/gdiimpl.cxx
AgeCommit message (Expand)Author
2016-02-11tdf#97763 - avoid divide by zero for scaling images to tiny dimensions.Michael Meeks
2016-02-11tdf#97715 fix inv. scale calculation in DrawTransformedTextureTomaž Vajngerl
2016-01-13Bin unused fieldTor Lillqvist
2016-01-12tdf#96385 - opengl: dynamically adjust priority of swap buffers.Michael Meeks
2016-01-09tdf#96657 - vcl opengl: implement invert: Track Frame.Michael Meeks
2016-01-09tdf#96919 - vcl opengl: implement missing XOR mode.Michael Meeks
2016-01-06loplugin:defaultparamsStephan Bergmann
2016-01-06vcl: opengl - Kill the last glErrors on common paths.Michael Meeks
2016-01-04tdf#96690 - don't copy tiny non-rendered-to virtual devices.Michael Meeks
2016-01-02vcl: opengl - ensure we have the right GL context for rendering.Michael Meeks
2016-01-02tdf#96858 - opengl - fix off-by-1 in glScissor clipping.Michael Meeks
2016-01-01Fix drawTransformedBitmap for NULL pAlphaBitmap #2.Michael Meeks
2016-01-01vcl: improve OpenGL debugging variously.Michael Meeks
2015-12-31tdf#95507 - implement opengl / 50% invert method.Michael Meeks
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara
2015-12-18vcl: always re-use context from default window.Michael Meeks
2015-12-18vcl: opengl - lean on the default window's context much more.Michael Meeks
2015-12-16tdf#96546 - Bitmap getTexture calls can crash too - enter GL zone earlier.Michael Meeks
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist
2015-12-12check in dbg if we use correct SalBitmap instance that we expectTomaž Vajngerl
2015-12-11vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks
2015-12-11loplugin:overrideStephan Bergmann
2015-12-11loplugin:defaultparamsStephan Bergmann
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-17Check for OpenGL errors right where an error might be generatedTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-16tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks
2015-09-16GL paint-flushing guard re-work.Michael Meeks
2015-09-16tdf#94252 - avoid switching contexts un-necessarily to reduce flicker.Michael Meeks
2015-09-16tdf#94213 - release offscreen texture properly on re-size.Michael Meeks
2015-09-10windows opengl: mpProgram seen as 0Miklos Vajna
2015-09-09Revert "add some warnings to non-implemented features"Tor Lillqvist
2015-09-08OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks
2015-09-03opengl: let OutputDevice do the bezier subdivisionTomaž Vajngerl
2015-09-01tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks
2015-09-01opengl: use "old" SubdivideBezier when drawing PolyLinesTomaž Vajngerl
2015-08-29we only use 8 array entriesMarkus Mohrhard
2015-08-28tdf#93736 need to create trapezoid from input polygonTomaž Vajngerl
2015-08-28tdf#93529 - use debug messages while rendering to break up the trace.Michael Meeks
2015-08-28initial work for conditional formatting import for orcusMarkus Mohrhard
2015-08-24opengl: push mask coords to the shaders along the image coordsTomaž Vajngerl
2015-08-21tdf#93547 - Disable OpenGL if we have a SEGV on windows in that code.Michael Meeks
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin
2015-07-09opengl: use MVP matrix in vertex shaders, pixel offsetsTomaž Vajngerl
2015-07-09opengl: adjust rect drawing - should be to width (height) - 1Tomaž Vajngerl
2015-07-09opengl: don't forget to call swapBuffers when paint endsTomaž Vajngerl