summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2016-01-17 17:33:59 +0100
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2016-02-13 15:51:17 +0100
commitbe27f772e8b97031bf5177523a74ff8738d5adee (patch)
tree11a725d68d057cd6c44ee52cce7e37006e49cd0e /src/mesa/main/config.h
parentf2547883cfcc7c7629e09cb38c162ad7f5d77611 (diff)
downloadexternal_mesa3d-be27f772e8b97031bf5177523a74ff8738d5adee.zip
external_mesa3d-be27f772e8b97031bf5177523a74ff8738d5adee.tar.gz
external_mesa3d-be27f772e8b97031bf5177523a74ff8738d5adee.tar.bz2
mesa: do not use a constant for MAX_COMPUTE_SHARED_SIZE
This will allow to query the underlying drivers for the maximum total storage size of all variables declared as <shared> with PIPE_COMPUTE_CAP_MAX_LOCAL_SIZE. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index 1261b7b..820ae07 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -288,11 +288,6 @@
#define PERFQUERY_HAVE_GPA_EXTENDED_COUNTERS 0
/*@}*/
-/** For GL_ARB_compute_shader */
-/*@{*/
-#define MAX_COMPUTE_SHARED_MEMORY_SIZE 32768
-/*@}*/
-
/** For GL_ARB_pipeline_statistics_query */
#define MAX_PIPELINE_STATISTICS 11