On Tue, May 06, 2014 at 04:39:01PM +0300, Mika Kuoppala wrote: > Generate valid (null) render state for each gen. Output > it as a c source file with batch and relocations. > > Signed-off-by: Mika Kuoppala <mika.kuoppala@xxxxxxxxx> > --- > configure.ac | 1 + > lib/gen6_render.h | 1 + > lib/gen7_render.h | 1 + > tools/Makefile.am | 4 +- > tools/null_state_gen/Makefile.am | 16 + > tools/null_state_gen/intel_batchbuffer.c | 173 ++++++ > tools/null_state_gen/intel_batchbuffer.h | 91 +++ > tools/null_state_gen/intel_null_state_gen.c | 151 +++++ > tools/null_state_gen/intel_renderstate_gen7.c | 505 ++++++++++++++++ > tools/null_state_gen/intel_renderstate_gen8.c | 764 +++++++++++++++++++++++++ > 10 files changed, 1706 insertions(+), 1 deletion(-) Missing a git add on intel_renderstate_gen6.c ? your branch doesn't compile here. -- Damien _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx