mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 11:10:10 +01:00
i965: Remove unused variables
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
15259d63e8
commit
d14f3e14b4
1 changed files with 0 additions and 2 deletions
|
|
@ -212,11 +212,9 @@ brw_codegen_cs_prog(struct brw_context *brw,
|
||||||
static void
|
static void
|
||||||
brw_cs_populate_key(struct brw_context *brw, struct brw_cs_prog_key *key)
|
brw_cs_populate_key(struct brw_context *brw, struct brw_cs_prog_key *key)
|
||||||
{
|
{
|
||||||
struct gl_context *ctx = &brw->ctx;
|
|
||||||
/* BRW_NEW_COMPUTE_PROGRAM */
|
/* BRW_NEW_COMPUTE_PROGRAM */
|
||||||
const struct brw_compute_program *cp =
|
const struct brw_compute_program *cp =
|
||||||
(struct brw_compute_program *) brw->compute_program;
|
(struct brw_compute_program *) brw->compute_program;
|
||||||
const struct gl_program *prog = (struct gl_program *) cp;
|
|
||||||
|
|
||||||
memset(key, 0, sizeof(*key));
|
memset(key, 0, sizeof(*key));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue