Mesa (master): i965: Drop a couple of unused defines.

Eric Anholt anholt at kemper.freedesktop.org
Tue Oct 15 17:33:01 UTC 2013


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

Author: Eric Anholt <eric at anholt.net>
Date:   Thu Oct  3 09:56:45 2013 -0700

i965: Drop a couple of unused defines.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Paul Berry <stereotype441 at gmail.com>

---

 src/mesa/drivers/dri/i965/brw_context.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index f6293ba..981885f 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -650,9 +650,6 @@ struct brw_gs_prog_data
 /** Maximum number of actual buffers used for stream output */
 #define BRW_MAX_SOL_BUFFERS 4
 
-#define BRW_MAX_WM_UBOS              12
-#define BRW_MAX_VS_UBOS              12
-
 /**
  * Helpers to create Surface Binding Table indexes for draw buffers,
  * textures, and constant buffers.




More information about the mesa-commit mailing list