implement arb_vertex_program in hw for r200. Code contains still some hacks, generic...
authorRoland Scheidegger <rscheidegger@gmx.ch>
Fri, 2 Jun 2006 22:47:31 +0000 (22:47 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Fri, 2 Jun 2006 22:47:31 +0000 (22:47 +0000)
commit98c791b543c4ba86b8bb54488bd872b33b10b1aa
tree1ca4402bf5f877c35f78fcc79f3f628d918de487
parent65ced474536bad23ee204170918f56eb8f8c4bf9
implement arb_vertex_program in hw for r200. Code contains still some hacks, generic attribs cause a fallback, but otherwise it seems to work quite well. Passes all glean vertProg1 tests with the exception of the degnerated LIT case (which is a hw limitation), as well as runs the r200 render path of doom3/quake4 (1.1 patch needed for quake4). The code is heavily borrowed from the r300 driver as vertex programs encoding is almost identical. arb_vertex_program is not yet announced by default and still needs to be enabled via driconf.
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_state.c
src/mesa/drivers/dri/r200/r200_state_init.c
src/mesa/drivers/dri/r200/r200_tcl.c
src/mesa/drivers/dri/r200/r200_vertprog.c [new file with mode: 0644]
src/mesa/drivers/dri/r200/r200_vertprog.h [new file with mode: 0644]
src/mesa/drivers/dri/r200/r200_vtxfmt.c