index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
softpipe
/
sp_tile_cache.c
Age
Commit message (
Expand
)
Author
2008-01-14
Remove pipe->get/put_tile_rgba.
Michel Dänzer
2008-01-14
Remove mapping fields from struct pipe_surface.
Michel Dänzer
2008-01-01
fix leak, fix refcount error
Brian
2007-12-16
switch on cpp instead of format
Brian
2007-12-15
don't allocate scratch tile in sp_tile_cache_flush_clear() to avoid stack ove...
Brian
2007-12-12
move some code to avoid deref of NULL ptr
Brian
2007-12-10
disable assertion in sp_tile_cache_set_surface() for now
Brian
2007-12-07
Try to reduce the frequency of calls to pipe->get_tex_surface()
Brian
2007-12-07
Tile clearing optimizations.
Brian
2007-12-07
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
Get rid of "duplicate" formats.
Brian
2007-12-07
Make sp_tile_cache_flush_clear() static.
Brian
2007-12-07
Some tile cache improvements, clean-ups.
Brian
2007-12-07
Eliminate struct pipe_region.
Michel Dänzer
2007-12-06
Hide texture layout details from the state tracker.
Michel Dänzer
2007-11-20
add PIPE_FORMAT_Z24_S8 support to softpipe patsh
Brian
2007-11-08
use pipe_surface_reference() in sp_tile_cache_set_surface()
Brian
2007-10-29
Make it compile under linux.
Michal Krol
2007-10-29
Make gallium compile in win32.
Michal Krol
2007-10-27
Remove remnants of softpipe_surface.
Brian
2007-10-25
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-24
a bit more work for optimizing clears in tile cache (not enabled yet)
Brian
2007-10-22
Finish unifying the surface and texture tile caches.
Brian
2007-10-21
Start implementing cache routines for textures.
Brian
2007-10-20
Convert Z/stencil ops to use cached tiles like colors.
Brian
2007-10-19
disable debug printf
Brian
2007-10-19
Tile cache functions.
Brian