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
2020-07-29GPU: Move gpu_uniformbuffer.c to C++Clément Foucault
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-15Cleanup: split off code from gpu_codegen.c into smaller filesBrecht Van Lommel
2019-05-30GPU: Enforce Uniform buffer alignment to 16bytesClément Foucault
2019-04-29Cleanup: spellingCampbell Barton
2019-04-25Fix T63524: crash selecting an object in texture coordinate nodeBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-03-24Cleanup: redundant use of string formatting functionsCampbell 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-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-08-14Cleanup: GPU codegen: remove most of legacy codeClément Foucault
2018-08-01GPUUniformBuffer: Fix bad memcpy error catched by asanClément Foucault
2018-07-19GPU: Add GC to FBOs and UBOs and centralize all GCsClément Foucault
2018-06-07Uniform Buffer Objects: Simplification refactorDalai Felinto
2018-06-07Uniform Buffer Object: No more dirty tagging calls/checkDalai Felinto
2018-04-22Cleanup: trailing spacesCampbell Barton
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-09-15Eevee: Fix T52738: Probes are black.Clément Foucault
2017-09-12DRW: Use static list (array) of texture/ubo to track bound textures/ubos.Clément Foucault
2017-08-18Uniform Buffer Objects: More complete padding solutionDalai Felinto
2017-08-18Fix ubo vec3 alignment issueDalai Felinto
2017-08-12Code cleanup: fix various compiler warnings.Brecht Van Lommel
2017-07-14Implement Uniformbuffer objects for nodetree parametersDalai Felinto
2017-02-07Clay-Engine (merge clay-engine)Clément Foucault