summaryrefslogtreecommitdiff
path: root/src/common/scratch_buffer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix ScratchBuffer movesGravatar Kelebek12023-07-041-2/+15
* scratch_buffer: Add member types to ScratchBufferGravatar Morph2023-06-301-20/+26
* Remove memory allocations in some hot pathsGravatar Kelebek12023-06-221-0/+9
* Allow Fermi blit accelerate to add src/dst to the cache if they don't exist a...Gravatar Kelebek12023-05-111-0/+9
* texture_cache: Add async texture decodingGravatar ameerj2023-02-221-0/+1
* scratch_buffer: Explicitly defing resize and resize_destructive functionsGravatar ameerj2022-12-191-0/+17
* tests: Add ScratchBuffer testsGravatar ameerj2022-12-191-5/+9
* common: Add ScratchBuffer classGravatar ameerj2022-12-191-0/+74