diff options
author | Aapo Tahkola <[email protected]> | 2005-02-14 13:14:16 +0000 |
---|---|---|
committer | Aapo Tahkola <[email protected]> | 2005-02-14 13:14:16 +0000 |
commit | 0340663eb732d39a64b8e047cab3b2bfa19ce912 (patch) | |
tree | 585d2440c7d49aa678ec280865be327959f20209 /src/mesa/drivers/dri/r300/r300_render.c | |
parent | 8352666a9db11cfc5f41b9ca0b135750b606d2f2 (diff) |
Support for blend color(not tested), "proper line width/point size" clamps and fix for glxinfo problem.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_render.c')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_render.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_render.c b/src/mesa/drivers/dri/r300/r300_render.c index 8b78569e603..8f9d8929824 100644 --- a/src/mesa/drivers/dri/r300/r300_render.c +++ b/src/mesa/drivers/dri/r300/r300_render.c @@ -485,7 +485,7 @@ static GLboolean r300_run_immediate_render(GLcontext *ctx, efloat(1.0); #endif -/* Why do we need this for immediate mode?? */ +/* Why do we need this for immediate mode?? Vertex processor needs it to know proper regs */ // r300EmitLOAD_VBPNTR(rmesa, 0); for(i=0; i < VB->PrimitiveCount; i++){ @@ -543,7 +543,7 @@ static GLboolean r300_run_vb_render(GLcontext *ctx, r300ReleaseArrays(ctx); r300EmitArrays(ctx, rmesa->state.render_inputs); - + // LOCK_HARDWARE(&(rmesa->radeon)); reg_start(R300_RB3D_DSTCACHE_CTLSTAT,0); |