Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt correctly...
authorAapo Tahkola <aet@rasterburn.org>
Tue, 8 Mar 2005 03:29:46 +0000 (03:29 +0000)
committerAapo Tahkola <aet@rasterburn.org>
Tue, 8 Mar 2005 03:29:46 +0000 (03:29 +0000)
commit2579c32a5f53a0ad89f5af6111d5935529fd3b45
tree2e7e427cb3e36be0604063d3b7d4e35603ddeeb4
parent0bd5373d94c9b74a7b724d74e2b2bc94c8d5bd77
Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt correctly disable alpha test. Vertex programs with high vertex count now run a lot faster as software fallback is no longer on. Also disabling 'temp to result'-instructions as they probably violate the spec and dont seem to be something thats needed.
src/mesa/drivers/dri/r300/r300_cmdbuf.c
src/mesa/drivers/dri/r300/r300_context.c
src/mesa/drivers/dri/r300/r300_render.c
src/mesa/drivers/dri/r300/r300_state.c
src/mesa/drivers/dri/r300/r300_vertexprog.c