summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-09-17opengl: support reading back 1-bit masks from textureTomaž Vajngerl1-12/+46
2015-09-16tdf#93814: Added support for caching shader program binaries.Marco Cecchetti6-33/+352
2015-09-16tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks4-3/+12
2015-09-16tdf#93666: use x,y coords when reading texture part + don't bindTomaž Vajngerl1-10/+12
2015-09-16GL paint-flushing guard re-work.Michael Meeks16-85/+62
2015-09-16tdf#94252 - avoid switching contexts un-necessarily to reduce flicker.Michael Meeks1-0/+9
2015-09-16tdf#94213 - calc re-size flicker turns out to be the status bar.Michael Meeks2-1/+15
2015-09-16tdf#94213 - defer glFlushing until we've re-rendered after a re-size.Michael Meeks6-5/+39
2015-09-16Resolves: tdf#93778 fixed crashSzymon Kłos1-7/+10
2015-09-11OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks1-2/+2
2015-09-11tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks2-2/+17
2015-09-11tdf#94006 - re-factor and fix OpenGLContext mis-use.Michael Meeks16-127/+87
2015-09-11windows opengl: make sure mpLastContext is indeed the current contextMiklos Vajna3-2/+25
2015-09-11don't use a null displayMarkus Mohrhard1-8/+14
2015-09-11avoid some OpenGL calls when vcl OpenGL is not enabledMarkus Mohrhard1-1/+1
2015-09-11Related: tdf#92982 vcl rendercontext: optimize non-buffered paint of CursorMiklos Vajna1-5/+11
2015-09-11windows opengl: fix CppunitTest_writerperfect_writerMiklos Vajna1-0/+4
2015-09-09tdf#93884 windows opengl: make space around cached glyphs depend on font sizeMiklos Vajna1-20/+39
2015-09-08tdf#93989 - prevent crash with non-vcl OpenGL contextsMarkus Mohrhard1-1/+2
2015-09-03Fix mis-mergeStephan Bergmann1-6/+6
2015-09-03tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.Jan Holesovsky1-1/+17
2015-09-03tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks1-0/+6
2015-09-03tdf#93662 - allow GL by default only on recent drivers on recent windows.Michael Meeks1-101/+56
2015-09-03Tweak VCL unit tests for OpenGL.Michael Meeks2-7/+22
2015-09-03opengl: let OutputDevice do the bezier subdivisionTomaž Vajngerl1-22/+8
2015-09-02tdf#93867 - clear current GL context before thread switch.Michael Meeks5-4/+21
2015-09-02Don't call GL debugging methods if there is no context.Michael Meeks2-15/+34
2015-09-02Add SAL_DISABLE_GL_WATCHDOG env. var for obvious reasons.Michael Meeks2-1/+3
2015-09-02tdf#93859 opengl - don't cache radiobuttons, refactor code dupl.Tomaž Vajngerl3-3/+6
2015-09-02tdf#93857 opengl: adapt UniscribeLayout's DrawCachedGlyphs() to FillDXArray()Miklos Vajna1-1/+7
2015-09-02tdf#93839 - Encourage vdevs to pick up new GL Contexts for Linux.Michael Meeks1-0/+2
2015-09-02tdf#93850 - Defer watchdog during shader compiles.Michael Meeks1-16/+55
2015-09-02windows opengl: Avoid an unnecessary wglMakeCurrent() call.Jan Holesovsky1-2/+2
2015-09-02loplugin:staticmethodsStephan Bergmann1-1/+1
2015-09-02loplugin:simplifyboolStephan Bergmann1-1/+1
2015-09-02WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist3-5/+5
2015-09-02WaE: 'updateChecksum' overrides a member function but is not marked 'override'Tor Lillqvist1-1/+1
2015-09-02tdf#93532 - Bitmap CRC unit tests.Michael Meeks1-0/+60
2015-09-02tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski3-5/+22
2015-09-02tdf#93532 - Switching to 64-bit checksumMarco Cecchetti21-181/+552
2015-09-02windows opengl: When the 2nd param is NULL, the 1st is ignored anyway.Jan Holesovsky1-2/+2
2015-09-01check stream statusCaolán McNamara2-1/+1
2015-09-01tdf#93838 windows opengl: fix vertical text position in UniscribeLayoutMiklos Vajna1-3/+3
2015-09-01tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks6-1/+23
2015-09-01tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks7-7/+101
2015-09-01Extended GL painting debug tracing.Michael Meeks2-0/+9
2015-09-01windows opengl: Call InitGLEWDebugging() after we have the context.Jan Holesovsky1-1/+2
2015-09-01windows opengl: Don't paint cached widgets upside down.Jan Holesovsky1-2/+2
2015-09-01Turn on glyph caching by default when using OpenGLTor Lillqvist2-2/+2
2015-09-01Revert "windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering"Miklos Vajna1-3/+2