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
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).
> > -
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
__
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
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
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
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
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?
_
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