Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-19 | gallium: don't use arrays for texture width,height,depth | Keith Whitwell | |
2009-08-23 | Merge branch 'tex-tilecache' into softpipe-opt | Keith Whitwell | |
Conflicts: src/gallium/drivers/softpipe/sp_state_derived.c src/gallium/drivers/softpipe/sp_state_sampler.c src/gallium/drivers/softpipe/sp_tex_sample.c src/gallium/drivers/softpipe/sp_tex_sample.h src/gallium/drivers/softpipe/sp_tile_cache.c | |||
2009-08-18 | softpipe: split texture and surface tile caches | Keith Whitwell | |
These do similar jobs but with largely disjoint code. Will want to evolve them separately going forward. |