mesa/src
Eric Anholt 1ba96651e1 intel: Add support for tiled textures.
This is about a 30% performance win in OA with high settings on my GM45,
and experiments with 915GM indicate that it'll be around a 20% win there.
Currently, 915-class hardware is seriously hurt by the fact that we use
fence regs to control the tiling even for 3D instructions that could live
without them, so we spend a bunch of time waiting on previous rendering in
order to pull fences off.  Thus, the texture_tiling driconf option defaults
off there for now.
2009-06-04 14:00:43 +00:00
..
driclient
egl Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
gallium softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw() 2009-06-03 18:33:07 -06:00
glew glew: fix GLEW_LIB_NAME 2009-03-25 09:01:01 -06:00
glu Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glut Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glw Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glx Thank you git for doing the right thing. 2009-06-03 17:55:42 +01:00
mesa intel: Add support for tiled textures. 2009-06-04 14:00:43 +00:00
xvmc
Makefile
SConscript