summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_util.h
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2015-08-05 18:14:49 -0400
committerRob Clark <[email protected]>2015-08-10 07:12:54 -0400
commit7bfe8cf4a487aec4870df23f6f72c828f1caaa49 (patch)
tree14fc43a1088480cc9950af3bd6b50b53314c4095 /src/gallium/drivers/freedreno/freedreno_util.h
parentfcb8a04c9ddcb46b7b8cca21e1203674ec04dde2 (diff)
freedreno/a4xx: add s8/z32/z32_s8x24 support
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_util.h')
-rw-r--r--src/gallium/drivers/freedreno/freedreno_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_util.h b/src/gallium/drivers/freedreno/freedreno_util.h
index b5c5db91788..d6a08b5fa13 100644
--- a/src/gallium/drivers/freedreno/freedreno_util.h
+++ b/src/gallium/drivers/freedreno/freedreno_util.h
@@ -57,7 +57,7 @@ enum adreno_stencil_op fd_stencil_op(unsigned op);
#define A2XX_MAX_RENDER_TARGETS 1
#define A3XX_MAX_RENDER_TARGETS 4
#define A4XX_MAX_RENDER_TARGETS 8
-/* for now until a4xx MRT support: */
+
#define MAX_RENDER_TARGETS A4XX_MAX_RENDER_TARGETS
#define FD_DBG_MSGS 0x0001