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-10DRW: Add new features from lightcache branchClément Foucault
2018-06-19Cleanup: some more valid G.main usages moved to G_MAIN.Bastien Montagne
2018-06-11DRW: Rename ogl_context to gl_contextClément Foucault
2018-06-07Remove more printfs ....Clément Foucault
2018-06-07GPUPass: Refactor gpupass caching system to allow fast gpumaterial creation.Clément Foucault
2018-05-30DRW: Add compile option to disable deferred compilation.Clément Foucault
2018-05-16GPUShader/DRW: Add Transform Feedback support.Clément Foucault
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-19Cleanup: styleCampbell Barton
2018-04-13DRW: Deferred Shader Compilation: Optimize shaders compilation.Germano
2018-04-10DRW: Deferred Shader Compilation: Don't recreate ogl context.Clément Foucault
2018-04-10Draw Manager: Fix lazy compilation on certain hardware.Germano
2018-03-22GPUCompositing: Remove entire module.Clément Foucault
2018-03-13Eevee: Render: Fix softlock if rendering before lazy shader compil ends.Clément Foucault
2018-03-08Make sure that the WM_opengl_context_create is always called on the main threadGermano
2018-03-08Fix wglShareLists being called with rendering contexts in useGermano
2018-03-07DRW: Fix memory leak.Clément Foucault
2018-03-06DRW: Shader Deferred compilation: Use a wmJob for threading.Clément Foucault
2018-03-06DRW: Deferred compilation initial implementation.Clément Foucault
2018-02-28DRW: Refactor & Split draw_manager.c into multiple files.Clément Foucault