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-07-01Fix missing GPU image free in background modeBrecht Van Lommel
2020-06-02Cleanup: unused argumentCampbell Barton
2020-05-18Cleanup: Put GPU_state_init inside gpu_state.cClément Foucault
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-11GPU: minor changes to support standalone GHOST buildsCampbell Barton
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2020-02-25GPU: Add Image property to allow high bitdepth support on a per image basisClément Foucault
2019-12-17Cleanup: split smoke drawing out into it's own fileCampbell Barton
2019-12-17Cleanup: sort struct declarationsCampbell Barton
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-05-28Cleanup: GPU: Move program point size to GPU_stateClément Foucault
2019-05-16Fix T64678: wrong DDS normal map rendering after recent changesBrecht Van Lommel
2019-05-13Cycles/Eevee: unified and improved texture image color space handlingBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-15GPU: Simplify select shaders.mano-wii
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-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-16Preferences: always do GPU accelerated mipmapping, remove preference.Brecht Van Lommel
2018-10-09Workbench: Smoke: Add support for Color Mappping for smoke debuggingClément Foucault
2018-07-16Smoke: Port display to Workbench + object modeClément Foucault
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-25Merge branch 'master' into blender2.8Bastien Montagne
2018-06-25Cleanup: Nuke most of G.main from GPU code.Bastien Montagne
2018-06-12Cleanup: remove image->bindcode, always wrap in GPUTexture.Brecht Van Lommel
2018-06-04 Cleanup: strip trailing space in GPU moduleCampbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-17Remove game properties in image editorDalai Felinto
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-06Use eObjectMode for function argumentsCampbell Barton
2018-02-06Object Mode: Use eval_ctx mode for drawing, paint & modifiersCampbell Barton
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Cleanup: Use full name for scene_layer in gpuSergey Sharybin
2017-05-24TexFace removal part 2Campbell Barton
2017-05-09glPushAttrib/Pop change implementation to use a stackDalai Felinto
2017-04-27OpenGL: manage legacy state only when WITH_LEGACY_OPENGL=ONMike Erwin
2017-04-27OpenGL: stop enabling GL_TEXTUREMike Erwin
2017-04-27OpenGL: stop using GL_NORMALIZEMike Erwin
2017-04-27OpenGL: remove GL_MAP1_VERTEX_3Mike Erwin
2017-04-24Convert BaseLegacy to Base (part)Luca Rood
2017-04-05Immediate Mode: replacing glPushAttrib/glPopAttribDalai Felinto
2017-03-02Remove all instances of OBACT from drawobject.c and related changesDalai Felinto
2016-10-01OpenGL: add support for programmable point sizeMike Erwin
2016-06-25GPU: move select index code out of WMCampbell Barton
2016-06-08Cleanup: GPU arg wrappingCampbell Barton