Age | Commit message (Expand) | Author |
2017-01-04 | tdf#97228 Moved class ControlCacheKey in a seperate include file. | Huzaifa Iftikhar |
2016-12-20 | Related: tdf#104705 an effort to address crash | Caolán McNamara |
2016-12-16 | loplugin:nullptr (clang-cl) | Stephan Bergmann |
2016-12-13 | change from glew to epoxy | Caolán McNamara |
2016-12-09 | move the windows restart because of bad-opengl requirements to a better place | Caolán McNamara |
2016-12-08 | model the WinOpenGLContext::isCurrent like the X11OpenGLContext::isCurrent | Caolán McNamara |
2016-12-08 | the return from ImplInit *is* checked | Caolán McNamara |
2016-11-22 | loplugin:datamembershadow | Stephan Bergmann |
2016-11-09 | tdf#103804 reduced register areaScale shader and detection for intel | Tomaž Vajngerl |
2016-10-15 | clang-cl loplugin: vcl | Stephan Bergmann |
2016-08-12 | fix windows build | Noel Grandin |
2016-08-01 | Look also for "RDPDD Chained DD" | Tor Lillqvist |
2016-07-28 | opengl: don't initialize MSAA when we create VCL context | Tomaž Vajngerl |
2016-07-28 | opengl: improve context creation, temp window creation on windows | Tomaž Vajngerl |
2016-07-25 | opengl: check supported texture size on first GL init | Tomaž Vajngerl |
2016-06-20 | add some OpenGL info to the crash reporter | Markus Mohrhard |
2016-06-03 | Clean up Windows error reporting a bit | Tor Lillqvist |
2016-06-03 | tdf#100193: Check earlier and harder whether OpenGL is good enough on Windows | Tor Lillqvist |
2016-06-02 | Accept also hex vendor id in hex in opengl_blacklist_windows.xml | Tor Lillqvist |
2016-05-31 | tdf#100159: Remove (harmless) duplicate call | Tor Lillqvist |
2016-05-31 | tdf#100159: Use shader preambles as needed, add missing shader combinations | Tor Lillqvist |
2016-05-31 | It is EXITHELPER_NORMAL_RESTART that we want | Tor Lillqvist |
2016-05-30 | On Windows, compile OpenGL shaders in advance and disable on failure | Tor Lillqvist |
2016-05-25 | this temporary window will never see key input | Markus Mohrhard |
2016-05-25 | Convert XmlReader::Result to scoped enum | Noel Grandin |
2016-05-25 | Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???" (in Win-only) | Stephan Bergmann |
2016-05-25 | -Werror,-Winconsistent-missing-override | Stephan Bergmann |
2016-05-25 | Missing include | Stephan Bergmann |
2016-05-24 | Convert XmlReader::Text to scoped enum | Noel Grandin |
2016-05-21 | split GLWindow into platform dependent parts and move to respective backends | Caolán McNamara |
2016-05-21 | Split OpenGLContext up into SalInstance specific classes | Caolán McNamara |
2016-03-04 | -Werror,-Wshadow | Stephan Bergmann |
2016-02-26 | log some information about used OpenGL device | Markus Mohrhard |
2016-02-24 | -Werror,-Wunused-function | Stephan Bergmann |
2016-02-16 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-15 | Unit test for opengl blocklist parsing and evaluating | Tomaž Vajngerl |
2016-02-08 | tdf#97458 - remove unused intel opengl driver version special-casing. | Michael Meeks |
2016-01-10 | Fix typos | Andrea Gelmini |
2016-01-07 | The OpenGL Windows driver blacklist file should be in share, not user config | Tor Lillqvist |
2016-01-05 | Avoid indexing out of array bounds | Tor Lillqvist |
2015-12-11 | vcl: use a custom tag for VCL OpenGLContext's to avoid re-use. | Michael Meeks |
2015-12-11 | tdf#93529 - move to a Mac-like double-buffered OpenGL model. | Michael Meeks |
2015-11-28 | -Werror,-Wunused-variable | Stephan Bergmann |
2015-11-28 | Revert "Revert "write a log file about OpenGL driver"" | Michael Stahl |
2015-11-28 | Missing includes | Stephan Bergmann |
2015-11-28 | -Werror,-Wunused-function | Stephan Bergmann |
2015-11-28 | -Werror,-Wdeprecated-declarations | Stephan Bergmann |
2015-11-28 | -Werror,-Wformat | Stephan Bergmann |
2015-11-28 | -Werror,-Wreorder | Stephan Bergmann |
2015-11-27 | Revert "write a log file about OpenGL driver" | Thorsten Behrens |