mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 02:20:29 +01:00
I think this has been tested well enough already.
This commit is contained in:
parent
1d32fc7332
commit
feb7221ecb
1 changed files with 0 additions and 2 deletions
|
|
@ -511,7 +511,6 @@ static void r300_render_vb_primitive(r300ContextPtr rmesa,
|
|||
for(i=0; i < num_verts; i++)
|
||||
e32(rmesa->state.Elts[start+i]); /* start ? */
|
||||
#else
|
||||
WARN_ONCE("Rendering with elt buffers\n");
|
||||
if(num_verts == 1){
|
||||
start_index32_packet(num_verts, type);
|
||||
e32(rmesa->state.Elts[start]);
|
||||
|
|
@ -615,7 +614,6 @@ static void r300_render_vb_primitive_vtxfmt_a(r300ContextPtr rmesa,
|
|||
for(i=0; i < num_verts; i++)
|
||||
e32(((unsigned long *)rmesa->state.VB.Elts)[i]/*rmesa->state.Elts[start+i]*/); /* start ? */
|
||||
#else
|
||||
WARN_ONCE("Rendering with elt buffers\n");
|
||||
if(num_verts == 1){
|
||||
//start_index32_packet(num_verts, type);
|
||||
//e32(rmesa->state.Elts[start]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue