Age | Commit message (Expand) | Author |
2016-06-02 | tdf#99919: Blacklist that specific vendor, version, and device combination | Tor Lillqvist |
2016-06-02 | tdf#100187 fix division by zero in comboFragmentShader | Tomaž Vajngerl |
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-30 | tdf#94205 Use o3tl::make_unique instead of new + std::move | krishna keshav |
2016-05-29 | tdf#100080 set unused shader attribs with values, fixes GL on AMD | Tomaž Vajngerl |
2016-05-25 | this temporary window will never see key input | Markus Mohrhard |
2016-05-25 | Convert BMP_FORMAT to scoped enum | Noel Grandin |
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-23 | opengl: combined shaders to reduce shader switching | Tomaž Vajngerl |
2016-05-23 | opengl: use line shader for all line drawing not just polylines | Tomaž Vajngerl |
2016-05-23 | opengl: use existing code for "legacy" polyline, polygon render. | Tomaž Vajngerl |
2016-05-23 | loplugin:override | Tor Lillqvist |
2016-05-22 | Convert BitmapAccessMode 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 | WaE: -Werror=maybe-uninitialized | Caolán McNamara |
2016-05-21 | move glX stuff to X-only modules | Caolán McNamara |
2016-05-21 | Split OpenGLContext up into SalInstance specific classes | Caolán McNamara |
2016-05-19 | clang-tidy modernize-make-unique | Noel Grandin |
2016-05-19 | loplugin:defaultparams | Tor Lillqvist |
2016-05-19 | opengl: track the state of blend, DrawArrays on OpenGLProgram | Tomaž Vajngerl |
2016-05-17 | tdf#99130 use subdivision on B2DPolygon, angle based subdivision | Tomaž Vajngerl |
2016-05-16 | Fix typos | Andrea Gelmini |
2016-05-13 | clang-tidy modernize-loop-convert in vcl | Noel Grandin |
2016-05-12 | simplify SalGraphics::copyArea flags argument | Noel Grandin |
2016-05-11 | There is nothing called 'flushAndSwap' | Tor Lillqvist |
2016-05-10 | Convert SAL_INVERT to scoped enum | Noel Grandin |
2016-05-10 | Check if we have an OpenGL context before using API that requires it | Tor Lillqvist |
2016-05-09 | cid#1358836 reorganize to silence Resource leak in object | Caolán McNamara |
2016-05-08 | tdf#99258 bail out if we fail to reserve the texture | Tomaž Vajngerl |
2016-05-01 | follow-up for tinderbox fix | Jochen Nitschke |
2016-04-30 | opengl: track the state of glViewport | Tomaž Vajngerl |
2016-04-30 | opengl: sync scissor and stencil state, generic capability state | Tomaž Vajngerl |
2016-04-30 | opengl: track the state of stencil test | Tomaž Vajngerl |
2016-04-30 | opengl: track the state of scissor test and the dimensions | Tomaž Vajngerl |
2016-04-30 | opengl: track state of active and bound textures in context | Tomaž Vajngerl |
2016-04-26 | tdf#48066 render stroke-miterlimit correctly in SVG import | Regina Henschel |
2016-04-26 | update loplugin stylepolice to check local pointers vars | Noel Grandin |
2016-04-21 | new plugin stylepolice | Noel Grandin |
2016-04-18 | tdf#94682 limit the number of textures for the glyph texture atlas | Tomaž Vajngerl |
2016-04-18 | clean-up: unused using declarations and includes | Jochen Nitschke |
2016-04-14 | use atan2 from std instead of glm | Tomaž Vajngerl |
2016-04-14 | tdf#99244 opengl: miter limit for poly lines | Tomaž Vajngerl |
2016-04-12 | clang-tidy performance-unnecessary-value-param in vcl | Noel Grandin |