[Intel-gfx] [PATCH] tools/null_state_gen: generate null render state
Damien Lespiau
damien.lespiau at intel.com
Thu May 8 16:37:38 CEST 2014
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 at intel.com>
> ---
> 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
More information about the Intel-gfx
mailing list