diff options
author | Jerome Glisse <[email protected]> | 2011-01-11 14:29:33 -0500 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2011-01-11 14:34:25 -0500 |
commit | 63b9790a55038c262b57c846a5f7067ea33fc60f (patch) | |
tree | cd0b2aed9fff38657f4ac0e3a044fc9cab65b3d9 /src/gallium/drivers | |
parent | 483f5662225046d5a1e283a151cc85562f5057fb (diff) |
r600g: move user fence into base radeon structure
This avoid any issue when context is free and we still try to
access fence through radeon structure.
Signed-off-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/r600/r600.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h index 335f282b06f..a852bef6156 100644 --- a/src/gallium/drivers/r600/r600.h +++ b/src/gallium/drivers/r600/r600.h @@ -248,10 +248,7 @@ struct r600_context { u32 *pm4; struct list_head query_list; unsigned num_query_running; - unsigned fence; struct list_head fenced_bo; - unsigned *cfence; - struct r600_bo *fence_bo; }; struct r600_draw { |