mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
i965: Delete dead meta stencil blit program fields from brw_context.
These have been unused for a while now.
This commit is contained in:
parent
5a2bca5db5
commit
93bb91452a
1 changed files with 0 additions and 3 deletions
|
|
@ -779,9 +779,6 @@ struct brw_context
|
|||
|
||||
struct brw_cache cache;
|
||||
|
||||
/** IDs for meta stencil blit shader programs. */
|
||||
struct gl_shader_program *meta_stencil_blit_programs[2];
|
||||
|
||||
/* Whether a meta-operation is in progress. */
|
||||
bool meta_in_progress;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue