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
2020-02-11DRW: Color Management improvementClément Foucault
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-09-06Fix T68950: Adding lots of edge loops to cylinder produces a crashHuseyin Karakullukcu
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-06-06Fix T65383 UI graphics glitches on macOS with Intel HD 4000Clément Foucault
2019-04-22Cleanup: style, use braces for gpuCampbell Barton
2019-04-21Cleanup: comments (long lines) in gpuCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2019-01-17GPU: Rename GPU_shader_get_uniform to GPU_shader_get_uniform_ensureClément Foucault
2018-10-09Cleanup: namingCampbell Barton
2018-10-09Cleanup: namingCampbell Barton
2018-09-12Cleanup: use uint/uchar types in GPUCampbell Barton
2018-08-17Fix T55722 : Blender 2.8 crashes on startup on old Nvidia cardsClément Foucault
2018-07-19GPU: Add GC to FBOs and UBOs and centralize all GCsClément Foucault
2018-07-19Cleanup: styleCampbell Barton
2018-07-18Cleanup: style for GPU moduleCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-18GWN: Port to GPU module: Move files to GPUClément Foucault
2017-04-13Gawain: use ShaderInterface to manage uniformsMike Erwin
2017-04-05Fix T50976: Blender UI problems with certain theme files.Bastien Montagne
2017-01-16Updating outliner_draw_struct_marks to retained modeMike Erwin
2016-12-14OpenGL: another way to set uniform theme colorMike Erwin
2016-10-20Gawain: closer integration of immediate mode & matrix APIsMike Erwin
2016-10-17OpenGL: new immUniformThemeColorShadeAlpha functionMike Erwin
2016-10-13more theme color functions: UI_GetThemeColorBlendShade4fv, immUniformThemeCol...Dalai Felinto
2016-10-13gawain/immediate mode: new util functions for color uniformsDalai Felinto
2016-10-10OpenGL: plug new matrix system into shaders (WIP)Mike Erwin
2016-09-15Extend Gawain to use Blender's built-in shadersMike Erwin
2016-09-13Gawain: reorganize source codeMike Erwin
2016-09-06Gawain: add immBeginAtMostMike Erwin
2016-09-06Gawain: fix GL_POINTS in immediate modeMike Erwin
2016-08-27Gawain: convenience functions for uniform colorMike Erwin
2016-08-20Gawain: more immediate mode functionsMike Erwin
2016-08-17Gawain: add v functions to immediate modeMike Erwin
2016-08-13Gawain: increase size of immediate mode bufferMike Erwin
2016-08-11Gawain: allow partial vertex specificationMike Erwin
2016-08-11Gawain: tweak immediate mode APIMike Erwin
2016-08-10Gawain: fewer glEnable/DisableVertexAttribArray callsMike Erwin
2016-08-10Gawain: map vertex format to shader inputsMike Erwin
2016-08-10Gawain: fix compiler warningsMike Erwin
2016-08-10OpenGL: invalidate buffers the modern wayMike Erwin
2016-08-09Gawain: fix Windows build errorMike Erwin
2016-08-08Gawain: immediate mode set uniforms for active programMike Erwin
2016-08-07Gawain: legacy Mac VBO workaroundsMike Erwin