[Mesa-dev] [PATCH] llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.

2012-12-02 Thread jfonseca
From: James Benton This required an update for the query storage in llvmpipe, there can now be an active query per query type, so an occlusion query can run at the same time as a time elapsed query. Based on PIPE_QUERY_TIME_ELAPSED patch from Dave Airlie . --- src/gallium/auxiliary/os/os_time.c

[Mesa-dev] [PATCH] glcpp: Rewrite line-continuation support to act globally.

2012-12-02 Thread >
From: Carl Worth Previously, we were only supporting line-continuation backslash characters within lines of pre-processor directives, (as per the specification). With OpenGL 4.2 and GLES3, line continuations are now supported anywhere within a shader. While changing this, also fix a bug where th

[Mesa-dev] numeric_limits::infinity() on android

2012-12-02 Thread Liu
Hi, Chad, I notice that you have submitted a fix android build for glsl.(5497cc428fa7c6670d252d34f4a67c9498ae3895). as you pointed out, you included "external/astl" and plan to submit the second half fix to upstream. what's going on for the second half? i update my android astl to the newes

Re: [Mesa-dev] FOSDEM2013: DevRoom or not?

2012-12-02 Thread Michael Hasselmann
On Fri, 2012-09-28 at 23:51 +0200, Luc Verhaegen wrote: > We still have, i hope (depends on what the FOSDEM organizers have left > for us), 6 slots fully open: first come first serve, and the earlier > bird gets the nicer slot! > > Thanks all, especially those who stepped up already. What's the

[Mesa-dev] [PATCH] i965/vs: Fix use of uninitialized memory with INTEL_DEBUG=vs.

2012-12-02 Thread Kenneth Graunke
This regressed when I split out vec4_generator. --- src/mesa/drivers/dri/i965/brw_vec4_emit.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_vec4_emit.cpp b/src/mesa/drivers/dri/i965/brw_vec4_emit.cpp index 12694e2..5637b22 100644 --- a/src/mesa/drivers/dri/

Re: [Mesa-dev] [PATCH] st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0

2012-12-02 Thread Kenneth Graunke
On 12/02/2012 04:12 PM, Brian Paul wrote: From: Brian Paul Only fail if GLX_SAMPLE_BUFFERS_ARB or GLX_SAMPLES_ARB are non-zero. We were already doing this in the older swrast/glx code. This fixes a piglit/waffle problem where we'd always fail to get a visual/config and report the test as "skip

Re: [Mesa-dev] Please test the automake-gallium4 branch

2012-12-02 Thread Marek Olšák
On Mon, Dec 3, 2012 at 2:30 AM, Emil Velikov wrote: > On 03/12/12 00:15, Marek Olšák wrote: >> On Sun, Dec 2, 2012 at 9:48 PM, Emil Velikov >> wrote: >>> On 23/11/12 21:23, Andreas Boll wrote: Hi mesa-list, I'm happy to announce that I've finished Matt's automake-gallium branch >

Re: [Mesa-dev] Please test the automake-gallium4 branch

2012-12-02 Thread Emil Velikov
On 03/12/12 00:15, Marek Olšák wrote: > On Sun, Dec 2, 2012 at 9:48 PM, Emil Velikov wrote: >> On 23/11/12 21:23, Andreas Boll wrote: >>> Hi mesa-list, >>> >>> I'm happy to announce that I've finished Matt's automake-gallium branch [0]. >>> Some of the independent patches are already in the master

Re: [Mesa-dev] Please test the automake-gallium4 branch

2012-12-02 Thread Marek Olšák
On Sun, Dec 2, 2012 at 9:48 PM, Emil Velikov wrote: > On 23/11/12 21:23, Andreas Boll wrote: >> Hi mesa-list, >> >> I'm happy to announce that I've finished Matt's automake-gallium branch [0]. >> Some of the independent patches are already in the master branch. >> I've fixed the missing symbols in

[Mesa-dev] [PATCH] st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0

2012-12-02 Thread Brian Paul
From: Brian Paul Only fail if GLX_SAMPLE_BUFFERS_ARB or GLX_SAMPLES_ARB are non-zero. We were already doing this in the older swrast/glx code. This fixes a piglit/waffle problem where we'd always fail to get a visual/config and report the test as "skip". --- src/gallium/state_trackers/glx/xlib/

Re: [Mesa-dev] Please test the automake-gallium4 branch

2012-12-02 Thread Emil Velikov
On 23/11/12 21:23, Andreas Boll wrote: > Hi mesa-list, > > I'm happy to announce that I've finished Matt's automake-gallium branch [0]. > Some of the independent patches are already in the master branch. > I've fixed the missing symbols in vdpau and xvmc > and installed lots of compatibility links

[Mesa-dev] [Bug 57802] including GL/gl.h and another gl header causes redefinition warnings

2012-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57802 --- Comment #1 from Matthew Waters --- Created attachment 70909 --> https://bugs.freedesktop.org/attachment.cgi?id=70909&action=edit remove compiler warnings when including GL/gl.h with other gl headers -- You are receiving this mail because:

[Mesa-dev] [Bug 57802] New: including GL/gl.h and another gl header causes redefinition warnings

2012-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57802 Priority: medium Bug ID: 57802 Assignee: mesa-dev@lists.freedesktop.org Summary: including GL/gl.h and another gl header causes redefinition warnings Severity: normal Cla