Re: [Mesa-dev] (no subject)

2010-06-11 Thread Chia-I Wu
2010/6/11 Kristian Høgsberg : > 2010/6/10 Chia-I Wu : >> Hi Kristian, >> >> 2010/6/4 Kristian Høgsberg : >>> Here's an update on the EGL/DRM integration extensions and patches. >>> I've updated the patches with the feedback from the discussions on the >>> list to the extent that I think is feasible

[Mesa-dev] [Bug 28487] [r300g] Gallium3D on R300 bug

2010-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28487 Marek Olšák changed: What|Removed |Added Summary|Gallium3D on R300 bug |[r300g] Gallium3D on R300

Re: [Mesa-dev] [PATCH 4/6] egl: MESA_image_drm extension

2010-06-11 Thread Kristian Høgsberg
On Thu, Jun 10, 2010 at 5:33 AM, Chia-I Wu wrote: > 2010/6/4 Jakob Bornecrantz : >> Kristian and I discussed this on IRC and I think we got an agreement >> on the way forward. I'll inline the comments below in the spec file. >> >> 2010/6/4 Kristian Høgsberg : >>> --- >>>  docs/MESA_image_drm.spec

Re: [Mesa-dev] (no subject)

2010-06-11 Thread Kristian Høgsberg
2010/6/10 Chia-I Wu : > Hi Kristian, > > 2010/6/4 Kristian Høgsberg : >> Here's an update on the EGL/DRM integration extensions and patches. >> I've updated the patches with the feedback from the discussions on the >> list to the extent that I think is feasible.  I think we're pretty >> close to co

Re: [Mesa-dev] RFC: array textures in gallium and assorted cleanups

2010-06-11 Thread Keith Whitwell
On Fri, 2010-06-11 at 06:04 -0700, Roland Scheidegger wrote: > On 10.06.2010 20:32, Roland Scheidegger wrote: > > On 10.06.2010 17:12, Keith Whitwell wrote: > >> On Thu, 2010-06-10 at 07:29 -0700, Brian Paul wrote: > >>> Keith Whitwell wrote: > On Thu, 2010-06-10 at 07:08 -0700, Roland Scheide

Re: [Mesa-dev] RFC: array textures in gallium and assorted cleanups

2010-06-11 Thread Roland Scheidegger
On 10.06.2010 20:32, Roland Scheidegger wrote: > On 10.06.2010 17:12, Keith Whitwell wrote: >> On Thu, 2010-06-10 at 07:29 -0700, Brian Paul wrote: >>> Keith Whitwell wrote: On Thu, 2010-06-10 at 07:08 -0700, Roland Scheidegger wrote: > On 10.06.2010 11:30, Keith Whitwell wrote: >> On

[Mesa-dev] [PATCH] Fix build with --enable-gallium-llvm.

2010-06-11 Thread Chris Halse Rogers
From: Christopher James Halse Rogers The es1, es2 and gl state trackers include draw_pipe.h, which includes the llvm headers if MESA_LLVM is true, so we also need to add the llvm seachpaths. Similarly, gallivm and other gallium drivers need LLVM_CFLAGS to build when enabled --- src/gallium/Mak

[Mesa-dev] [Bug 28433] Mesa DRI Intel 845G GEM Drivers returning artifacts in textures that can lockup PC on glxSwapBuffers.

2010-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28433 Tollef Fog Heen changed: What|Removed |Added Product|freedesktop.org |Mesa Component|Bugzilla

Re: [Mesa-dev] RFC: array textures in gallium and assorted cleanups

2010-06-11 Thread Keith Whitwell
On Thu, 2010-06-10 at 12:23 -0700, Roland Scheidegger wrote: > On 10.06.2010 21:14, Keith Whitwell wrote: > > On Thu, 2010-06-10 at 11:32 -0700, Roland Scheidegger wrote: > >> On 10.06.2010 17:12, Keith Whitwell wrote: > >>> On Thu, 2010-06-10 at 07:29 -0700, Brian Paul wrote: > Keith Whitwell