summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600.h
diff options
context:
space:
mode:
authorJerome Glisse <jglisse@redhat.com>2011-01-11 14:29:33 -0500
committerJerome Glisse <jglisse@redhat.com>2011-01-11 14:34:25 -0500
commit63b9790a55038c262b57c846a5f7067ea33fc60f (patch)
treecd0b2aed9fff38657f4ac0e3a044fc9cab65b3d9 /src/gallium/drivers/r600/r600.h
parent483f5662225046d5a1e283a151cc85562f5057fb (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 <jglisse@redhat.com>
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r--src/gallium/drivers/r600/r600.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index 335f282b06..a852bef615 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 {