summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2016-09-23 00:41:23 +0300
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2016-09-23 10:12:06 +0300
commit94d0e7dc0848a5f70a550f2294e459eab51ace8f (patch)
treef68f3d9c195a32c881f500a87be7e72fb11a53c7 /src/mesa/drivers/dri/i965/brw_context.h
parentbc24590f0c579a2528fd94eb8d40dd4ce12eba29 (diff)
downloadexternal_mesa3d-94d0e7dc0848a5f70a550f2294e459eab51ace8f.zip
external_mesa3d-94d0e7dc0848a5f70a550f2294e459eab51ace8f.tar.gz
external_mesa3d-94d0e7dc0848a5f70a550f2294e459eab51ace8f.tar.bz2
i965: get rid of duplicated values from gen_device_info
Now that we have gen_device_info mutable, we can update its values and drop all copies we had in brw_context. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index eb1df40..00f0adc 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -1017,17 +1017,6 @@ struct brw_context
*/
int num_samples;
- /**
- * Platform specific constants containing the maximum number of threads
- * for each pipeline stage.
- */
- unsigned max_vs_threads;
- unsigned max_hs_threads;
- unsigned max_ds_threads;
- unsigned max_gs_threads;
- unsigned max_wm_threads;
- unsigned max_cs_threads;
-
/* BRW_NEW_URB_ALLOCATIONS:
*/
struct {
@@ -1040,12 +1029,6 @@ struct brw_context
bool constrained;
- GLuint min_vs_entries; /* Minimum number of VS entries */
- GLuint max_vs_entries; /* Maximum number of VS entries */
- GLuint max_hs_entries; /* Maximum number of HS entries */
- GLuint max_ds_entries; /* Maximum number of DS entries */
- GLuint max_gs_entries; /* Maximum number of GS entries */
-
GLuint nr_vs_entries;
GLuint nr_hs_entries;
GLuint nr_ds_entries;