mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
i965: Delete unused variable.
I forgot to delete this in 9ef2b9277d.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
9ef2b9277d
commit
45aee6be02
1 changed files with 0 additions and 2 deletions
|
|
@ -176,8 +176,6 @@ gen7_upload_urb(struct brw_context *brw, unsigned vs_size,
|
|||
const int push_size_kB =
|
||||
(brw->gen >= 8 || (brw->is_haswell && brw->gt == 3)) ? 32 : 16;
|
||||
|
||||
const bool active[4] = { true, tess_present, tess_present, gs_present };
|
||||
|
||||
/* BRW_NEW_{VS,TCS,TES,GS}_PROG_DATA */
|
||||
struct brw_vue_prog_data *prog_data[4] = {
|
||||
[MESA_SHADER_VERTEX] =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue