[Mesa-dev] [Bug 49539] New: [softpipe] piglit vs-attrib-ivec4-implied regression

2012-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49539 Bug #: 49539 Summary: [softpipe] piglit vs-attrib-ivec4-implied regression Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All)

[Mesa-dev] [Bug 49538] New: [softpipe] piglit fs-texelFetchOffset-2D regression

2012-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49538 Bug #: 49538 Summary: [softpipe] piglit fs-texelFetchOffset-2D regression Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All)

Re: [Mesa-dev] Upcoming Mesa releases

2012-05-05 Thread Ian Romanick
On 05/04/2012 03:57 PM, Kurt Roeckx wrote: On Fri, May 04, 2012 at 08:32:11AM -0700, Ian Romanick wrote: Part of the reason there are so few changes is that people get lazy about cherry picking fixes over. :) Having regularly planned releases (with reminder messages) should help keep people on

Re: [Mesa-dev] [PATCH] r600g: setup COLOR1 for possible dual-src in the framebuffer bind

2012-05-05 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Fri, Apr 27, 2012 at 10:36 AM, Dave Airlie wrote: > From: Dave Airlie > > As pointed out by Marek, if we have only one cb, we may as well add this > single register write here rather than adding it in the draw loop. > > Signed-off-by: Dave Airlie > --- >  src

Re: [Mesa-dev] [PATCH 1/3] vbo: move vbo_draw_method into vbo_context.h

2012-05-05 Thread Marek Olšák
Hi, could somebody please take a look at this series? It changes a couple of things in gl_context and the vbo module. The other two patches are: [PATCH 2/3] mesa: move gl_client_array*[] from vbo_draw_func into gl_context [PATCH 3/3] mesa: add gl_context::NewDriverState and use it for vertex arra

[Mesa-dev] [PATCH] r600g: Handle TGSI_OPCODE_CEIL

2012-05-05 Thread Kai Wasserbäch
Signed-off-by: Kai Wasserbäch --- This patch should enable CEIL on r600g for r600 to Evergreen. Not sure if Cayman's registers are already covered by the EG definitions. As I have never touched any core driver part before, please review carefully. src/gallium/drivers/r600/r600_shader.c |

Re: [Mesa-dev] libGL.so.* are not installed when configured with "--enable-xlib-glx"

2012-05-05 Thread Sven Joachim
On 2012-05-03 11:34 +0200, Sven Joachim wrote: > When configuring mesa git master with "--enable-xlib-glx", the GL > library does not get installed. Bisection showed that this has been broken by commit 8ffb098234: commit 8ffb098234fbc3d2e3c8b3db6912dec9ea7a65eb Author: Eric Anholt Date: Sun F

Re: [Mesa-dev] [PATCH] intel: Disable ARB_framebuffer_object in ES contexts

2012-05-05 Thread Ian Romanick
On 05/03/2012 04:47 PM, Chad Versace wrote: This patch removes ARB_framebuffer_object from the GLES1 and GLES2 extension lists in intel_extensions_es.c. Fixes a crash in the Android browser on Ice Cream Sandwich. The Android browser crashed because it did the following, which is legal in GLES2

[Mesa-dev] [PATCH] Add F2I and I2F TGSI Opcodes to Radeon LLVM backend.

2012-05-05 Thread Aaron Watry
Based on the code from llvmpipe. --- .../drivers/radeon/radeon_setup_tgsi_llvm.c| 30 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c b/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c index d3c4

[Mesa-dev] [Bug 49488] Linux: Suse12.1 64 bit OS: 3D game UT Demo 2004 is not playing

2012-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49488 Daniel Vetter changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] shader_test for glsl-to-tgsi ceil bug

2012-05-05 Thread Christoph Bumiller
Test case for the "glsl_to_tgsi: use TGSI_OPCODE_CEIL for ir_unop_ceil" patch attached. [require] GLSL >= 1.10 [vertex shader] varying float a; void main() { a = 1.0; gl_Position = gl_Vertex; } [fragment shader] varying float a; void main() { float f = ceil(a); gl_

[Mesa-dev] [PATCH 1/2] gallium/drivers: handle TGSI_OPCODE_CEIL

2012-05-05 Thread Christoph Bumiller
--- src/gallium/drivers/i915/i915_fpc_translate.c | 16 src/gallium/drivers/nv30/nvfx_fragprog.c |4 src/gallium/drivers/nv30/nvfx_vertprog.c |4 3 files changed, 24 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/i915/i915_fpc_transla

[Mesa-dev] [PATCH 2/2] glsl_to_tgsi: use TGSI_OPCODE_CEIL for ir_unop_ceil

2012-05-05 Thread Christoph Bumiller
The implementation using FLR was buggy, the second negation could get lost. --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp index 9e68