Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-15Cleanup: use 'gwn' prefix for gawain filenamesCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-26Gawain: move convert_prim_type_to_gl to private APIMike Erwin
2017-05-22Gawain: cleanup code formattingMike Erwin
2017-05-22Gawain: drop support for APPLE_flush_buffer_rangeMike Erwin
2017-05-08Fix crash and assert failure when using OCIO GLSL draw mode and color managem...Sergey Sharybin
2017-05-05Use immediate mode for back-buffer selectionCampbell Barton
2017-05-01Reworked version of dashed line shader.Bastien Montagne
2017-04-27Gawain: safely orphan immediate mode's VBOMike Erwin
2017-04-27Gawain: fix pointer arithmetic warningMike Erwin
2017-04-26Gawain: add immAttrib2fv helper.Bastien Montagne
2017-04-20Gawain: fix immediate mode drawing exceeding IMM_BUFFER_SIZECampbell Barton
2017-04-16Gawain: add immUniformColor3ubvAlphaMike Erwin
2017-04-16Gawain: move AttribBinding funcs to private interfaceMike Erwin
2017-04-16Gawain: look up builtin uniforms by enum, not by nameMike Erwin
2017-04-16Gawain: use ShaderInterface to manage vertex attribsMike Erwin
2017-04-15Gawain: move some VertexFormat funcs to private interfaceMike Erwin
2017-04-13Gawain: look up array uniforms correctlyMike Erwin
2017-04-13Gawain: use ShaderInterface to manage uniformsMike Erwin
2017-04-13Gawain: add immUniform4ivMike Erwin
2017-04-10Gawain: remove PRIM_QUADS_XXXMike Erwin
2017-04-08Gawain: remove GL enum from primitive APIMike Erwin
2017-04-07Gawain: remove GL enum from vertex format APIMike Erwin
2017-04-07Gawain: append XXX to PRIM_QUADS to make it scaryMike Erwin
2017-03-28Add GL_LINE_STRIP_ADJACENCY support to GawainAntonio Vazquez
2017-03-17Gawain: remove PER_THREAD macroMike Erwin
2017-03-17Gawain: fix compiler warningMike Erwin
2017-03-17move Gawain library to internMike Erwin