mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
965: remove dead state atom decls
This commit is contained in:
parent
3be91c5a49
commit
556e247cee
2 changed files with 0 additions and 20 deletions
|
|
@ -156,14 +156,6 @@ void brw_upload_constant_buffer_state(struct brw_context *brw)
|
|||
BRW_CACHED_BATCH_STRUCT(brw, &cbs);
|
||||
}
|
||||
|
||||
const struct brw_tracked_state brw_constant_buffer_state = {
|
||||
.dirty = {
|
||||
.brw = BRW_NEW_URB_FENCE,
|
||||
.cache = 0
|
||||
},
|
||||
.update = brw_upload_constant_buffer_state
|
||||
};
|
||||
|
||||
|
||||
static float fixed_plane[6][4] = {
|
||||
{ 0, 0, -1, 1 },
|
||||
|
|
|
|||
|
|
@ -183,15 +183,3 @@ void brw_upload_urb_fence(struct brw_context *brw)
|
|||
|
||||
BRW_BATCH_STRUCT(brw, &uf);
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
const struct brw_tracked_state brw_urb_fence = {
|
||||
.dirty = {
|
||||
.mesa = 0,
|
||||
.brw = BRW_NEW_URB_FENCE | BRW_NEW_PSP,
|
||||
.cache = 0
|
||||
},
|
||||
.update = brw_upload_urb_fence
|
||||
};
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue