Module: Mesa
Branch: master
Commit: 95f603a5f3d897c5a6cf12fb13ea035f2e0867d9
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=95f603a5f3d897c5a6cf12fb13ea035f2e0867d9

Author: Francisco Jerez <curroje...@riseup.net>
Date:   Fri Jan  8 04:42:28 2010 +0100

nv20: Fix build for the latest nouveau_class.h changes.

---

 src/gallium/drivers/nv20/nv20_context.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/nv20/nv20_context.c 
b/src/gallium/drivers/nv20/nv20_context.c
index 1dba724..5b80af2 100644
--- a/src/gallium/drivers/nv20/nv20_context.c
+++ b/src/gallium/drivers/nv20/nv20_context.c
@@ -323,8 +323,8 @@ static void nv20_init_hwctx(struct nv20_context *nv20)
        OUT_RINGf (chan, -0.090168);            /* NV20TCL.FOG_EQUATION_LINEAR 
*/
        OUT_RINGf (chan, 0.0);          /* NV20TCL.FOG_EQUATION_QUADRATIC */
        BEGIN_RING(chan, kelvin, NV20TCL_FOG_MODE, 2);
-       OUT_RING  (chan, NV20TCL_FOG_MODE_EXP_2);
-       OUT_RING  (chan, NV20TCL_FOG_COORD_DIST_COORD_FOG);
+       OUT_RING  (chan, NV20TCL_FOG_MODE_EXP_SIGNED);
+       OUT_RING  (chan, NV20TCL_FOG_COORD_FOG);
        BEGIN_RING(chan, kelvin, NV20TCL_FOG_ENABLE, 2);
        OUT_RING  (chan, 0);
        OUT_RING  (chan, 0);                    /* NV20TCL.FOG_COLOR */

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to