Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-07 Thread Jakob Bornecrantz
On Fri, May 7, 2010 at 7:33 PM, Keith Whitwell wrote: > On Fri, 2010-05-07 at 10:47 -0700, Jakob Bornecrantz wrote: >> 2010/5/7 Kristian Høgsberg : >> > 2010/5/7 Jakob Bornecrantz : >> > ... >> >>> No I understand that.  We currently have an interface between libEGL >> >>> and the EGL driver it lo

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-07 Thread Keith Whitwell
On Fri, 2010-05-07 at 10:47 -0700, Jakob Bornecrantz wrote: > 2010/5/7 Kristian Høgsberg : > > 2010/5/7 Jakob Bornecrantz : > > ... > >>> No I understand that. We currently have an interface between libEGL > >>> and the EGL driver it loads. You're proposing to move that interface > >>> up the sta

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-07 Thread Jakob Bornecrantz
2010/5/7 Kristian Høgsberg : > 2010/5/7 Jakob Bornecrantz : > ... >>> No I understand that.  We currently have an interface between libEGL >>> and the EGL driver it loads.  You're proposing to move that interface >>> up the stack to just below the EGL entry points.  It's still going to >>> be a cus

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-07 Thread Kristian Høgsberg
2010/5/7 Jakob Bornecrantz : ... >> No I understand that.  We currently have an interface between libEGL >> and the EGL driver it loads.  You're proposing to move that interface >> up the stack to just below the EGL entry points.  It's still going to >> be a custom shared library interface and we'r

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-07 Thread Jakob Bornecrantz
2010/5/7 Kristian Høgsberg : > 2010/5/7 Jakob Bornecrantz : >> 2010/5/7 Kristian Høgsberg : >>> 2010/5/7 Jakob Bornecrantz : 2010/5/7 Kristian Høgsberg : > On Wed, May 5, 2010 at 10:43 AM, Jakob Bornecrantz > wrote: >> On Wed, May 5, 2010 at 3:34 PM, Chia-I Wu wrote: >>> On

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-07 Thread Kristian Høgsberg
2010/5/7 Jakob Bornecrantz : > 2010/5/7 Kristian Høgsberg : >> 2010/5/7 Jakob Bornecrantz : >>> 2010/5/7 Kristian Høgsberg : On Wed, May 5, 2010 at 10:43 AM, Jakob Bornecrantz wrote: > On Wed, May 5, 2010 at 3:34 PM, Chia-I Wu wrote: >> On Wed, May 5, 2010 at 6:04 PM, Keith Whi

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-07 Thread Jakob Bornecrantz
2010/5/7 Kristian Høgsberg : > 2010/5/7 Jakob Bornecrantz : >> 2010/5/7 Kristian Høgsberg : >>> On Wed, May 5, 2010 at 10:43 AM, Jakob Bornecrantz >>> wrote: On Wed, May 5, 2010 at 3:34 PM, Chia-I Wu wrote: > On Wed, May 5, 2010 at 6:04 PM, Keith Whitwell wrote: >> On Tue, 2010-05-

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-07 Thread Kristian Høgsberg
2010/5/7 Jakob Bornecrantz : > 2010/5/7 Kristian Høgsberg : >> On Wed, May 5, 2010 at 10:43 AM, Jakob Bornecrantz >> wrote: >>> On Wed, May 5, 2010 at 3:34 PM, Chia-I Wu wrote: On Wed, May 5, 2010 at 6:04 PM, Keith Whitwell wrote: > On Tue, 2010-05-04 at 22:48 -0700, Chia-I Wu wrote: >

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-07 Thread Jakob Bornecrantz
2010/5/7 Kristian Høgsberg : > On Wed, May 5, 2010 at 10:43 AM, Jakob Bornecrantz > wrote: >> On Wed, May 5, 2010 at 3:34 PM, Chia-I Wu wrote: >>> On Wed, May 5, 2010 at 6:04 PM, Keith Whitwell wrote: On Tue, 2010-05-04 at 22:48 -0700, Chia-I Wu wrote: > 2010/5/2 Chia-I Wu : > > I'

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-07 Thread Kristian Høgsberg
On Wed, May 5, 2010 at 10:43 AM, Jakob Bornecrantz wrote: > On Wed, May 5, 2010 at 3:34 PM, Chia-I Wu wrote: >> On Wed, May 5, 2010 at 6:04 PM, Keith Whitwell wrote: >>> On Tue, 2010-05-04 at 22:48 -0700, Chia-I Wu wrote: 2010/5/2 Chia-I Wu : > I've been working on and off for a while

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-07 Thread Chia-I Wu
2010/5/5 Chia-I Wu : > 2010/5/2 Chia-I Wu : >> I've been working on and off for a while on a dispatcher builder called mapi >> (multiple-api, in contrary to gl-api).  The code is available at >> >>  http://cgit.freedesktop.org/~olv/mesa/log/?h=mapi >> >> The motivation is to build a dispatcher for

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-05 Thread Jakob Bornecrantz
On Wed, May 5, 2010 at 3:34 PM, Chia-I Wu wrote: > On Wed, May 5, 2010 at 6:04 PM, Keith Whitwell wrote: >> On Tue, 2010-05-04 at 22:48 -0700, Chia-I Wu wrote: >>> 2010/5/2 Chia-I Wu : >>> > I've been working on and off for a while on a dispatcher builder called >>> > mapi >>> > (multiple-api, i

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-05 Thread Chia-I Wu
On Wed, May 5, 2010 at 6:04 PM, Keith Whitwell wrote: > On Tue, 2010-05-04 at 22:48 -0700, Chia-I Wu wrote: >> 2010/5/2 Chia-I Wu : >> > I've been working on and off for a while on a dispatcher builder called >> > mapi >> > (multiple-api, in contrary to gl-api).  The code is available at >> > >>

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-05 Thread Keith Whitwell
On Tue, 2010-05-04 at 22:48 -0700, Chia-I Wu wrote: > 2010/5/2 Chia-I Wu : > > I've been working on and off for a while on a dispatcher builder called mapi > > (multiple-api, in contrary to gl-api). The code is available at > > > > http://cgit.freedesktop.org/~olv/mesa/log/?h=mapi > > > > The mot

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-04 Thread Chia-I Wu
2010/5/2 Chia-I Wu : > I've been working on and off for a while on a dispatcher builder called mapi > (multiple-api, in contrary to gl-api).  The code is available at > >  http://cgit.freedesktop.org/~olv/mesa/log/?h=mapi > > The motivation is to build a dispatcher for OpenVG.  I will give an overv

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-02 Thread Chia-I Wu
On Mon, May 3, 2010 at 12:24 AM, Zack Rusin wrote: > On Saturday 01 May 2010 15:27:45 Chia-I Wu wrote: >> I've been working on and off for a while on a dispatcher builder called >>  mapi (multiple-api, in contrary to gl-api).  The code is available at >> >>   http://cgit.freedesktop.org/~olv/mesa/

Re: [Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-02 Thread Zack Rusin
On Saturday 01 May 2010 15:27:45 Chia-I Wu wrote: > Hi all, > > I've been working on and off for a while on a dispatcher builder called > mapi (multiple-api, in contrary to gl-api). The code is available at > > http://cgit.freedesktop.org/~olv/mesa/log/?h=mapi > > The motivation is to build

[Mesa-dev] [RFC] mapi: a generic dispatcher to be used by OpenVG (and OpenGL)

2010-05-01 Thread Chia-I Wu
Hi all, I've been working on and off for a while on a dispatcher builder called mapi (multiple-api, in contrary to gl-api). The code is available at http://cgit.freedesktop.org/~olv/mesa/log/?h=mapi The motivation is to build a dispatcher for OpenVG. I will give an overview for mapi in this