On Thu, 08 Mar 2012 10:13:11 +0100, Paul Menzel <paulepanter at users.sourceforge.net> wrote: > -Am Mittwoch, den 07.03.2012, 11:21 -0800 schrieb Eric Anholt: > > From: Kenneth Graunke <kenneth at 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 <eric at anholt.net> > > Signed-off-by: Yuanhan Liu <yuanhan.liu at linux.intel.com> > > Signed-off-by: Kenneth Graunke <kenneth at 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. :/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20120308/be9d9292/attachment.pgp>