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-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-20Fix build for MSVC: Remove trailing double semicolonDalai Felinto
2018-09-19Cleanup: Remove "_new" from GPU_generate_pass_newClément Foucault
2018-09-12GPU: Remove residue of OpenSubdivSergey Sharybin
2018-09-10Cleanup: More variables unused in releaseSergey Sharybin
2018-08-10GPUMaterial: Group all colorband texture togetherClément Foucault
2018-08-08Eevee: Remove some of the non-necessary uniformsClément Foucault
2018-08-02GPUShader: Add name for debugging & identifying shaders.Clément Foucault
2018-08-01GPUMaterial: Make Localize tree live longerClément Foucault
2018-07-20GPUMaterial: Cleanup unused headersClément Foucault
2018-07-19GPU: Add GC to FBOs and UBOs and centralize all GCsClément Foucault
2018-07-18Cleanup: style for GPU moduleCampbell Barton
2018-07-08Cleanup: rename 'ct' to 'len' for gpuCampbell Barton
2018-07-05GPU: avoid unnecessary multiple nodetree localize and output finding.Brecht Van Lommel
2018-06-25Merge branch 'master' into blender2.8Bastien Montagne
2018-06-25Cleanup: Nuke most of G.main from GPU code.Bastien Montagne
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-08DRW: Fix animated material not refreshingDalai Felinto
2018-06-08Rename: GPU_material_get_uniform_buffer > GPU_material_uniform_buffer_getDalai Felinto
2018-06-07Uniform Buffer Object: No more dirty tagging calls/checkDalai Felinto
2018-06-07Rename GPU_material_create_uniform_buffer > GPU_material_uniform_buffer_createDalai Felinto
2018-06-07No more need to tag sss as dirty for EEVEEDalai Felinto
2018-06-07Fix crash cause by SSS referencing Material Nodetree data.Clément Foucault
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-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-18Collections and groups unificationBrecht Van Lommel
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-19Cleanup: styleCampbell Barton
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-03-13GPUMaterial: Fix non finished material status if shader has no output.Clément Foucault
2018-03-12GPUMaterial: Add Material shader cache.Clément Foucault
2018-03-06GPU: Fix typo.Clément Foucault
2018-03-06DRW: Deferred compilation initial implementation.Clément Foucault
2018-02-14Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-14Cycles: restore Particle Info Index for now, keep it next to Random.Brecht Van Lommel
2018-02-09Merge branch 'master' into blender2.8Brecht Van Lommel
2017-12-07Merge branch 'master' into blender2.8Campbell Barton
2017-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-12-04Cleanup: whitespaceCampbell Barton
2017-11-22SceneRenderLayer > SceneLayer: Convert LayDalai Felinto
2017-11-22SceneRenderLayer > SceneLayer: Remove light_overrideDalai Felinto
2017-11-22Eevee : SSS : Add Translucency support.Clément Foucault
2017-11-21Eevee: SSS: Fix error in profile computation.Clément Foucault