Re: [Mesa-dev] [PATCH] st/gbm: renaming pitch to stride on gallium

2012-07-17 Thread Elvis Lee
> 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

Re: [Mesa-dev] [PATCH] st/gbm: renaming pitch to stride on gallium

2012-07-17 Thread Kristian Høgsberg
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

Re: [Mesa-dev] [PATCH] st/gbm: renaming pitch to stride on gallium

2012-07-17 Thread Michel Dänzer
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

Re: [Mesa-dev] [PATCH] st/gbm: renaming pitch to stride on gallium

2012-07-17 Thread Kristian Høgsberg
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

[Mesa-dev] [PATCH] st/gbm: renaming pitch to stride on gallium

2012-07-17 Thread Elvis Lee
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_