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-05Cleanup: make formatBrecht Van Lommel
2022-09-02DRWManager: New implementation.Clément Foucault
2022-08-19Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-19Fix build error on mips64el architectureBrecht Van Lommel
2022-08-17Cleanup: strip blank lines around comment blocksCampbell Barton
2022-08-15EEVEE-Next: HiZ Buffer: New implementationClément Foucault
2022-08-05DRW: GPU Wrapper: add possibility to swap Texture and TextureFromPoolClément Foucault
2022-08-05Cleanup: DRW: Remove void function argumentClément Foucault
2022-08-02DRW: GPU Wrapper: Fix invalid cached texture view when ensure() reallocsClément Foucault
2022-08-02DRW: GPU wrapper: Make SwapChain renference workClément Foucault
2022-08-02DRW: GPU wrappers: Expose more ease of use functions and cleanup styleClément Foucault
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