[Mesa-dev] [PATCH 2/7] i965: Drop a couple of unused defines.
Eric Anholt
eric at anholt.net
Fri Oct 4 15:44:53 PDT 2013
---
src/mesa/drivers/dri/i965/brw_context.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index d4ace98..eb9d93c 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -627,9 +627,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.
--
1.8.4.rc3
More information about the mesa-dev
mailing list