Mesa (master): svga: Remove unused SVGA_TEX_UNITS constant.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Feb 27 19:24:56 UTC 2012


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Mon Feb 27 18:52:00 2012 +0000

svga: Remove unused SVGA_TEX_UNITS constant.

---

 src/gallium/drivers/svga/svga_context.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/svga/svga_context.h b/src/gallium/drivers/svga/svga_context.h
index 8a6a717..d6309f7 100644
--- a/src/gallium/drivers/svga/svga_context.h
+++ b/src/gallium/drivers/svga/svga_context.h
@@ -41,7 +41,6 @@
 #include "svga3d_shaderdefs.h"
 
 
-#define SVGA_TEX_UNITS 8
 #define SVGA_MAX_POINTSIZE 80.0
 
 struct draw_vertex_shader;




More information about the mesa-commit mailing list