projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93e957c
)
r300: Removed a disabled/obsolete e32 in the AOS function.
author
Oliver McFadden
<z3ro.geek@gmail.com>
Wed, 9 May 2007 04:27:31 +0000
(
04:27
+0000)
committer
Oliver McFadden
<z3ro.geek@gmail.com>
Wed, 9 May 2007 04:27:31 +0000
(
04:27
+0000)
src/mesa/drivers/dri/r300/r300_emit.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r300/r300_emit.h
b/src/mesa/drivers/dri/r300/r300_emit.h
index e616986c08fd39da4933336e8ee9a30f366938fb..e4aecba9483ccafc78f39dfe209155f4d935efa2 100644
(file)
--- a/
src/mesa/drivers/dri/r300/r300_emit.h
+++ b/
src/mesa/drivers/dri/r300/r300_emit.h
@@
-246,9
+246,6
@@
fire_AOS(r300ContextPtr rmesa, int vertex_count, int type)
check_space(9);
start_packet3(RADEON_CP_PACKET3_3D_DRAW_VBUF_2, 0);
-#ifdef NOTNEEDED_ANYMORE
- e32(0x840c0024);
-#endif
e32(R300_VAP_VF_CNTL__PRIM_WALK_VERTEX_LIST | (vertex_count << 16)
| type);
}