aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/sct
Commit message (Collapse)AuthorAgeFilesLines
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
| | | | Also, rename p_tile.[ch] to u_tile.[ch]
* sct: fix bug in remove_context_from_surfaceKeith Whitwell2008-05-011-0/+1
|
* gallium: new surface/context tracker (sct) moduleBrian2008-03-105-0/+658
Will be used for tracking the surfaces and textures which are bound/used by contexts.