summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl
AgeCommit message (Expand)AuthorFilesLines
2016-12-13change from glew to epoxyCaolán McNamara5-5/+2
2016-11-29tdf#104139 state can't be set as context may not be availableTomaž Vajngerl1-1/+1
2016-11-28tdf#104139 keep the current OpenGL stateDavid Tardon1-2/+0
2016-11-22loplugin:datamembershadowStephan Bergmann1-1/+1
2016-11-18loplugin:datamembershadowNoel Grandin1-1/+1
2016-11-10start with a defined stateDavid Tardon1-0/+7
2016-11-07opengl: use shared_ptr for ImplOpenGLTextureTomaž Vajngerl1-8/+2
2016-11-04loplugin:unnnecessaryvirtual in vclNoel Grandin2-4/+4
2016-10-26loplugin:expandablemethods in vclNoel Grandin2-12/+6
2016-10-19opengl: blit offscreen framebuffer instead of drawingTomaž Vajngerl1-2/+3
2016-10-15clang-cl loplugin: vclStephan Bergmann2-6/+5
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin2-2/+0
2016-09-20tdf#102295: remove mutex - use atomic for watchdog timingsTomaž Vajngerl1-22/+24
2016-09-19tdf#102295: relax timeout timings for the GL watchdogTomaž Vajngerl2-0/+37
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-4/+4
2016-08-31opengl: remove unsused "bitmap ops" in GL backendTomaž Vajngerl2-39/+1
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin2-2/+2
2016-07-19clang-tidy performance-unnecessary-value-param in vclStephan Bergmann1-3/+3
2016-07-12new loplugin fragiledestructorNoel Grandin1-1/+1
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page1-2/+1
2016-06-08tdf#100184 fix the lifecycle of a texture in an atlasTomaž Vajngerl1-0/+10
2016-06-08opengl: batch drawing of polylinesTomaž Vajngerl5-80/+219
2016-06-08Not sure why loplugin:passstuffbyref did not warn about these cases?Tor Lillqvist1-4/+4
2016-06-08loplugin:passstuffbyrefTor Lillqvist1-3/+3
2016-06-08loplugin:passstuffbyrefTor Lillqvist1-5/+5
2016-06-08opengl: improve overlap trackingTomaž Vajngerl1-5/+46
2016-06-08opengl: deferred texture drawing in RenderList, add drawAlphaRectTomaž Vajngerl2-100/+22
2016-06-08opengl: batch draw polypolygonsTomaž Vajngerl2-0/+17
2016-06-08opengl: batch drawing of pixel, line, rect draw callsTomaž Vajngerl4-1/+147
2016-06-08opengl: VertexUtils, deferred flush update, remove unneeded callsTomaž Vajngerl2-27/+94
2016-05-29tdf#100080 set unused shader attribs with values, fixes GL on AMDTomaž Vajngerl1-0/+1
2016-05-23opengl: combined shaders to reduce shader switchingTomaž Vajngerl1-0/+19
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara1-3/+3
2016-05-19opengl: track the state of blend, DrawArrays on OpenGLProgramTomaž Vajngerl2-0/+32
2016-05-10opengl: Check if texture is valid before asking for IdTomaž Vajngerl1-2/+2
2016-05-09Improve two informative messagesTor Lillqvist1-2/+2
2016-05-08tdf#99258 bail out if we fail to reserve the textureTomaž Vajngerl1-1/+6
2016-05-04Missing includesStephan Bergmann1-0/+1
2016-05-02Simply use implicit conversion from GLboolean to boolStephan Bergmann1-1/+1
2016-04-30fix for tinderboxJochen Nitschke2-4/+4
2016-04-30opengl: track the state of glViewportTomaž Vajngerl1-0/+12
2016-04-30opengl: sync scissor and stencil state, generic capability stateTomaž Vajngerl1-50/+72
2016-04-30opengl: track the state of stencil testTomaž Vajngerl1-0/+35
2016-04-30opengl: track the state of scissor test and the dimensionsTomaž Vajngerl1-0/+58
2016-04-30opengl: track state of active and bound textures in contextTomaž Vajngerl2-0/+105
2016-04-18tdf#94682 limit the number of textures for the glyph texture atlasTomaž Vajngerl1-0/+6
2016-04-14loplugin:passstuffbyref in vclNoel Grandin1-1/+1
2016-04-08Silence loplugin:unreffunStephan Bergmann1-0/+4
2016-04-08opengl: refactor GL texture slot mechanism to be more generalTomaž Vajngerl2-4/+10
2016-04-08opengl: cleanup texture, const internal formatTomaž Vajngerl1-24/+2