[Mesa-dev] [PATCH 01/12] r600g: define GROUP_FORCE_NEW_BLOCK in common header
Marek Olšák
maraeo at gmail.com
Tue Feb 21 16:55:52 PST 2012
---
src/gallium/drivers/r600/evergreen_hw_context.c | 2 --
src/gallium/drivers/r600/r600_hw_context.c | 2 --
src/gallium/drivers/r600/r600_hw_context_priv.h | 2 ++
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/gallium/drivers/r600/evergreen_hw_context.c b/src/gallium/drivers/r600/evergreen_hw_context.c
index 71edc26..308224b 100644
--- a/src/gallium/drivers/r600/evergreen_hw_context.c
+++ b/src/gallium/drivers/r600/evergreen_hw_context.c
@@ -30,8 +30,6 @@
#include "util/u_memory.h"
#include <errno.h>
-#define GROUP_FORCE_NEW_BLOCK 0
-
static const struct r600_reg evergreen_config_reg_list[] = {
{R_008958_VGT_PRIMITIVE_TYPE, 0},
};
diff --git a/src/gallium/drivers/r600/r600_hw_context.c b/src/gallium/drivers/r600/r600_hw_context.c
index 56a83ae..40a8519 100644
--- a/src/gallium/drivers/r600/r600_hw_context.c
+++ b/src/gallium/drivers/r600/r600_hw_context.c
@@ -29,8 +29,6 @@
#include "util/u_memory.h"
#include <errno.h>
-#define GROUP_FORCE_NEW_BLOCK 0
-
/* Get backends mask */
void r600_get_backend_mask(struct r600_context *ctx)
{
diff --git a/src/gallium/drivers/r600/r600_hw_context_priv.h b/src/gallium/drivers/r600/r600_hw_context_priv.h
index 61009af..c32fc63 100644
--- a/src/gallium/drivers/r600/r600_hw_context_priv.h
+++ b/src/gallium/drivers/r600/r600_hw_context_priv.h
@@ -44,6 +44,8 @@
#define BLOCK_FLAG_RESOURCE 32
#define REG_FLAG_FLUSH_CHANGE 64
+#define GROUP_FORCE_NEW_BLOCK 0
+
struct r600_reg {
unsigned offset;
unsigned flags;
--
1.7.5.4
More information about the mesa-dev
mailing list