summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2020-02-10 19:54:44 -0500
committerMarge Bot <eric+marge@anholt.net>2020-02-28 00:53:45 +0000
commit9556805ac4d149d370de97e6a409e99250b94ebc (patch)
tree5f3aee25dce0087ae71045227d5ce0399c5d5f3a /src/mesa/drivers/dri/i965/brw_context.h
parentdab7a4d82c1a490c93da3c19d34097732ae8a15c (diff)
i965: stop using "indirect" parameter from Driver.Draw (non-indirect)
The parameter will be removed. v2: added UNUSED, removed "!!" Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3990>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 754d651d190..ecd40afc567 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -907,6 +907,11 @@ struct brw_context
*/
struct brw_bo *draw_params_count_bo;
uint32_t draw_params_count_offset;
+
+ /**
+ * Draw indirect buffer.
+ */
+ struct gl_buffer_object *draw_indirect_data;
} draw;
struct {