On Wednesday, May 3, 2017 10:47:57 AM PDT Pohjolainen, Topi wrote:
> On Mon, May 01, 2017 at 06:43:04PM -0700, Rafael Antognolli wrote:
> > +void
> > +genX(init_atoms)(struct brw_context *brw)
> > +{
> > +#if GEN_GEN < 6
> > + static const struct brw_tracked_state *render_atoms[] =
> > + {
>
>
On Mon, May 01, 2017 at 06:43:04PM -0700, Rafael Antognolli wrote:
> From: Kenneth Graunke
>
> Make atoms initalization compile conditionally based on the target
> platform.
> ---
> src/mesa/drivers/dri/i965/brw_state.h | 12 +-
> src/mesa/drivers/dri/i965/brw_state_upload.c | 385 +---
From: Kenneth Graunke
Make atoms initalization compile conditionally based on the target
platform.
---
src/mesa/drivers/dri/i965/brw_state.h | 12 +-
src/mesa/drivers/dri/i965/brw_state_upload.c | 385 +---
src/mesa/drivers/dri/i965/genX_state_upload.c | 340 +++