diff options
author | Marek Olšák <[email protected]> | 2011-08-04 01:37:33 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-08-16 09:15:10 +0200 |
commit | e6fb62594fca714883af9bba9795be8838c16900 (patch) | |
tree | a89b19e698a8b4050dc55c437eba9df4ba927ca8 /src/gallium/drivers | |
parent | 685b8345a8ff69460f0c62c678493527b59b18a9 (diff) |
r600g: emit CS using radeon_winsys
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/r600/r600.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h index 0562b6da31e..84cfa2a17e6 100644 --- a/src/gallium/drivers/r600/r600.h +++ b/src/gallium/drivers/r600/r600.h @@ -236,16 +236,16 @@ struct r600_context { struct list_head resource_dirty; struct list_head enable_list; unsigned pm4_ndwords; - unsigned pm4_cdwords; unsigned pm4_dirty_cdwords; unsigned ctx_pm4_ndwords; unsigned init_dwords; unsigned creloc; - unsigned *reloc; struct radeon_bo **bo; u32 *pm4; + unsigned pm4_cdwords; + struct list_head query_list; unsigned num_query_running; unsigned backend_mask; |