Re: [Pull Request] Glamor: A 2D rendering acceleration implementation based on OpenGL

2011-09-29 Thread Kristian Høgsberg
2011/9/28 zhigang gong zhigang.g...@gmail.com: 2011/9/28 Michel Dänzer mic...@daenzer.net: On Die, 2011-09-27 at 21:50 +0800, zhigang gong wrote: 3. Only support Intel platform currently. As glamor depends on KMS + MESA/EGL + GBM, currently only intel gfx device get supported. A Gallium

Re: [Pull Request] Glamor: A 2D rendering acceleration implementation based on OpenGL

2011-09-28 Thread Søren Sandmann
zhigang gong zhigang.g...@gmail.com writes: I am not very familiar with either cairo/pixman, just know that it is used in spice, and it has a GL backend. There is also clutter, and some other open source 2D GL rendering libraries (qt canvas is also interesting, although I guess it's C++). How

Re: [Pull Request] Glamor: A 2D rendering acceleration implementation based on OpenGL

2011-09-28 Thread Michel Dänzer
On Die, 2011-09-27 at 21:50 +0800, zhigang gong wrote: 3. Only support Intel platform currently. As glamor depends on KMS + MESA/EGL + GBM, currently only intel gfx device get supported. A Gallium based EGL driver (e.g. r3/600g, nouveau or llvmpipe) can support all of the above, any

Re: [Pull Request] Glamor: A 2D rendering acceleration implementation based on OpenGL

2011-09-28 Thread Alon Levy
On Wed, Sep 28, 2011 at 11:51:16AM +0800, zhigang gong wrote: On Wed, Sep 28, 2011 at 1:41 AM, Alon Levy al...@redhat.com wrote: On Tue, Sep 27, 2011 at 09:50:06PM +0800, zhigang gong wrote: Hi Keith, Here is the pull request to merge glamor. Basically, it has three parts. The first

Re: [Pull Request] Glamor: A 2D rendering acceleration implementation based on OpenGL

2011-09-28 Thread zhigang gong
2011/9/28 Michel Dänzer mic...@daenzer.net: On Die, 2011-09-27 at 21:50 +0800, zhigang gong wrote: 3. Only support Intel platform currently. As glamor depends on KMS + MESA/EGL + GBM, currently only intel gfx device get supported. A Gallium based EGL driver (e.g. r3/600g, nouveau or

Re: [Pull Request] Glamor: A 2D rendering acceleration implementation based on OpenGL

2011-09-28 Thread Corbin Simpson
2011/9/28 zhigang gong zhigang.g...@gmail.com: 2011/9/28 Michel Dänzer mic...@daenzer.net: On Die, 2011-09-27 at 21:50 +0800, zhigang gong wrote: 3. Only support Intel platform currently. As glamor depends on KMS + MESA/EGL + GBM, currently only intel gfx device get supported. A Gallium

Re: [Pull Request] Glamor: A 2D rendering acceleration implementation based on OpenGL

2011-09-27 Thread Alan Coopersmith
On 09/27/11 10:14 AM, Keith Packard wrote: On Tue, 27 Sep 2011 08:39:33 -0700, Alan Coopersmithalan.coopersm...@oracle.com wrote: On 09/27/11 06:50 AM, zhigang gong wrote: [Over 225 commits] 47 files changed, 10484 insertions(+), 14 deletions(-) That's a huge amount of change without

Re: [Pull Request] Glamor: A 2D rendering acceleration implementation based on OpenGL

2011-09-27 Thread Alan Coopersmith
[Fixed cc to xorg-devel instead of xorg, since xorg is for discussing usage, xorg-devel where we discuss changes to the code - the same goes for the IRC channels btw.] Well, you request reviews by mailing xorg-devel and asking for them, not skipping straight to This is ready to merge to

Re: [Pull Request] Glamor: A 2D rendering acceleration implementation based on OpenGL

2011-09-27 Thread zhigang gong
On Wed, Sep 28, 2011 at 1:41 AM, Alon Levy al...@redhat.com wrote: On Tue, Sep 27, 2011 at 09:50:06PM +0800, zhigang gong wrote: Hi Keith, Here is the pull request to merge glamor. Basically, it has three parts. The first part is the 2D rendering acceleration implementation in glamor