projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbc088e
)
i965: Drop a couple of unused defines.
author
Eric Anholt
<eric@anholt.net>
Thu, 3 Oct 2013 16:56:45 +0000
(09:56 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 15 Oct 2013 17:18:37 +0000
(10:18 -0700)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/brw_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_context.h
b/src/mesa/drivers/dri/i965/brw_context.h
index f6293ba8af39601e847cf24bc129e87fb740c22a..981885f6f567f23b72762a490e583f55b0f2a504 100644
(file)
--- 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.