Skip to content
Snippets Groups Projects
Commit fe7fab4b authored by Kenneth Graunke's avatar Kenneth Graunke
Browse files

i965: Drop brw_bo_alloc in ARB_indirect_parameters implementation.


The original implementation allocated a new BO here, but we decided to
switch to intel_upload_space, which returns a reference to the current
upload BO.  We accidentally kept the brw_bo_alloc, even though it's no
longer necessary - intel_upload_space will immediately unreference it,
causing us to allocate and immediately free a buffer.

Reviewed-by: default avatarPlamena Manolova <plamena.manolova@intel.com>
parent e401cfa2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment