mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
i965/blorp: Remove unused 'brw' member.
Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
73ab06f9c5
commit
9f7b5fa2c8
1 changed files with 0 additions and 2 deletions
|
|
@ -99,7 +99,6 @@ private:
|
||||||
void alloc_regs();
|
void alloc_regs();
|
||||||
|
|
||||||
void *mem_ctx;
|
void *mem_ctx;
|
||||||
struct brw_context *brw;
|
|
||||||
const brw_blorp_const_color_prog_key *key;
|
const brw_blorp_const_color_prog_key *key;
|
||||||
struct brw_compile func;
|
struct brw_compile func;
|
||||||
|
|
||||||
|
|
@ -120,7 +119,6 @@ brw_blorp_const_color_program::brw_blorp_const_color_program(
|
||||||
struct brw_context *brw,
|
struct brw_context *brw,
|
||||||
const brw_blorp_const_color_prog_key *key)
|
const brw_blorp_const_color_prog_key *key)
|
||||||
: mem_ctx(ralloc_context(NULL)),
|
: mem_ctx(ralloc_context(NULL)),
|
||||||
brw(brw),
|
|
||||||
key(key),
|
key(key),
|
||||||
R0(),
|
R0(),
|
||||||
R1(),
|
R1(),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue