summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2016-01-20 03:06:53 -0500
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2016-02-13 15:51:17 +0100
commitf2547883cfcc7c7629e09cb38c162ad7f5d77611 (patch)
tree476db9272e537ab408be847f6eb2b23cc40dba05 /src/mesa/main/config.h
parentf709a0845792540544982740fa47be672825ee8a (diff)
downloadexternal_mesa3d-f2547883cfcc7c7629e09cb38c162ad7f5d77611.zip
external_mesa3d-f2547883cfcc7c7629e09cb38c162ad7f5d77611.tar.gz
external_mesa3d-f2547883cfcc7c7629e09cb38c162ad7f5d77611.tar.bz2
mesa: make compute maximums reflect driver-provided values
Looks like the various max's were never plumbed through. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index 2d53e2f..1261b7b 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -290,13 +290,7 @@
/** For GL_ARB_compute_shader */
/*@{*/
-#define MAX_COMPUTE_UNIFORM_BLOCKS 12
-#define MAX_COMPUTE_TEXTURE_IMAGE_UNITS 16
-#define MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS 8
-#define MAX_COMPUTE_ATOMIC_COUNTERS 8
#define MAX_COMPUTE_SHARED_MEMORY_SIZE 32768
-#define MAX_COMPUTE_UNIFORM_COMPONENTS 512
-#define MAX_COMPUTE_IMAGE_UNIFORMS 8
/*@}*/
/** For GL_ARB_pipeline_statistics_query */