On Thu, 08 Mar 2012 10:13:11 +0100, Paul Menzel <paulepan...@users.sourceforge.net> wrote: > -Am Mittwoch, den 07.03.2012, 11:21 -0800 schrieb Eric Anholt: > > From: Kenneth Graunke <kenn...@whitecape.org> > > > > This will allow the driver to capture all of its execution state to a > > file for later debugging. intel_gpu_dump is limited in that it only > > captures batchbuffers, and Mesa's captures, while more complete, still > > capture only a portion of the state involved in execution. > > > > It also enables us to load traces in our internal simulator. > > > > Signed-off-by: Eric Anholt <e...@anholt.net> > > Signed-off-by: Yuanhan Liu <yuanhan....@linux.intel.com> > > Signed-off-by: Kenneth Graunke <kenn...@whitecape.org> > > --- > > intel/Makefile.am | 1 + > > intel/intel_aub.h | 123 ++++++++++++++++++ > > intel/intel_bufmgr.h | 14 ++ > > intel/intel_bufmgr_gem.c | 315 > > ++++++++++++++++++++++++++++++++++++++++++++++ > > 4 files changed, 453 insertions(+), 0 deletions(-) > > create mode 100644 intel/intel_aub.h > > […] > > > diff --git a/intel/intel_aub.h b/intel/intel_aub.h > > new file mode 100644 > > index 0000000..a36fd53 > > --- /dev/null > > +++ b/intel/intel_aub.h > > @@ -0,0 +1,123 @@ > > +/* > > + * Copyright © 2010 Intel Corporation > > I guess this should be changed to 2012.
It was actually written back in 2010. :/
pgpPi5vXNhjYc.pgp
Description: PGP signature
_______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx