On Sat, 3 Mar 2012 16:22:45 +0100, Julien Cristau wrote:
> On Tue, Feb 21, 2012 at 21:11:07 +, Chris Wilson wrote:
>
> > On Tue, 21 Feb 2012 12:59:37 -0800, Kenneth Graunke
> > wrote:
> > > @@ -1828,6 +1829,9 @@ drm_intel_gem_bo_mrb_exec2(drm_intel_bo *bo, int
> > > used,
> > > execbuf.r
---
intel/intel_decode.c | 29 -
intel/tests/gen7-3d.batch-ref.txt | 14 +++---
2 files changed, 31 insertions(+), 12 deletions(-)
diff --git a/intel/intel_decode.c b/intel/intel_decode.c
index af621d4..df9b704 100644
--- a/intel/intel_decode.c
---
intel/intel_decode.c | 32 +---
1 files changed, 17 insertions(+), 15 deletions(-)
diff --git a/intel/intel_decode.c b/intel/intel_decode.c
index 2ea8f67..af621d4 100644
--- a/intel/intel_decode.c
+++ b/intel/intel_decode.c
@@ -3005,6 +3005,22 @@ gen7_3DSTATE_WM(
On Wed, 15 Feb 2012 12:23:44 -0800
Eric Anholt wrote:
> On Tue, 14 Feb 2012 22:09:12 +0100, Ben Widawsky wrote:
> > From: Ben Widawsky
> >
> > Create all the necessary data structures and hooks to support a context
> > API for userspace. Also plumb in the calls from the i915 core into the
> >
On Wed, 15 Feb 2012 23:12:20 +0100
Daniel Vetter wrote:
> On Tue, Feb 14, 2012 at 10:09:07PM +0100, Ben Widawsky wrote:
> > These patches are a heavily revised version of the patches I wrote over
> > a year ago. These patches have passed basic tests on SNB, and IVB, and
> > older versions worked
On Tue, 14 Feb 2012 20:49:00 -0200
Eugeni Dodonov wrote:
> Reviewed-by: Eugeni Dodonov
Thanks.
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
On Wed, 15 Feb 2012 11:36:10 -0800
Eric Anholt wrote:
> On Tue, 14 Feb 2012 22:09:09 +0100, Ben Widawsky wrote:
> > This is needed for an upcoming workaround.
> >
> > Signed-off-by: Ben Widawsky
> > ---
> > drivers/gpu/drm/i915/intel_ringbuffer.c |4
> > drivers/gpu/drm/i915/intel_ri
On Tue, 14 Feb 2012 20:48:27 -0200
Eugeni Dodonov wrote:
> Reviewed-by: Eugeni Dodonov
Thanks.
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
On Wed, 15 Feb 2012 12:16:20 -0800
Eric Anholt wrote:
> On Tue, 14 Feb 2012 22:09:15 +0100, Ben Widawsky wrote:
> > Extend the flag parameter to support the context id (from the create
> > IOCTL) so that userspace can associate a context with the batchbuffer.
> >
> > Signed-off-by: Ben Widawsky