index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
softpipe
/
sp_tile_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
move some code to avoid deref of NULL ptr
Brian
2007-12-12
1
-3
/
+3
*
disable assertion in sp_tile_cache_set_surface() for now
Brian
2007-12-10
1
-1
/
+1
*
Try to reduce the frequency of calls to pipe->get_tex_surface()
Brian
2007-12-07
1
-9
/
+32
*
Tile clearing optimizations.
Brian
2007-12-07
1
-112
/
+140
*
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
1
-1
/
+2
*
Get rid of "duplicate" formats.
Brian
2007-12-07
1
-6
/
+6
*
Make sp_tile_cache_flush_clear() static.
Brian
2007-12-07
1
-32
/
+48
*
Some tile cache improvements, clean-ups.
Brian
2007-12-07
1
-138
/
+192
*
Eliminate struct pipe_region.
Michel Dänzer
2007-12-07
1
-3
/
+21
*
Hide texture layout details from the state tracker.
Michel Dänzer
2007-12-06
1
-2
/
+2
*
add PIPE_FORMAT_Z24_S8 support to softpipe patsh
Brian
2007-11-20
1
-0
/
+13
*
use pipe_surface_reference() in sp_tile_cache_set_surface()
Brian
2007-11-08
1
-1
/
+1
*
Make it compile under linux.
Michal Krol
2007-10-29
1
-1
/
+2
*
Make gallium compile in win32.
Michal Krol
2007-10-29
1
-2
/
+2
*
Remove remnants of softpipe_surface.
Brian
2007-10-27
1
-6
/
+6
*
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-25
1
-23
/
+27
*
a bit more work for optimizing clears in tile cache (not enabled yet)
Brian
2007-10-24
1
-24
/
+80
*
Finish unifying the surface and texture tile caches.
Brian
2007-10-22
1
-9
/
+22
*
Start implementing cache routines for textures.
Brian
2007-10-21
1
-0
/
+61
*
Convert Z/stencil ops to use cached tiles like colors.
Brian
2007-10-20
1
-29
/
+68
*
disable debug printf
Brian
2007-10-19
1
-2
/
+1
*
Tile cache functions.
Brian
2007-10-19
1
-0
/
+219