Re: [Mesa-dev] [PATCH] i965: Add hardware context support.

2012-06-29 Thread Ben Widawsky
On Fri, 29 Jun 2012 10:06:29 -0700 Ben Widawsky wrote: > On Tue, 12 Jun 2012 12:07:09 -0700 > Kenneth Graunke wrote: > > > With fixes and updates from Ben Widawsky and comments from Paul Berry. > > > > This should not be pushed until libdrm 2.4.36 is released with Ben's > > hardware context su

Re: [Mesa-dev] [PATCH] i965: Add hardware context support.

2012-06-29 Thread Ben Widawsky
On Tue, 12 Jun 2012 12:07:09 -0700 Kenneth Graunke wrote: > With fixes and updates from Ben Widawsky and comments from Paul Berry. > > This should not be pushed until libdrm 2.4.36 is released with Ben's > hardware context support. 2.4.36 has been released. I screwed up the announce though. >

Re: [Mesa-dev] [PATCH] i965: Add hardware context support.

2012-06-13 Thread Eric Anholt
On Tue, 12 Jun 2012 12:07:09 -0700, Kenneth Graunke wrote: > With fixes and updates from Ben Widawsky and comments from Paul Berry. > > This should not be pushed until libdrm 2.4.36 is released with Ben's > hardware context support. > > I haven't hooked up the context destroy function yet as I'

[Mesa-dev] [PATCH] i965: Add hardware context support.

2012-06-12 Thread Kenneth Graunke
With fixes and updates from Ben Widawsky and comments from Paul Berry. This should not be pushed until libdrm 2.4.36 is released with Ben's hardware context support. I haven't hooked up the context destroy function yet as I'm not entirely sure about tear-down, but they will be freed on fd close,