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-05-22Fix compilation on gccAntony Riakiotakis
2017-05-22Gawain: remove GLenum from IndexType APIMike Erwin
2017-05-22Gawain: use integer math to convert int16 to int10Mike Erwin
2017-05-22Gawain: cleanup code formattingMike Erwin
2017-05-22Gawain: drop support for APPLE_flush_buffer_rangeMike Erwin
2017-05-21Gawain: drop support for APPLE_vertex_array_objectMike Erwin
2017-05-21Gawain: promote 10_10_10 to first-class vertex formatMike Erwin
2017-05-19Remove reference to WITH_GL_PROFILE_COREDalai Felinto
2017-05-17Gawain: Fix crash in release build.Clément Foucault
2017-05-15Gawain: further cleanup to VertexBuffer_primeMike Erwin
2017-05-15Gawain: cleanup VRAM usage metricMike Erwin
2017-05-15Gawain: revert recent VRAM usage metricMike Erwin
2017-05-15Gawain: Fix memory manager.Clément Foucault
2017-05-15Gawain: Add assert for maximum attribute name.Clément Foucault
2017-05-15Gawain: Better metric for VRAM usage.Clément Foucault
2017-05-15Gawain: Add support for multiple attrib names.Clément Foucault
2017-05-15Gawain: add short vector conversion to 10_10_10Clément Foucault
2017-05-11Fix bug in copying VertexFormatCampbell Barton
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-04Draw Manager: Add a memory stats to debug view.Clément Foucault
2017-05-01Mesh Batch Cache: Add support for uv/vcol/tangent data layers.Clément Foucault
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-25group WITH_LEGACY_OPENGL with the other GL optionsMike Erwin
2017-04-21Gawain: fix for building empty element listCampbell Barton
2017-04-20Gawain: fix immediate mode drawing exceeding IMM_BUFFER_SIZECampbell Barton
2017-04-20Fix debug checks were enabled for release builds onlySergey Sharybin
2017-04-19Cleanup: set-but-unused warningCampbell Barton
2017-04-18Gawain: fix building WITH_GL_PROFILE_COREMike Erwin
2017-04-18Gawain: fix stupid APPLE_LEGACY mistakeMike Erwin
2017-04-18Gawain: enable 10.10.10 vertex format for core profile (any platform)Mike Erwin
2017-04-18Gawain: define feature macros in a more compatible wayMike Erwin
2017-04-18Garwain: fix ShaderInterface buffer shrinkingCampbell Barton
2017-04-18Gawain: fix missing NULL checkCampbell Barton
2017-04-17Gawain: fix for last commitMike Erwin
2017-04-17Gawain: shrink ShaderInterface name bufferMike Erwin
2017-04-17Gawain: look up uniforms by name quickerMike Erwin
2017-04-16Gawain: add immUniformColor3ubvAlphaMike Erwin
2017-04-16Gawain: move AttribBinding funcs to private interfaceMike Erwin
2017-04-16Gawain: fix compiler warningsMike Erwin
2017-04-16Gawain: fix compilation on MSVC 2013Mike 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-16Gawain: remove 2D matrix uniforms from ShaderInterfaceMike Erwin
2017-04-15Gawain: fix header commentsMike Erwin
2017-04-15Gawain: move some VertexFormat funcs to private interfaceMike Erwin
2017-04-15Gawain: rename AttribBinding clear for consistencyMike Erwin