summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_cp.h
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2013-05-17 16:10:11 +0800
committerChia-I Wu <[email protected]>2013-05-21 11:47:19 +0800
commita04d8574c61f286fd9ec51f667648f73e332462f (patch)
treebc2ebf14f84b8df57dbbb01eeaf66794b6bbda49 /src/gallium/drivers/ilo/ilo_cp.h
parent1ed7b825cf3e9395dc1452059af6deb74a64f225 (diff)
ilo: harware contexts are only for the render ring
The hardware context should not be passed for bo execution when the ring is not the render ring. Rename hw_ctx to render_ctx for clarity.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_cp.h')
-rw-r--r--src/gallium/drivers/ilo/ilo_cp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_cp.h b/src/gallium/drivers/ilo/ilo_cp.h
index 2ecd8320489..2e9b0e3d715 100644
--- a/src/gallium/drivers/ilo/ilo_cp.h
+++ b/src/gallium/drivers/ilo/ilo_cp.h
@@ -56,7 +56,7 @@ typedef void (*ilo_cp_hook_func)(struct ilo_cp *cp, void *data);
*/
struct ilo_cp {
struct intel_winsys *winsys;
- struct intel_context *hw_ctx;
+ struct intel_context *render_ctx;
enum ilo_cp_ring ring;
bool no_implicit_flush;