Re: [Mesa-dev] [PATCH 07/14] i965: Add brw_scalar_prog_key structure

2014-09-02 Thread Kenneth Graunke
On Monday, September 01, 2014 09:44:31 AM Jordan Justen wrote: > All fields were migrated from brw_wm_prog_key. In future updates, we can move > these FS specific fields back into brw_wm_prog_key. We should just put things in the right place to begin with. > struct brw_wm_prog_key { > - uint8_

[Mesa-dev] [PATCH 07/14] i965: Add brw_scalar_prog_key structure

2014-09-01 Thread Jordan Justen
All fields were migrated from brw_wm_prog_key. In future updates, we can move these FS specific fields back into brw_wm_prog_key. The scalar_visitor and scalar_generator class mainly use these structures now. Signed-off-by: Jordan Justen --- src/mesa/drivers/dri/i965/brw_blorp_blit_eu.cpp|