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-10-18Metal: MTLBatch and MTLDrawList implementation.Jason Fielder
2022-09-22Metal: MTLContext implementation and immediate mode rendering support.Thomas Dinges
2022-09-22Metal: MTLVertBuf implementation and support for texture creation from vertex...Thomas Dinges
2022-09-01Metal: MTLShader and MTLShaderGenerator implementation.Thomas Dinges
2022-09-01Metal: MTLIndexBuf class implementation.Jason Fielder
2022-08-31GPUCapabilities: Add GPU_shader_draw_parameters_supportClément Foucault
2022-07-21Cleanup: formatCampbell Barton
2022-07-19Metal: MTLUniformBuffer module implementationJason Fielder
2022-07-19Metal: MTLQueryPool implementation adding support for occlusion queries.Jason Fielder
2022-07-04Cleanup: spelling in commentsCampbell Barton
2022-07-01Metal: MTLMemoryManager implementation includes functions which manage alloca...Jason Fielder
2022-06-27MTLCommandBufferState for coordinating GPU workload submission and render pas...Jason Fielder
2022-06-09Cleanup: spelling in comments & variablesCampbell Barton
2022-04-27Metal: MTLTexture core implementation for Metal backend, with minimal surroun...Clément Foucault
2022-03-31Cleanup: spelling, trailing space for comment-blocksCampbell Barton
2022-03-23Cleanup: spelling in commentsCampbell Barton
2022-03-23License headers: add license header to source/blender/gpu/metalCampbell Barton
2022-03-22Cleanup: make format and fix warningJacques Lucke
2022-03-22Metal: Initial Implementation of Metal Backend for GPU Module.Jason Fielder