summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)Author
2017-12-06loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann
2017-12-01Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann
2017-12-01convert PolyFlags to scoped enumNoel Grandin
2017-11-29remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-11-28ofz#954 out of memoryCaolán McNamara
2017-11-28new loplugin: useuniqueptr: vclNoel Grandin
2017-02-01Related: tdf#105514 recursive fallback GetOpenGLContextCaolán McNamara
2016-12-13move the windows restart because of bad-opengl requirements to a better placeCaolán McNamara
2016-12-13tdf#104034 skip polygons with less than 2 pointsTomaž Vajngerl
2016-11-25tdf#103820 & tdf#103824 fix texture refactoring mistakeTomaž Vajngerl
2016-11-22loplugin:datamembershadowStephan Bergmann
2016-11-18loplugin:datamembershadowNoel Grandin
2016-11-10Windows 8 driver blacklistMarina Latini
2016-11-09tdf#103758 wrong GL format for RGBA image buffersTomaž Vajngerl
2016-11-09tdf#103804 reduced register areaScale shader and detection for intelTomaž Vajngerl
2016-11-07opengl: use shared_ptr for ImplOpenGLTextureTomaž Vajngerl
2016-11-04opengl: move shaders to its own directoryTomaž Vajngerl
2016-11-04opengl: change from BGRA to RGBA color arrangement on WindowsTomaž Vajngerl
2016-10-26loplugin:expandablemethods in vclNoel Grandin
2016-10-19opengl: blit offscreen framebuffer instead of drawingTomaž Vajngerl
2016-10-15clang-cl loplugin: vclStephan Bergmann
2016-10-03Fix typosAndrea Gelmini
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-06don't need to include all these headers, reduce to required minCaolán McNamara
2016-09-05convert GradientStyle to scoped enumNoel Grandin
2016-08-31opengl: remove unsused "bitmap ops" in GL backendTomaž Vajngerl
2016-08-18cppcheck: noCopyConstructorCaolán McNamara
2016-08-12fix windows buildNoel Grandin
2016-08-05opengl: add #version to shaders - minimum 130 which is OpenGL 3.0Tomaž Vajngerl
2016-08-04tdf#101008 fix XOR renderingTomaž Vajngerl
2016-08-01Look also for "RDPDD Chained DD"Tor Lillqvist
2016-07-28opengl: don't initialize MSAA when we create VCL contextTomaž Vajngerl
2016-07-28opengl: improve context creation, temp window creation on windowsTomaž Vajngerl
2016-07-28tdf#100915 draw antialiased line just for polygon outlineTomaž Vajngerl
2016-07-26tdf#101138 opengl: blacklist intel drivers for Win 7Tomaž Vajngerl
2016-07-25opengl: log device/driver info, remove unneeded info messagesTomaž Vajngerl
2016-07-25opengl: check supported texture size on first GL initTomaž Vajngerl
2016-07-19clang-tidy performance-unnecessary-value-param in vclStephan Bergmann
2016-06-30loplugin:unusedfieldsNoel Grandin
2016-06-24tdf#100411 start the flush timer when batching (PostBatchDraw)Tomaž Vajngerl
2016-06-21tdf#100451 convert texture buffer to 1-bit and 4-bit palette bufferTomaž Vajngerl
2016-06-20add some OpenGL info to the crash reporterMarkus Mohrhard
2016-06-13opengl: vertex colors are defined in range 0-255 (GLubyte)Tomaž Vajngerl
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu
2016-06-09tdf#99795 drawAlphaBitmap should scale the bitmap if necessaryTomaž Vajngerl
2016-06-08tdf#100184 fix the lifecycle of a texture in an atlasTomaž Vajngerl
2016-06-08opengl: batch drawing of polylinesTomaž Vajngerl
2016-06-08Not sure why loplugin:passstuffbyref did not warn about these cases?Tor Lillqvist
2016-06-08loplugin:passstuffbyrefTor Lillqvist