diff options
author | Marek Olšák <[email protected]> | 2012-03-31 23:44:31 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-04-01 23:57:50 +0200 |
commit | bc95152f1d3bf0dbf79d81e6b9956fd60198e3df (patch) | |
tree | 0a190ec700b1d61a70892b2e653758025c7fae95 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 669d8766ff3403938794eb80d7769347b6e52174 (diff) |
r600g: determine in advance if hw has vertex cache
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 9139b61ed69..ccbfaa7d010 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -235,6 +235,7 @@ struct r600_context { struct blitter_context *blitter; enum radeon_family family; enum chip_class chip_class; + boolean has_vertex_cache; unsigned r6xx_num_clause_temp_gprs; void *custom_dsa_flush; struct r600_screen *screen; |