diff options
author | Marek Olšák <[email protected]> | 2012-10-05 04:59:50 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-10-10 00:16:42 +0200 |
commit | ab075de53baa9829780cc133e5ac06e5498a763c (patch) | |
tree | 13c225c22cd40002dc2dbf3c557ac1e66b71b3d8 /src/gallium/drivers/r600/r600_resource.h | |
parent | a50edc8ed84c4c48c0dc8e1a079e8d5e8f1c3a0e (diff) |
r600g: atomize polygon offset state
POLY_OFFSET_DB_FMT_CNTL is moved to the framebuffer state, because it only
depends on the zbuffer format.
Reviewed-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index a5a540439e6..bf7fffa44c5 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -112,6 +112,7 @@ struct r600_surface { unsigned db_stencil_base; /* EG only */ unsigned db_stencil_info; /* EG only */ unsigned db_prefetch_limit; /* R600 only */ + unsigned pa_su_poly_offset_db_fmt_cntl; }; void r600_resource_destroy(struct pipe_screen *screen, struct pipe_resource *res); |