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