summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-09-17opengl: support reading back 1-bit masks from textureTomaž Vajngerl
2015-09-16tdf#93814: Added support for caching shader program binaries.Marco Cecchetti
2015-09-16tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks
2015-09-16tdf#93666: use x,y coords when reading texture part + don't bindTomaž Vajngerl
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 - calc re-size flicker turns out to be the status bar.Michael Meeks
2015-09-16tdf#94213 - defer glFlushing until we've re-rendered after a re-size.Michael Meeks
2015-09-16Resolves: tdf#93778 fixed crashSzymon Kłos
2015-09-11OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks
2015-09-11tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks
2015-09-11tdf#94006 - re-factor and fix OpenGLContext mis-use.Michael Meeks
2015-09-11windows opengl: make sure mpLastContext is indeed the current contextMiklos Vajna
2015-09-11don't use a null displayMarkus Mohrhard
2015-09-11avoid some OpenGL calls when vcl OpenGL is not enabledMarkus Mohrhard
2015-09-11Related: tdf#92982 vcl rendercontext: optimize non-buffered paint of CursorMiklos Vajna
2015-09-11windows opengl: fix CppunitTest_writerperfect_writerMiklos Vajna
2015-09-09tdf#93884 windows opengl: make space around cached glyphs depend on font sizeMiklos Vajna
2015-09-08tdf#93989 - prevent crash with non-vcl OpenGL contextsMarkus Mohrhard
2015-09-03Fix mis-mergeStephan Bergmann
2015-09-03tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.Jan Holesovsky
2015-09-03tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks
2015-09-03tdf#93662 - allow GL by default only on recent drivers on recent windows.Michael Meeks
2015-09-03Tweak VCL unit tests for OpenGL.Michael Meeks
2015-09-03opengl: let OutputDevice do the bezier subdivisionTomaž Vajngerl
2015-09-02tdf#93867 - clear current GL context before thread switch.Michael Meeks
2015-09-02Don't call GL debugging methods if there is no context.Michael Meeks
2015-09-02Add SAL_DISABLE_GL_WATCHDOG env. var for obvious reasons.Michael Meeks
2015-09-02tdf#93859 opengl - don't cache radiobuttons, refactor code dupl.Tomaž Vajngerl
2015-09-02tdf#93857 opengl: adapt UniscribeLayout's DrawCachedGlyphs() to FillDXArray()Miklos Vajna
2015-09-02tdf#93839 - Encourage vdevs to pick up new GL Contexts for Linux.Michael Meeks
2015-09-02tdf#93850 - Defer watchdog during shader compiles.Michael Meeks
2015-09-02windows opengl: Avoid an unnecessary wglMakeCurrent() call.Jan Holesovsky
2015-09-02loplugin:staticmethodsStephan Bergmann
2015-09-02loplugin:simplifyboolStephan Bergmann
2015-09-02WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist
2015-09-02WaE: 'updateChecksum' overrides a member function but is not marked 'override'Tor Lillqvist
2015-09-02tdf#93532 - Bitmap CRC unit tests.Michael Meeks
2015-09-02tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski
2015-09-02tdf#93532 - Switching to 64-bit checksumMarco Cecchetti
2015-09-02windows opengl: When the 2nd param is NULL, the 1st is ignored anyway.Jan Holesovsky
2015-09-01check stream statusCaolán McNamara
2015-09-01tdf#93838 windows opengl: fix vertical text position in UniscribeLayoutMiklos Vajna
2015-09-01tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks
2015-09-01tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks
2015-09-01Extended GL painting debug tracing.Michael Meeks
2015-09-01windows opengl: Call InitGLEWDebugging() after we have the context.Jan Holesovsky
2015-09-01windows opengl: Don't paint cached widgets upside down.Jan Holesovsky
2015-09-01Turn on glyph caching by default when using OpenGLTor Lillqvist
2015-09-01Revert "windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering"Miklos Vajna