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-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-14Mesh Batch Cache: Refactor + MultithreadClément Foucault
2019-07-31Fix T67951: Bone selection is broken on some Intel GPUsmano-wii
2019-06-06Fix T65383 UI graphics glitches on macOS with Intel HD 4000Clément Foucault
2019-06-03GPU: Fix Restart index bugClément Foucault
2019-05-30GPU: Remove GPU_INDEX_U8Clément Foucault
2019-05-27Cleanup: Fix warnings in gpu_batchRay Molenkamp
2019-05-27Fix T65066 Armature and bone selection is broken on macOSClément Foucault
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-14GPUVertexFormat: Reduce size of structsClément Foucault
2019-05-14GPU: Add GPU_vertbuf_discard and GPU_BATCH_UNUSEDClément Foucault
2019-04-22Cleanup: style, use braces for gpuCampbell Barton
2019-04-21Cleanup: comments (long lines) in gpuCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-05Fix T61035 Draw manager crash opening file with curvesClé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
2019-01-17GPU: Rename GPU_shader_get_uniform to GPU_shader_get_uniform_ensureClément Foucault
2018-12-18DRW: Instance: Makes it possible to have instances of a non-init batchClément Foucault
2018-12-14GPUBatch: Add GPU_batch_clear to clear batches without freeingClément Foucault
2018-10-01GPU: Fix partial draw of batches with index buffersClément Foucault
2018-07-31GPU: Replace malloc/calloc/realloc/free with MEM_* counterpartClément Foucault
2018-07-19GPU: Add GC to FBOs and UBOs and centralize all GCsClément Foucault
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-07-14GPU_batch: fix error w/ interior line removalCampbell Barton
2018-07-08Cleanup: rename 'ct' to 'len' for gawainCampbell Barton
2018-04-19Cleanup: styleCampbell Barton
2018-02-18Merge branch 'master' into blender2.8Campbell Barton
2018-01-24Fix for fix w/ GPU_batch_wire_from_poly_2d_encodedCampbell Barton
2018-01-24Fix bug in view navigation iconsCampbell Barton
2018-01-20GPU_batch: Add GPU_batch_wire_from_poly_2d_encodedCampbell Barton
2018-01-15GPU_batch_from_poly_2d_encoded: skip winding checkCampbell Barton
2018-01-15GPU_batch_from_poly_2d_encoded: optional rctf argCampbell Barton
2018-01-15Cleanup: update commentsCampbell Barton
2018-01-15GPU_batch: Add utility to create 2D shapesCampbell Barton
2018-01-15Cleanup: split GPU_batch_presets into own fileCampbell Barton
2017-08-16Cleanup: rename GPU gawain functionsCampbell Barton
2017-08-16Gawain: remove GWN_batch_discard_allCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-04-13Gawain: use ShaderInterface to manage uniformsMike Erwin
2017-04-08OpenGL: use PRIM instead of GL enum everywhere elseMike Erwin