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-07-28DRW: TextureFromPool: Change API to use acquire / releaseClément Foucault
2022-06-28Cleanup: DRW: Fix misnamed argument and add more info in a function docClément Foucault
2022-05-19DRW: GPU wrappers: Fix resize routines for StorageArrayBufferClément Foucault
2022-05-19DRW: Wrappers: Use runtime length of the buffer instead of the initial lenClément Foucault
2022-05-19DRW: Replace StorageFlexibleBuffer with explicit `get_or_resize()`Clément Foucault
2022-05-17DRWWrapper: Add StorageFlexibleBufferClément Foucault
2022-05-17DRW: Add SwapChain container to allow easier usage of double bufferingClément Foucault
2022-04-19GPU: Replace `GPUMaterialVolumeGrid` by `GPUMaterialAttribute`Clément Foucault
2022-03-23Cleanup: spelling in commentsCampbell Barton
2022-03-20DRW: GPU wrappers: Some quality of life improvementsClément Foucault
2022-03-18DRW: gpu wrappers: Fix compilation in release modeClément Foucault
2022-03-18GPUTexture: Add Cube view as 2D arrayClément Foucault
2022-03-18DRW: Expose stencil view in gpu_wrapperClément Foucault
2022-03-18Cleanup: DRW: Fix comments in DRW_gpu_wrapperClément Foucault
2022-03-18DRW: Add simple texture view wrappers to draw::TextureClément Foucault
2022-03-18DRW: Add support for GPUStorageBuf in wrappersClément Foucault
2022-02-25GPUTexture: Use immutable storageClément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-05DRW: Fix memory leak in UniformArrayBufferClément Foucault
2022-02-04DRW: Fix bug in cubemap creation in draw::TextureClément Foucault
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2022-01-27DRW: Fix some issues with DRW_gpu_wrapper.hhClément Foucault
2022-01-27DRW: Fix DRW_gpu_wrapper.hhClément Foucault
2022-01-14Cleanup: spelling in comments, C++ style comments for disabled codeCampbell Barton
2022-01-12DRW: Add DRW_gpu_wrapper.hhClément Foucault