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-06-08DRW: Fix animated material not refreshingDalai Felinto
2018-06-08Rename: GPU_material_get_uniform_buffer > GPU_material_uniform_buffer_getDalai Felinto
2018-06-08Rename: GPU_texture_orphansDalai Felinto
2018-06-07Uniform Buffer Objects: Simplification refactorDalai 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-07GLSL: No need to extract the UBO dynamic inputsDalai 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-04GPU: Fix missing case of new radeon on xorg.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-03GPUTexture: Fix memleak in orphaned texture management.Clément Foucault
2018-06-02GPU: Fix texture being freed in threads without ogl context bound.Clément Foucault
2018-06-02--debug-gpu-shader: Dump GLSL shaders to diskDalai Felinto
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-31GPUTexture: Expose GPU_texture_create_buffer and add GL_R32I support.Clément Foucault
2018-05-30Fix selection randomly failing with border render.Brecht Van Lommel
2018-05-30GPUMaterial: Add support for hair vertex color, uvs and orco.Clément Foucault
2018-05-30GPUTexture: Add support for GL_RGBA16 texture format.Clément Foucault
2018-05-22Cleanup: fix compiler warnings.Brecht Van Lommel
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-16GPUShader/DRW: Add Transform Feedback support.Clément Foucault
2018-05-15Workbench: Cleaner Shadow edges own shadowJeroen Bakker
2018-05-13GPUTexture: Add Texture Buffer support.Clément Foucault
2018-05-07Merge branch 'master' into blender2.8Campbell Barton
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-05-03Metaball: Move handles shader to draw/modes/shader and reference them in draw...Germano
2018-05-02GPUShader: Remove unused envelope shaders.Clément Foucault
2018-05-02GPUShader: Add GPU_SHADER_2D_IMAGE_MULTISAMPLE_2/4/8/16Clément Foucault
2018-05-02GPUTexture: Fix wrong multisample texture size.Clément Foucault
2018-05-02Eevee: Fix vertex color being in srgb space.Clément Foucault
2018-04-30GPUTexture: Add support for GPU_RG16.Clément Foucault
2018-04-30DRW: Remove DRWTextureFormat in favor or GPUTextureFormat.Clément Foucault
2018-04-27Fix missing action zones and emboss in the 3D viewport.Brecht Van Lommel
2018-04-27WM: new offscreen window draw method to replace all existing methods.Brecht Van Lommel
2018-04-26UI: desaturate toolbar icons that the mouse is not over.Brecht Van Lommel
2018-04-25WM: Add GHOST lazy init for background mode.Clément Foucault
2018-04-25Silhouette Overlap OverlayJeroen Bakker
2018-04-24OpenGL: Remove remaining instances of GL_RGBA16F_ARB.Clément Foucault
2018-04-22Remove unused shaderCampbell Barton
2018-04-22Cleanup: trailing spacesCampbell Barton
2018-04-21Cleanup: styleCampbell Barton
2018-04-21View3D: Atenuate banding artifacts on background gradient.Clément Foucault
2018-04-20Fix frame-buffer texture creationClément Foucault
2018-04-20UI: Support for runtime geometry iconsCampbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-19Merge branch 'master' into blender2.8Campbell Barton