[Mesa-dev] swrast tfp cleanup

2011-11-02 Thread George Sapountzis
Hi, [please cc: me in any replies] I rebased (with minor cleanups) the patches submitted by Benjamin Franzke and put them at: http://cgit.freedesktop.org/~gsap7/mesa/log/?h=tfp The commits contain links to relevant emails. I tested the patches on xephyr, please review and test that it still wor

Re: [Mesa-dev] swrast tfp cleanup

2011-11-02 Thread George Sapountzis
On Wed, Nov 2, 2011 at 4:42 PM, Benjamin Franzke wrote: > > It would have been fair, when you'd have used git-am for applying the > patches to keep me as author. So if you are ok, I'm going to push my > original patches. ok by me, go ahead ___ mesa-dev

[Mesa-dev] unify common/dri_util & common/drisw_util

2011-11-02 Thread George Sapountzis
Hi [please cc: me in any replies] After the nice cleanups wrt to DRI, I think it's possible to unify the two dri helper files. Has anyone already done this ? See any reason against this ? I'll git it a try otherwise. regards, George. ___ mesa-dev mail

Re: [Mesa-dev] unify common/dri_util & common/drisw_util

2011-11-03 Thread George Sapountzis
11/2 George Sapountzis : > Hi > > [please cc: me in any replies] > > After the nice cleanups wrt to DRI, I think it's possible to unify the > two dri helper files. Has anyone already done this ? See any reason > against this ? > > I'll git

Re: [Mesa-dev] [PATCH 0/2] swrastg: Don't use drm_api

2010-04-15 Thread George Sapountzis
On Thu, Apr 15, 2010 at 1:31 AM, Jakob Bornecrantz wrote: > Hi George > > These two patches refactor st/dri and change st/drisw from using drm_api. > We do not gain anything from using drm_api and it makes it impossible > to define the meaning of struct winsys_handle to something other then > what

[Mesa-dev] st/dri: minor cleanups after dri1 removal

2010-07-18 Thread George Sapountzis
Hi, I put 3 patches at http://cgit.freedesktop.org/~gsap7/mesa/log/?h=st-dri with minor cleanups after dri1 removal. Please review and test. regards, George ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/li

Re: [Mesa-dev] [PATCH] st/dri: factor out TFP support and add it to drisw

2010-08-11 Thread George Sapountzis
On Wed, Aug 11, 2010 at 9:29 PM, nobled wrote: > (this patch doesn't compile without the "st/dri: include xmlconfig.h" > patch first:) > http://lists.freedesktop.org/archives/mesa-dev/2010-August/001833.html > http://github.com/nobled/mesa/commits/drisw > --- > Factor out the TexBuffer extension i