r600g: texture support
authorJerome Glisse <jglisse@redhat.com>
Wed, 28 Jul 2010 00:15:17 +0000 (20:15 -0400)
committerJerome Glisse <jglisse@redhat.com>
Wed, 28 Jul 2010 00:18:32 +0000 (20:18 -0400)
commit641c9adb09e8707f659d42be600d16902ebf8895
treedb9200b3266bbc931c2b2636ca31fe5c158b80a5
parent25472942c9640f6c0d252de2f013d04ac2355b1d
r600g: texture support

Add texture mapping support, redbook/texbind works if
you comment out glClear and second checkboard. Need to
fix :
 - texture overwritting
 - lod & mip/map handling
 - unormalized coordinate handling
 - texture view with first leve > 0
 - and many other things

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
src/gallium/drivers/r600/r600_context.c
src/gallium/drivers/r600/r600_context.h
src/gallium/drivers/r600/r600_draw.c
src/gallium/drivers/r600/r600_shader.c
src/gallium/drivers/r600/r600_state.c
src/gallium/drivers/r600/r600_texture.c
src/gallium/drivers/r600/r600d.h