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-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell 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
2019-01-02Cleanup: py-gpu error checksCampbell Barton
2019-01-02Revert file rename from T59773 fixCampbell Barton
2019-01-02Fix T59773: Raise exception if the gpu module is used in backgound mode.mano-wii
2018-11-20Cleanup: style, unusedCampbell Barton
2018-11-19PyAPI: GPUOffscreen: Add context manager for the `bind` method to work with t...mano-wii
2018-11-19Py API Docs: Fix wrong typeJacques Lucke
2018-11-15Py API: Fix documentation/actual behavior missmatch in gpu.matrixJacques Lucke
2018-11-15Py API Docs: Fix formattingJacques Lucke
2018-11-14minor cleanupJacques Lucke
2018-11-14minor cleanupJacques Lucke
2018-11-14minor api docs fixJacques Lucke
2018-11-14Py API: Remove GPUShader.transform_feedback_enable/disableJacques Lucke
2018-11-14Cleanup: python doc-stringsCampbell Barton
2018-11-13Py API: fix parameter order in offscreen.draw_view3dJacques Lucke
2018-11-13Py API Docs: GPUVertFormat documentationJacques Lucke
2018-11-13Py API Docs: CleanupJacques Lucke
2018-11-13Py API Docs: GPUIndexBuf documentationJacques Lucke
2018-11-13Py API Docs: GPUBatch documentationJacques Lucke
2018-11-09gpu.offscreen, fix pydoc, example and rename modelviewmatrix > viewmatrixDalai Felinto
2018-11-09BKE_id_is_in_gobal_main > BKE_id_is_in_global_mainDalai Felinto
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-06Cleanup: No need to save/restor frame buffer twiceJacques Lucke
2018-11-05API Docs: gpu api introduction + examplesJacques Lucke
2018-10-31Cleanup: rename PyAPI VertBatch to BatchCampbell Barton
2018-10-31Fix leak in successive calls to Batch.program_setCampbell Barton
2018-10-31PyAPI: add check for exceeding batch VBO limitCampbell Barton
2018-10-31Cleanup: batch Python APICampbell Barton
2018-10-31Fix missing error returns in batch APICampbell Barton
2018-10-30PyAPI: GPU: improve GPUShader.from_builtin and GPUShader.code_from_builtin de...mano-wii
2018-10-29PyAPI: remove GPUVertFormat() creation from a listCampbell Barton
2018-10-28Cleanup: fix compiler warnings.Brecht Van Lommel
2018-10-26Fix parsing single int for uniform_intCampbell Barton
2018-10-26PyAPI: Make GPUVertFormat() argument optionalCampbell Barton
2018-10-25PyAPI: rename GPL VertBuf.attr_fill identifier to idCampbell Barton
2018-10-24Fix: buffer overflow when creating gpu.types.GPUIndexBufJacques Lucke
2018-10-24GPUShader: shader.uniform_float, matrix parsingCampbell Barton
2018-10-23GPUShader: shader.uniform_float parametersJacques Lucke
2018-10-23Cleanup: rename VertBuf.fill_attribute > attr_fillCampbell Barton
2018-10-22Python API: fix docstringsJacques Lucke
2018-10-12Python GPU: Best description for exceptionsmano-wii
2018-10-10Python GPU: Use PyC_AsArray_FAST in GPUVertBuf.fill_attribute.mano-wii
2018-10-10Python GPU: Use PyC_AsArray_FAST when initing GPUIndexBuff.mano-wii