[Mesa-dev] [Bug 28071] undefined reference to `__egl InitDriverFallbacks'

2010-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28071 Vinson Lee changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure bugmail: https://bugs.

[Mesa-dev] [Bug 24318] Fix building of GLSL demos which use M_PI when M_PI is not defined by math.h

2010-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24318 Jon TURNEY changed: What|Removed |Added Attachment #35298|0 |1 is obsolete|

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

2010-07-16 Thread Brian Paul
On Fri, Jul 16, 2010 at 4:42 PM, Jerome Glisse wrote: > On 07/16/2010 03:18 PM, Chia-I Wu wrote: >> >> On Sat, Jul 17, 2010 at 2:28 AM, Jakob Bornecrantz >>  wrote: >>> >>> On Fri, Jul 16, 2010 at 11:10 AM, Chia-I Wu  wrote: Hi all, This patch series replaces  st_cont

Re: [Mesa-dev] C extensions in Mesa

2010-07-16 Thread Corbin Simpson
We cater to MSVC, so sections of code not protected by PIPE_ARCH need to be C89. Additionally, clarity is valued over tenseness. Elegance is even better, but there aren't many opportunities for that in this sort of code. :3 Posting from a mobile, pardon my terseness. ~ C. On Jul 16, 2010 3:52 PM,

[Mesa-dev] C extensions in Mesa

2010-07-16 Thread Segovia, Benjamin
Hello all, I did not find specific information about that. What is allowed in Mesa code base regarding C? Can I use C99 extensions (like variable not in the top of the scope, c++ comments) or gcc specific extensions (__vectors, labels as values...)? Cheers, Ben _

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

2010-07-16 Thread Jerome Glisse
On 07/16/2010 03:18 PM, Chia-I Wu wrote: On Sat, Jul 17, 2010 at 2:28 AM, Jakob Bornecrantz wrote: On Fri, Jul 16, 2010 at 11:10 AM, 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::d

Re: [Mesa-dev] Bug in _mesa_meta_GenerateMipmap

2010-07-16 Thread Brian Paul
On 07/11/2010 09:06 AM, Maciej Cencora wrote: Hi, while working on failing piglit tests I've stumbled on a problem with _mesa_meta_GenerateMipmap. The function creates new texture images for lower mipmap levels, but during call to glTexImage the format and type are hardcoded to GL_RGBA and GL_UN

Re: [Mesa-dev] [PATCH] softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear().

2010-07-16 Thread Michal Krol
W dniu 2010-07-16 23:55, Brian Paul pisze: On 07/16/2010 03:42 PM, Michal Krol wrote: From d69307c0f25b753ce8abebc940812a5fd352cb59 Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Fri, 16 Jul 2010 23:38:51 +0200 Subject: [PATCH] softpipe: Support non-depth-stencil formats in sp_tile_cache_f

Re: [Mesa-dev] [PATCH 1/2] Skip fbo readdrawpix and copypix tests if EXT_framebuffer_blit isn't available

2010-07-16 Thread Brian Paul
On 07/16/2010 12:21 PM, Maciej Cencora wrote: Signed-off-by: Maciej Cencora --- tests/fbo/fbo-copypix.c |1 + tests/fbo/fbo-readdrawpix.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tests/fbo/fbo-copypix.c b/tests/fbo/fbo-copypix.c index ac6547d..362459b

Re: [Mesa-dev] [PATCH] softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear().

2010-07-16 Thread Brian Paul
On 07/16/2010 03:42 PM, Michal Krol wrote: From d69307c0f25b753ce8abebc940812a5fd352cb59 Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Fri, 16 Jul 2010 23:38:51 +0200 Subject: [PATCH] softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear(). --- src/gallium/drivers/softp

[Mesa-dev] [Bug 29044] GLSL compiler tracker

2010-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29044 Bug 29044 depends on bug 28055, which changed state. Bug 28055 Summary: glsl-texcoord-array fails GLSL compilation https://bugs.freedesktop.org/show_bug.cgi?id=28055 What|Old Value |New Value

[Mesa-dev] [PATCH] softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear().

2010-07-16 Thread Michal Krol
>From d69307c0f25b753ce8abebc940812a5fd352cb59 Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Fri, 16 Jul 2010 23:38:51 +0200 Subject: [PATCH] softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear(). --- src/gallium/drivers/softpipe/sp_tile_cache.c |6 +- 1 files ch

[Mesa-dev] [Bug 29044] GLSL compiler tracker

2010-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29044 Bug 29044 depends on bug 28055, which changed state. Bug 28055 Summary: glsl-texcoord-array fails GLSL compilation https://bugs.freedesktop.org/show_bug.cgi?id=28055 What|Old Value |New Value

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

2010-07-16 Thread Chia-I Wu
On Sat, Jul 17, 2010 at 2:28 AM, Jakob Bornecrantz wrote: > On Fri, Jul 16, 2010 at 11:10 AM, 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 >>

[Mesa-dev] [Bug 29044] GLSL compiler tracker

2010-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29044 Bug 29044 depends on bug 28055, which changed state. Bug 28055 Summary: glsl-texcoord-array fails GLSL compilation https://bugs.freedesktop.org/show_bug.cgi?id=28055 What|Old Value |New Value

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

2010-07-16 Thread Jakob Bornecrantz
On Fri, Jul 16, 2010 at 11:10 AM, 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_context::dra

[Mesa-dev] [PATCH 2/2] Add one ignore string

2010-07-16 Thread Maciej Cencora
Signed-off-by: Maciej Cencora --- tests/all.tests |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/all.tests b/tests/all.tests index 4a7bff0..a3bc15f 100644 --- a/tests/all.tests +++ b/tests/all.tests @@ -923,4 +923,5 @@ Test.ignoreErrors.append(re.compile("Mesa: Use

[Mesa-dev] [PATCH 1/2] Skip fbo readdrawpix and copypix tests if EXT_framebuffer_blit isn't available

2010-07-16 Thread Maciej Cencora
Signed-off-by: Maciej Cencora --- tests/fbo/fbo-copypix.c |1 + tests/fbo/fbo-readdrawpix.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tests/fbo/fbo-copypix.c b/tests/fbo/fbo-copypix.c index ac6547d..362459b 100644 --- a/tests/fbo/fbo-copypix.c +++ b/tests/f

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

2010-07-16 Thread Chia-I Wu
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_context::draw_vbo(struct pipe_context *pipe, const struct

[Mesa-dev] [Bug 29094] Fail to build examples for OpenVG and ES for FreeBSD

2010-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29094 --- Comment #3 from Thinker 2010-07-16 08:46:55 PDT --- Something like -I/usr/local/include and -L/usr/local/lib. They are necessary to build demos for FreeBSD. From: bugzilla-dae...@freedesktop.org Subject: [Bug 29094] Fail to build examples f

[Mesa-dev] [Bug 29094] Fail to build examples for OpenVG and ES for FreeBSD

2010-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29094 nobled changed: What|Removed |Added Attachment #37102|application/octet-stream|text/plain mime type|

[Mesa-dev] [Bug 29094] Fail to build examples for OpenVG and ES for FreeBSD

2010-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29094 nobled changed: What|Removed |Added Attachment #37101|application/octet-stream|text/plain mime type|

[Mesa-dev] [Bug 29094] Fail to build examples for OpenVG and ES for FreeBSD

2010-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29094 --- Comment #2 from Chia-I Wu 2010-07-16 05:47:33 PDT --- I am not sure about the second patch. Did you have CFLAGS and/or LDFLAGS set? What were their values? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Mesa-dev] [Bug 29093] Can not build EGL drivers based on Gallium for FreeBSD

2010-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29093 Chia-I Wu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 29088] Missing libdrm cflags/libs for src/egl/drivers/dri2

2010-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29088 Chia-I Wu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|