add complete support for ATI_fragment_shader for the r200. Most of the new code is...
authorRoland Scheidegger <rscheidegger@gmx.ch>
Mon, 12 Sep 2005 21:20:10 +0000 (21:20 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Mon, 12 Sep 2005 21:20:10 +0000 (21:20 +0000)
commitf20917de5bd2b1fc152e74304d3649a1f6042422
tree9a5390f0f8cda2d046edd0387ab1c502981f159c
parent11543624edbee91f1257a614f0778999bc170345
add complete support for ATI_fragment_shader for the r200. Most of the new code is in the new file r200_fragshader.c. Reverse engeneered by Dave Airlie and me
src/mesa/drivers/dri/r200/Makefile
src/mesa/drivers/dri/r200/r200_cmdbuf.c
src/mesa/drivers/dri/r200/r200_context.c
src/mesa/drivers/dri/r200/r200_context.h
src/mesa/drivers/dri/r200/r200_fragshader.c [new file with mode: 0644]
src/mesa/drivers/dri/r200/r200_screen.c
src/mesa/drivers/dri/r200/r200_screen.h
src/mesa/drivers/dri/r200/r200_state.c
src/mesa/drivers/dri/r200/r200_state_init.c
src/mesa/drivers/dri/r200/r200_tex.h
src/mesa/drivers/dri/r200/r200_texstate.c