> Thanks, applied. I'm trying to update it to support the new gbm import
> function now. Did you consider gallium as a dri driver though?
> I'm thinking that maintaining 1) the native gallium interface, 2) the
> gallium dri interface and 3) the intel dri interface is just too much.
> I'd like to
On Tue, Jul 17, 2012 at 04:51:49PM +0200, Michel Dänzer wrote:
> On Die, 2012-07-17 at 09:07 -0400, Kristian Høgsberg wrote:
> > On Tue, Jul 17, 2012 at 08:28:57PM +0900, Elvis Lee wrote:
> > > commit '7250cd506baa0bd4649b30d87509cdd0cbc06a57'
> > > changes struct gbm_bo, renaming it's 'pitch' to
On Die, 2012-07-17 at 09:07 -0400, Kristian Høgsberg wrote:
> On Tue, Jul 17, 2012 at 08:28:57PM +0900, Elvis Lee wrote:
> > commit '7250cd506baa0bd4649b30d87509cdd0cbc06a57'
> > changes struct gbm_bo, renaming it's 'pitch' to 'stride'.
> > This applies to Gallium.
>
> Thanks, applied. I'm tryin
On Tue, Jul 17, 2012 at 08:28:57PM +0900, Elvis Lee wrote:
> commit '7250cd506baa0bd4649b30d87509cdd0cbc06a57'
> changes struct gbm_bo, renaming it's 'pitch' to 'stride'.
> This applies to Gallium.
Thanks, applied. I'm trying to update it to support the new gbm
import function now. Did you consi
commit '7250cd506baa0bd4649b30d87509cdd0cbc06a57'
changes struct gbm_bo, renaming it's 'pitch' to 'stride'.
This applies to Gallium.
Signed-off-by: Elvis Lee
---
src/gallium/state_trackers/gbm/gbm_drm.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gallium/state_