aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/include/svga3d_limits.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-08-06 16:28:19 -0600
committerBrian Paul <[email protected]>2015-09-02 09:05:23 -0600
commitc191b507cbbc4572c9a58cf019db08def651b265 (patch)
tree9b7c325294605acfb7c1233e1ad32918fead2224 /src/gallium/drivers/svga/include/svga3d_limits.h
parent3a9252670450b80e333fadeb7c85367ab15a273e (diff)
svga: update the svga3d device header files
Remove some obsolete svga_dump.c code for items which no longer exist. Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga/include/svga3d_limits.h')
-rw-r--r--src/gallium/drivers/svga/include/svga3d_limits.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/gallium/drivers/svga/include/svga3d_limits.h b/src/gallium/drivers/svga/include/svga3d_limits.h
index 367e8cf7a50..a1c36877ad5 100644
--- a/src/gallium/drivers/svga/include/svga3d_limits.h
+++ b/src/gallium/drivers/svga/include/svga3d_limits.h
@@ -1,5 +1,5 @@
/**********************************************************
- * Copyright 2007-2014 VMware, Inc. All rights reserved.
+ * Copyright 2007-2015 VMware, Inc. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
@@ -41,6 +41,7 @@
#define SVGA3D_NUM_CLIPPLANES 6
#define SVGA3D_MAX_RENDER_TARGETS 8
#define SVGA3D_MAX_SIMULTANEOUS_RENDER_TARGETS (SVGA3D_MAX_RENDER_TARGETS)
+#define SVGA3D_MAX_UAVIEWS 8
#define SVGA3D_MAX_CONTEXT_IDS 256
#define SVGA3D_MAX_SURFACE_IDS (32 * 1024)
@@ -56,9 +57,6 @@
#define SVGA3D_NUM_TEXTURE_UNITS 32
#define SVGA3D_NUM_LIGHTS 8
-#define SVGA3D_MAX_VIDEODECODERS 8
-#define SVGA3D_MAX_VIDEOPROCESSORS 8
-#define SVGA3D_MAX_VIDEODECODER_FRAMES 400
/*
* Maximum size in dwords of shader text the SVGA device will allow.
@@ -98,4 +96,4 @@
*/
#define SVGA3D_MAX_DRAW_PRIMITIVE_RANGES 32
-#endif // _SVGA3D_LIMITS_H_
+#endif /* _SVGA3D_LIMITS_H_ */