diff options
author | Eric Anholt <[email protected]> | 2013-10-03 09:56:45 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2013-10-15 10:18:37 -0700 |
commit | 278879838827d99563fe61639aa0f19240ce495d (patch) | |
tree | 8b3d99a7222f4dc52713fbca4b97d482588fa82e /src/mesa | |
parent | fbc088ee494bb73c85c13244b052dc7a7490f7f2 (diff) |
i965: Drop a couple of unused defines.
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Paul Berry <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | 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 f6293ba8af3..981885f6f56 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. |