Re: [Mesa-dev] [PATCH] i965: Create new files for HS/DS/TE state upload code.

2015-11-17 Thread Kristian Høgsberg
On Tue, Nov 17, 2015 at 11:20 AM, Kenneth Graunke wrote: > For now, this just splits the existing code to disable these stages into > separate atoms/files. We can then replace it with real code. Nice, bye bye gen7/8_disable.c. This commit is a milestone. Reviewed-by: Kristian Høgsberg > Signe

[Mesa-dev] [PATCH] i965: Create new files for HS/DS/TE state upload code.

2015-11-17 Thread Kenneth Graunke
For now, this just splits the existing code to disable these stages into separate atoms/files. We can then replace it with real code. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/Makefile.sources | 6 +- src/mesa/drivers/dri/i965/brw_state.h| 6 +- src/mesa/drivers/d