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
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-04-30Cleanup: Rename `#if GPU_USE_PY_REFERENCES` to `#ifndef GPU_NO_USE_PY_REFEREN...Germano Cavalcante
2021-04-30Python GPU: Add reference of PyObject GPU object to the GPU object itselfGermano Cavalcante
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-17Python: gpu module: add new submodules and typesGermano Cavalcante
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-15Liquid Simulation Display Options (GSoC 2020)Sriharsha Kotcharlakot
2020-09-12Fix remaining GL calls/type preventing from building due to recent cleanupClément Foucault
2020-09-12GPU: Add Image Load Store extension supportClément Foucault
2020-09-08GPUContext: Move GPUContext to gpu::Context for more consistencyClément Foucault
2020-09-08GPUTexture: Remove unused functions and avoid GPU_texture_opengl_bindcodeClément Foucault
2020-09-08GPUState: Encapsulate glPixelStorei inside the GLStateManagerClément Foucault
2020-09-08Cleanup: consistent syntax for doxygen parametersCampbell Barton
2020-09-07GPU: Fix clang tidy warningsClément Foucault
2020-09-07GPUVertBuf: Rename GPUVertBuf to VertBuf and add some gettersClément Foucault
2020-09-06GPUVertBuf: Make GPUVertBuf private to the GPU moduleClément Foucault
2020-09-05Cleanup: GPUTexture: Move debug messages outside of creation functionClément Foucault
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-05GPUTexture: Implement back 3D texture resizeClément Foucault
2020-09-05Cleanup: GPUTexture: Clean framebuffer attachmentClément Foucault
2020-09-05GPUTexture: Add support for samplersClément Foucault
2020-09-05GPUTexture: GL Backend IsolationClément Foucault
2020-09-05GPUTexture: Add skeleton of the new GLTexture classClément Foucault
2020-09-05GPUTexture: Remove bind to edit callsClément Foucault
2020-09-02Cleanup: spelling, rename attachement -> attachmentCampbell Barton
2020-08-30GPUFrameBuffer: GL backend isolationClément Foucault
2020-08-25Fix T79494 Refrence Image reflects object after source got deletedClément Foucault
2020-08-25GPUState: Move state limits getter to the area they belongClément Foucault
2020-08-18GPUState: Use GPU_viewport to set viewport state in GPU_framebufferClément Foucault
2020-08-18Merge branch 'blender-v2.90-release'Clément Foucault
2020-08-11Merge branch 'blender-v2.90-release'Clément Foucault
2020-08-08Cleanup: GPU: Change gpu_context_private.h to C++ only headerClément Foucault
2020-08-07Cleanup: GPU, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-05Fix possible fall-through after recent changeSergey Sharybin
2020-08-05Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-05Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-07-31Merge branch 'blender-v2.90-release'Antonio Vazquez
2020-07-30Cleanup: GPU: Remove GPU_draw.h and move fluid gpu function to DRWClément Foucault
2020-07-30Cleanup: Split gpu_texture_image.c into BKE and IMB modulesClément Foucault
2020-07-29GPU: Refactor gpu_texture_image to not use GL callsClément Foucault
2020-07-29GPU: Move gpu_texture.c to C++Clément Foucault