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-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-18GWN: Port to GPU module: Move files to GPUClément Foucault
2018-07-16Smoke: Port display to Workbench + object modeClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-15Cleanup: split GPU_batchCampbell Barton
2018-07-14GPU_batch: fix error w/ interior line removalCampbell Barton
2018-07-10GPUTexture: Refactor of texture creation & new featureClément Foucault
2018-07-08Cleanup: rename 'ct' to 'len' for gpuCampbell Barton
2018-07-08Cleanup: rename 'ct' to 'len' for gawainCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-05GPU: avoid unnecessary multiple nodetree localize and output finding.Brecht Van Lommel
2018-07-02Cleanup: use _f, _i suffix for GPU state APICampbell Barton
2018-07-02Commit D3494 : Compiled shader lookup fixClément Foucault
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-28Fix assert to due missing GPU blend mode.Brecht Van Lommel
2018-06-28Fix missing blend mode in recent OpenGL refactorCampbell Barton
2018-06-27Cleanup: styleCampbell Barton
2018-06-27bf_gpu: Add GPU_state module.Ray Molenkamp
2018-06-26Cleanup: dyntopo sculpt draw update: use same BM_face_as_array_vert_tri for i...Bastien Montagne
2018-06-26Fix T55320: Sculpt Mode with dyntopo and smooth shading drawing bug.Bastien Montagne
2018-06-25Merge branch 'master' into blender2.8Bastien Montagne
2018-06-25Cleanup: Nuke most of G.main from GPU code.Bastien Montagne
2018-06-25Cleanup: code styleCampbell Barton
2018-06-22Cleanup: styleCampbell Barton
2018-06-22Cleanup: suppress assert in recent GPU refactorCampbell Barton
2018-06-22GLRefactor: Refactor bf_blenfont to use GPUTexture instead of raw GL calls an...Ray Molenkamp
2018-06-14Cleanup: styleCampbell Barton
2018-06-14GPU: consistenly use mipmap on/off in all draw modes.Brecht Van Lommel
2018-06-14Cleanup: remove legacy GPU pass binding code.Brecht Van Lommel
2018-06-13Merge branch 'master' into blender2.8Brecht Van Lommel
2018-06-12Cleanup: remove image->bindcode, always wrap in GPUTexture.Brecht Van Lommel
2018-06-11Revert "Cleanup: remove image->bindcode, always wrap in GPUTexture."Brecht Van Lommel
2018-06-11Cleanup: remove image->bindcode, always wrap in GPUTexture.Brecht Van Lommel
2018-06-11Cleanup: fix compiler warnings.Brecht Van Lommel
2018-06-11Fix crash with OpenGL rendering in multiple threads on macOS.Edmund Kapusniak
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-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