Re: [Mesa-dev] [PATCH 1/4] intel/eu: Add some brw_get_default_ helpers

2018-06-04 Thread Kenneth Graunke
On Tuesday, May 29, 2018 5:02:51 PM PDT Jason Ekstrand wrote: > This is much cleaner than everything that wants a default value poking > at the bits of p->current directly. > --- > src/intel/compiler/brw_eu.c | 29 ++ > src/intel/compiler/brw_eu.h | 3 + > src/inte

[Mesa-dev] [PATCH 1/4] intel/eu: Add some brw_get_default_ helpers

2018-05-29 Thread Jason Ekstrand
This is much cleaner than everything that wants a default value poking at the bits of p->current directly. --- src/intel/compiler/brw_eu.c | 29 ++ src/intel/compiler/brw_eu.h | 3 + src/intel/compiler/brw_eu_emit.c| 98 +++-- sr