summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)Author
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-03tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.Jan Holesovsky
2015-09-03Restored missing includes from source files.Ashod Nakashian
2015-09-03opengl: let OutputDevice do the bezier subdivisionTomaž Vajngerl
2015-09-02tdf#93859 opengl - don't cache radiobuttons, refactor code dupl.Tomaž Vajngerl
2015-09-01More useful param typeStephan Bergmann
2015-09-01WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist
2015-09-01Removed the crc table from the check-sum headerMarco Cecchetti
2015-09-01gl-checksum: added a minimum size check for using GL versionMarco Cecchetti
2015-09-01CRC is an integer type -> mnChecksum.Michael Meeks
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti
2015-09-01moved chechsum.hxx in include/vclMarco Cecchetti
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti
2015-09-01tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks
2015-09-01windows opengl: Don't paint cached widgets upside down.Jan Holesovsky
2015-09-01opengl: use "old" SubdivideBezier when drawing PolyLinesTomaž Vajngerl
2015-08-31tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks
2015-08-31tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks
2015-08-29we only use 8 array entriesMarkus Mohrhard
2015-08-28Add missing helpful GL trace messages outside of the impl. itself.Michael Meeks
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-27coverity#1320472 Uninitialized scalar fieldCaolán McNamara
2015-08-26-Werror,-Wpessimizing-moveStephan Bergmann
2015-08-26tdf#92019 Use texture atlas for 16, 24, 32, 48, 64 px width imagesTomaž Vajngerl
2015-08-26vcl OpenGL program: Cache mvp matrix to reduce ~200 api calls per frame.Lubosz Sarnecki
2015-08-24-Werror,-Wpessimizing-move ("moving a temporary object prevents copy elision")Stephan Bergmann
2015-08-24opengl: push mask coords to the shaders along the image coordsTomaž Vajngerl
2015-08-24Fixed (fixed size) texture atlas for "caching" OpenGL texuresTomaž Vajngerl
2015-08-24save texture to file as a PNG imageTomaž 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-08-07opengl: cache native widget textures also for WindowsTomaž Vajngerl
2015-08-03Apply MVP matrix when drawing texture using OpenGLProgramTomaž Vajngerl
2015-08-03opengl: support reading 8bit texture (fixes icon corruption)Tomaž Vajngerl
2015-08-03opengl: when scaling, create a new texture with equal settingsTomaž Vajngerl
2015-07-27README.opengl: Some notes about env. vars. useful for OpenGLTomaž Vajngerl
2015-07-24opengl: don't cache checkboxes for nowTomaž Vajngerl
2015-07-24Use LRU map for caching of native widgetsTomaž Vajngerl
2015-07-24tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl
2015-07-10vcl: move resample kernel classes out of bitmap.hxxMichael Stahl
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
2015-07-08loplugin:unusedmethods vclNoel Grandin