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-03-19Cleanup: comment blocksCampbell Barton
2019-03-14Eevee: Fix black mesh when tangent is not presentClément Foucault
2019-03-13Fix T59501: Eevee doesn't use integer node socketsClément Foucault
2019-03-12Cleanup: comment on `GPU_pass_compile`.mano-wii
2019-03-12GPU: Avoid access violation while reading the `pass->shader`.mano-wii
2019-03-11GPU: Make the creation of opengl shaders more stable.mano-wii
2019-03-01Fix T62090 : Eevee shader compilation: undefined variable "att1_is_srgb"Clément Foucault
2019-02-28Fix T62021: Wireframe input node doesn't work properlyClément Foucault
2019-02-18doxygen: add newline after \fileCampbell Barton
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