mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
965: handle BRW_CONSTANT_BUFFER data type
This commit is contained in:
parent
a65f39f918
commit
5ff69cfd68
1 changed files with 8 additions and 0 deletions
|
|
@ -596,6 +596,14 @@ static void aub_i965_buffer_subdata_typed(struct brw_winsys *winsys,
|
|||
aub_type = DW_SURFACE_STATE;
|
||||
aub_sub_type = DWSS_BINDING_TABLE_STATE;
|
||||
break;
|
||||
case BRW_CONSTANT_BUFFER:
|
||||
aub_type = DW_CONSTANT_URB_ENTRY;
|
||||
aub_sub_type = 0;
|
||||
break;
|
||||
|
||||
default:
|
||||
assert(0);
|
||||
break;
|
||||
}
|
||||
|
||||
xmesa_buffer_subdata_aub( iws->pipe_winsys,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue