summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAapo Tahkola <aapo@aapo-desktop.(none)>2007-05-06 19:10:39 +0300
committerAapo Tahkola <aapo@aapo-desktop.(none)>2007-05-06 19:10:39 +0300
commit88ae491bd224843be963f67db3531857bed68cd1 (patch)
tree8571f0369592a7f1e0cef9935fa7c62249ce2e99 /src
parent16cec9f7674f9754bc03282d6b5596fbb086acd1 (diff)
r300: fix broken vbos
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/r300/r300_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h
index da253ba670..afdfc29e43 100644
--- a/src/mesa/drivers/dri/r300/r300_context.h
+++ b/src/mesa/drivers/dri/r300/r300_context.h
@@ -52,7 +52,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* directly, see i965 driver for example.
*/
/* #define RADEON_VTXFMT_A */
+#ifdef RADEON_VTXFMT_A
#define HW_VBOS
+#endif
/* We don't handle 16 bits elts swapping yet */
#ifdef MESA_BIG_ENDIAN