diff options
author | Marek Olšák <maraeo@gmail.com> | 2011-08-04 01:37:33 +0200 |
---|---|---|
committer | Marek Olšák <maraeo@gmail.com> | 2011-08-16 09:15:10 +0200 |
commit | e6fb62594fca714883af9bba9795be8838c16900 (patch) | |
tree | a89b19e698a8b4050dc55c437eba9df4ba927ca8 /src/gallium/drivers/r600/r600.h | |
parent | 685b8345a8ff69460f0c62c678493527b59b18a9 (diff) | |
download | external_mesa3d-e6fb62594fca714883af9bba9795be8838c16900.zip external_mesa3d-e6fb62594fca714883af9bba9795be8838c16900.tar.gz external_mesa3d-e6fb62594fca714883af9bba9795be8838c16900.tar.bz2 |
r600g: emit CS using radeon_winsys
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-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 0562b6d..84cfa2a 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; |