aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_tile_cache.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: Remove unused variables.José Fonseca2008-07-241-2/+0
* util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca2008-07-131-8/+8
* gallium: fix some surface usage bugsBrian Paul2008-06-201-0/+10
* gallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softpipe driverBrian Paul2008-05-301-0/+1
* Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-061-6/+6
|\
| * gallium: fix typos, comments, whitespaceBrian Paul2008-05-021-6/+6
* | softpipe: use CPU flags for mappingKeith Whitwell2008-05-011-7/+7
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-14/+22
|/
* gallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_S8_UNORMBrian Paul2008-04-301-1/+1
* softpipe: make NUM_ENTRIES 32 so that div/mods are easierKeith Whitwell2008-04-221-1/+1
* gallium: set tc->surface_map = NULL after unmappingBrian2008-03-191-0/+1
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-1/+2
* gallium: remove pipe parameter from pipe_texture_reference()Brian2008-02-261-1/+1
* gallium: new pipe->texture_update() functionBrian2008-02-201-19/+26
* gallium: use pipe_texture_reference() in sp_tile_cache_set_texture()Brian2008-02-201-2/+3
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+585