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
2019-10-10Cleanup: clang-format, spellingCampbell Barton
2019-09-17DRW: Refactor to support draw call batchingClément Foucault
2019-09-14Revert "DRW: Refactor to support draw call batching"Clément Foucault
2019-09-13DRW: Refactor to support draw call batchingClément Foucault
2019-08-15Mesh Batch Cache: Split UV an tangent into 2 distinct VBOsClément Foucault
2019-08-14Mesh Batch Cache: Refactor + MultithreadClément Foucault
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-05-27Cleanup: Fix warnings in bf_gpuRay Molenkamp
2019-05-22GPU: Refactor GPU_batch_draw_range_exClément Foucault
2019-05-20GPU: Use uint in GPU_batch_uniform_1ui.mano-wii
2019-05-14GPU: Add GPU_vertbuf_discard and GPU_BATCH_UNUSEDClément Foucault
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-04-05Fix T61035 Draw manager crash opening file with curvesClément Foucault
2019-03-29DRW/Eevee: Add correct support for OrcoClément Foucault
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-10Cleanup: use shorter name for shader configCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06Fix T61196: Mesh select ignores clippingCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2018-12-18DRW: Instance: Makes it possible to have instances of a non-init batchClément Foucault
2018-12-17Mesh Batch Cache: Port Texture paint batches to new batch requestClément Foucault
2018-12-14GPUBatch: Add GPU_batch_clear to clear batches without freeingClément Foucault
2018-12-01Cleanup: redundant NULL checksCampbell Barton
2018-08-30Cleanup: GPU_BATCH_DISCARD_ARRAY_SAFE (deduplicate existing code)Dalai Felinto
2018-07-18Cleanup: style for GPU moduleCampbell Barton
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-15Cleanup: split GPU_batchCampbell Barton
2018-04-22Cleanup: trailing spacesCampbell Barton
2018-04-05GPUBatch: Change preset managment system.Clément Foucault
2018-03-30BLF: Use Batch API instead of IMM.Clément Foucault
2018-02-26WM/GPU: Clear VAO cache of batch preset when switching context.Clément Foucault
2018-02-26DRW: Add new Draw Manager OpenGL Context.Clément Foucault
2018-01-20GPU_batch: Add GPU_batch_wire_from_poly_2d_encodedCampbell Barton
2018-01-15GPU_batch_from_poly_2d_encoded: optional rctf argCampbell Barton
2018-01-15GPU_batch: Add utility to create 2D shapesCampbell Barton
2018-01-15Cleanup: split GPU_batch_presets into own fileCampbell Barton
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-08-16Cleanup: rename GPU gawain functionsCampbell Barton
2017-08-15Cleanup: use 'gwn' prefix for gawain filenamesCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-04-13Use regular header guards in GPUCampbell Barton
2017-03-17move Gawain library to internMike Erwin
2017-03-06OpenGL: Object bound drawing.Clément Foucault
2017-02-11OpenGL immediate mode: gluSphere replacementClément Foucault
2016-09-15Extend Gawain to use Blender's built-in shadersMike Erwin