Re: [Mesa-dev] The state tracker for EGL does not implement eglCreatePbufferFromClientBuffer

2010-07-18 Thread Chia-I Wu
On Sun, Jul 18, 2010 at 9:04 PM, Thinker K.F. Li wrote: > I had found that the state tracker of EGL does not implement > eglCreatePbufferFromClientBuffer().  Without this function, user > should copy pixels between pbuffers with a temporary buffer allocated > by the application.  Are there any pla

Re: [Mesa-dev] Bug#585618: [PATCH 1/6] pipe: Detect FreeBSD better

2010-07-18 Thread Julien Cristau
On Thu, Jun 24, 2010 at 01:07:17 -0700, Corbin Simpson wrote: > On Wed, Jun 23, 2010 at 6:31 PM, nobled wrote: > > Taking advice from the Debian BSD porting guide: > > http://glibc-bsd.alioth.debian.org/porting/PORTING > > > > This should help fix Debian bug #585618 (gallium build failure). > > -

Re: [Mesa-dev] [PATCH] Fix kFreeBSD build

2010-07-18 Thread Julien Cristau
On Sun, Jul 18, 2010 at 08:59:23 -0700, Corbin Simpson wrote: > I didn't ack the earlier version of the patch because it had no testers. Has > this been tested? > It's been used in debian's mesa packages since April 2009. So Acked-by: Julien Cristau Cheers, Julien __

Re: [Mesa-dev] [PATCH] Fix kFreeBSD build

2010-07-18 Thread nobled
1. this is a completely different patch from that one; 2. A version of this patch has been in Debian packaging since May 2009 (as seen in the bug link). Corbin Simpson wrote: > I didn't ack the earlier version of the patch because it had no testers. Has > this been tested? > > Posting from a mobi

Re: [Mesa-dev] [PATCH] Fix kFreeBSD build

2010-07-18 Thread Corbin Simpson
I didn't ack the earlier version of the patch because it had no testers. Has this been tested? Posting from a mobile, pardon my terseness. ~ C. On Jul 18, 2010 8:48 AM, "nobled" wrote: All the other OS tests for FreeBSD use the form '*freebsd*', except for this line. This fixes the build on kFr

[Mesa-dev] [PATCH] Fix kFreeBSD build

2010-07-18 Thread nobled
All the other OS tests for FreeBSD use the form '*freebsd*', except for this line. This fixes the build on kFreeBSD/GNU. Based on the patch 06_kfreebsd-ftbfs.diff by Aurelien Jarno: http://bugs.debian.org/524690 NOTE: This is a candidate for the 7.8 branch. --- configure.ac |2 +- 1 files ch

[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

[Mesa-dev] The state tracker for EGL does not implement eglCreatePbufferFromClientBuffer

2010-07-18 Thread Thinker K.F. Li
Hi, I had found that the state tracker of EGL does not implement eglCreatePbufferFromClientBuffer(). Without this function, user should copy pixels between pbuffers with a temporary buffer allocated by the application. Are there any plan to implement it? _

Re: [Mesa-dev] [PATCH] Unified st_context::draw_vbo

2010-07-18 Thread Keith Whitwell
On Fri, 2010-07-16 at 11:10 -0700, Chia-I Wu wrote: > Hi all, > > This patch series replaces > > st_context::draw_arrays > st_context::draw_elements, > st_context::draw_arrays_instanced > st_context::draw_elements_instanced > st_context::draw_range_elements > > by a single > > st_co