r300: Removed the (completely broken since new VBO branch) OPTIMIZE_ELTS path.
authorOliver McFadden <z3ro.geek@gmail.com>
Sun, 27 May 2007 23:35:12 +0000 (23:35 +0000)
committerOliver McFadden <z3ro.geek@gmail.com>
Wed, 30 May 2007 03:19:26 +0000 (03:19 +0000)
commit3e5f8a6c894b7e818443ac08dada65e57610fa69
treee1d15746cf25395f2ecca236d867f82373852045
parent7c893e98a30114059cd69873413a136ba2be768b
r300: Removed the (completely broken since new VBO branch) OPTIMIZE_ELTS path.

The VTXFMT code was broken by the new VBO branch and the OPTIMIZE_ELTS path
relied on the VTXFMT code...

I'm not even sure if the OPTIMIZE_ELTS path ever worked; the testing that I did
after minimizing the code duplication would have taken the same path as the
non-OPTIMIZE_ELTS code.
src/mesa/drivers/dri/r300/r300_context.h
src/mesa/drivers/dri/r300/r300_render.c