Age | Commit message (Expand) | Author |
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 |
2015-11-25 | write a log file about OpenGL driver | Markus Mohrhard |
2015-11-24 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-11-20 | opengl: fix blocklist parsing | Tomaž Vajngerl |
2015-11-19 | opengl: use correct hex number for Win 10 (Major 10 -> hex A) | Tomaž Vajngerl |
2015-11-19 | opengl: support Win 10 in black/white listing | Tomaž Vajngerl |
2015-11-10 | Missing includes | Ashod Nakashian |
2015-10-12 | opengl: remove code duplication when rendering a texture combo | Tomaž Vajngerl |
2015-09-30 | cppcheck: uninitMemberVar | Caolán McNamara |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-16 | tdf#94281 - don't mix legacy and VCL OpenGLContext's. | Michael Meeks |