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
2018-07-02Commit D3494 : Compiled shader lookup fixClément Foucault
2018-06-14Cleanup: remove legacy GPU pass binding code.Brecht Van Lommel
2018-06-13Merge branch 'master' into blender2.8Brecht Van Lommel
2018-06-07Rename GPU_material_create_uniform_buffer > GPU_material_uniform_buffer_createDalai Felinto
2018-06-07GLSL: No need to extract the UBO dynamic inputsDalai Felinto
2018-06-07GPUPass: Refactor gpupass caching system to allow fast gpumaterial creation.Clément Foucault
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04 Cleanup: strip trailing space in GPU moduleCampbell Barton
2018-05-30GPUMaterial: Add support for hair vertex color, uvs and orco.Clément Foucault
2018-05-02Eevee: Fix vertex color being in srgb space.Clément Foucault
2018-04-30DRW: Remove DRWTextureFormat in favor or GPUTextureFormat.Clément Foucault
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-09GPU Codegen: Fix assert caused by GC of failled shaders.Clément Foucault
2018-03-12GPUMaterial: Add Material shader cache.Clément Foucault
2018-03-06DRW: Deferred compilation initial implementation.Clément Foucault
2018-02-23GPU: fixes for string socket types in shader nodes.Brecht Van Lommel
2018-02-23Eeevee: add temperature grid support, make color grid unpremultiplied.Brecht Van Lommel
2017-11-28Eevee: Fix T53413: Crash when using displacement bump relink.Clément Foucault
2017-10-27Eevee: Volumetrics: Support Smoke simulation textures.Clément Foucault
2017-09-15GPUCodegen: Fix for loop overflow.Clément Foucault
2017-09-14GPUCodegen: Add New GPU_SOURCE_STRUCT to be used for Closure SocketsClément Foucault
2017-07-14Implement Uniformbuffer objects for nodetree parametersDalai Felinto
2017-07-03GPU Codegen: Add new closure socket type.Clément Foucault
2017-06-28GPU_codegen: Fix geometry shader.Clément Foucault
2017-06-28GPU_codegen: Add support for passing attributes through the geometry stage.Clément Foucault
2017-06-28GPU: GPU_generate_pass_new now takes vertex-attrsCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-06-01GPUCodegen: fix missing ViewMatrix in new shading.Clément Foucault
2017-05-18GPUMaterial: Add support for tangent node.Clément Foucault
2017-05-15Mesh Batch Cache: get rid of the ORCO VBO data, and reconstruct it in shader.Clément Foucault
2017-05-07GPUMaterial: Fix regressions concerning background texcoClément Foucault
2017-05-04Eevee: Draw background shader.Clément Foucault
2017-05-01GPUMaterial: Making material node tree compatible with new drawmanager.Clément Foucault
2017-05-01Eevee: World nodetree gpumaterial compatibility.Clément Foucault
2017-04-18Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-04-18Revert "Object Info node support for GLSL mode and the internal render"Dalai Felinto
2017-04-18Object Info node support for GLSL mode and the internal renderAlexander Romanov
2017-04-14Object Info node support for GLSL mode and the internal renderAlexander Romanov
2017-04-08OpenGL: drop support for EXT_geometry_shader4Mike Erwin
2017-03-27OpenGL: prepare GLSL for version 3.3Mike Erwin
2017-03-27OpenGL: use new matrix names in GLSLMike Erwin
2017-03-25Merge branch 'master' into blender2.8Campbell Barton
2017-03-24Fix T50238: Cycles: difference in texture position between OpenGL and Cycles ...Sergey Sharybin
2017-02-03Modifications to GPU_texture:Clément Foucault
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-09-04Merge branch 'master' into blender2.8Bastien Montagne
2016-08-30Fix T49201: Mesh with OpenSubdiv subsurf and a texture disappears in Material...Sergey Sharybin
2016-07-28Merge branch 'master' into blender2.8Campbell Barton
2016-07-27Fix T48829: Memory leak on Blender ExitSergey Sharybin
2016-07-25Merge branch 'master' into blender2.8Bastien Montagne