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
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell 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-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
2018-11-08Eevee: Fix broken Vector Transform nodeClément Foucault
2018-11-07GPU: Fix wrong socket value structClément Foucault
2018-11-01Eevee: Fix nodegroup sockets behaviourClément Foucault
2018-10-09Eevee: Add support/Fix Object Info nodeClément Foucault
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-20GPUCodegen: Remove unnecessary GLEW_VERSION_3_0 checksClément Foucault
2018-09-20Eevee: Implement Wireframe NodeClément Foucault
2018-09-19Cleanup: Remove "_new" from GPU_generate_pass_newClément Foucault
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Cleanup: styleCampbell Barton
2018-09-18GPUShader: Manually validate sampler countClément Foucault
2018-09-12GPU: Remove residue of OpenSubdivSergey Sharybin
2018-09-12Cleanup: use uint/uchar types in GPUCampbell Barton
2018-08-22GPU: Fix issue with multiple Geometry node.Clément Foucault
2018-08-22GPUMaterial: Geometry Node: Add support for parametric outputClément Foucault
2018-08-14GPUShader: Remove some of the unused shadersClément Foucault
2018-08-14Cleanup: GPU codegen: remove most of legacy codeClément Foucault
2018-08-14Cleanup: Rename GPU_* functions to make more senseClément Foucault
2018-08-10GPUMaterial: Group all colorband texture togetherClément Foucault
2018-08-08GPUMaterial: Fix Material appear broken when using sliders to tweak propsClément Foucault
2018-08-02GPUShader: Add name for debugging & identifying shaders.Clément Foucault
2018-07-18Cleanup: style for GPU moduleCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-02Commit D3494 : Compiled shader lookup fixClément Foucault
2018-06-29Cleanup: trailing newlinesCampbell Barton
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