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
2022-09-22Metal: MTLContext implementation and immediate mode rendering support.Thomas Dinges
2022-07-15Fix GPU backend deleting resources without an active contextBrecht Van Lommel
2022-03-22Metal: Initial Implementation of Metal Backend for GPU Module.Jason Fielder
2022-03-18GPU: Add indirect dispatch support.Clément Foucault
2022-03-18DRW: Add support for GPUStorageBufClément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-06Cleanup: move public doc-strings into headersCampbell Barton
2022-01-06Cleanup: Clang-tidy: modernize-redundant-void-argAaron Carlisle
2021-05-26GPU: Compute Pipeline.Jeroen Bakker
2020-09-08GPUContext: Move GPUContext to gpu::Context for more consistencyClément Foucault
2020-09-08GPUQuery: GL Backend isolationClément Foucault
2020-09-07GPUVertBuf: Rename GPUVertBuf to VertBuf and add some gettersClément Foucault
2020-09-06GPUIndexBuf: GL backend IsolationClément Foucault
2020-09-05GPUTexture: Add support for samplersClément Foucault
2020-09-05GPUTexture: Add skeleton of the new GLTexture classClément Foucault
2020-08-30GPUFrameBuffer: GL backend isolationClément Foucault
2020-08-21GPUUniformBuf: GL backend isolationClément Foucault
2020-08-18GPUShader: GL backend isolationClément Foucault
2020-08-17Cleanup: header order, trailing spaceCampbell Barton
2020-08-13GPUBatch: Move allocator to backendClément Foucault
2020-08-13GPUDrawList: GL backend isolationClément Foucault
2020-08-08GPUBackend: Add new GPUBackend object to manage GL object allocationsClément Foucault