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
2022-07-15Fix GPU backend deleting resources without an active contextBrecht Van Lommel
2022-06-22Cleanup: remove redundant GPU headersCampbell Barton
2022-04-14GPU: Make nodetree GLSL Codegen render engine agnosticClément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-17Revert "Revert "GPUShaderCreateInfo for interface abstraction""Jeroen Bakker
2022-01-17Revert "GPUShaderCreateInfo for interface abstraction"Jeroen Bakker
2022-01-17GPUShaderCreateInfo for interface abstractionJeroen Bakker
2020-09-08GPUImmediate: Make activation / deactivation implicitClément Foucault
2020-09-07GPUExtensions: GL backend isolationClément Foucault
2020-09-07GPUPlatform: GL backend isolationClément Foucault
2020-09-01GPUDebug: Reformat GL debug callbacks and move them to GL backendClément Foucault
2020-08-30Cleanup: GPU: Remove unused init/exit functionsClément Foucault
2020-08-08GPUBackend: Add new GPUBackend object to manage GL object allocationsClément Foucault
2020-08-08GPUBackend: Add new GPUBackend object to manage GL object allocationsClément Foucault
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-11GPU: minor changes to support standalone GHOST buildsCampbell Barton
2020-02-15Cleanup: split off code from gpu_codegen.c into smaller filesBrecht Van Lommel
2019-10-04GPU: Platform Support LevelJeroen Bakker
2019-09-29Sculpt: multithread GPU draw buffer filling for workbenchBrecht Van Lommel
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-04-22Cleanup: style, use braces for gpuCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-02Fix T59773: Raise exception if the gpu module is used in backgound mode.mano-wii
2018-07-19GPU: Add GC to FBOs and UBOs and centralize all GCsClément Foucault
2018-06-11Fix crash with OpenGL rendering in multiple threads on macOS.Edmund Kapusniak
2018-06-08DRW: Fix animated material not refreshingDalai Felinto
2018-06-08Rename: GPU_texture_orphansDalai Felinto
2018-06-02GPU: Fix texture being freed in threads without ogl context bound.Clément Foucault
2018-04-25WM: Add GHOST lazy init for background mode.Clément Foucault
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2017-02-11OpenGL immediate mode: gluSphere replacementClément Foucault
2016-08-07Gawain: initialize & destroy immediate modeMike Erwin
2016-06-08Cleanup: GPU headersCampbell Barton
2016-06-02Fix T47637: Multiple multires objects in Sculpt mode make blender crash.Bastien Montagne
2015-10-06WM: Fix crash when a new window can't be createdCampbell Barton
2015-07-16Sculpt draw code:Antony Riakiotakis
2015-07-02Make OpenGL debug contexts a flag --debug-gpu instead of a compile timeAntony Riakiotakis
2015-02-23Debug GPU functionality from soc-viewport_fx by Jason WilkinsAntony Riakiotakis
2014-11-29Cleanup: unused headersCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins