[Mesa-dev] gallium-userbuf branch (was: Re: [PATCH 3/9] st/mesa: make user index buffers optional)

2012-04-29 Thread Marek Olšák
On Thu, Apr 26, 2012 at 8:54 PM, Jose Fonseca wrote: > Otherwise I don't see anything wrong with this series. It seems a nice > cleanup/speedup. > > Brian's OOTO till Monday, so allow more time for him to comment. > > Also, once you updated the series, please provide it in a clonable git branch

[Mesa-dev] Radeon LLVM Backend v2

2012-04-29 Thread Dragomir Ivanov
Previous patch was wrong. 0001-Add-llvm.AMDGPU.kill-intrinsic-definition-for-R600-c.patch Description: Binary data ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [Bug 26160] Frets on fire causes GPU lockup (rv670)

2012-04-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26160 --- Comment #1 from Mike Mestnik 2012-04-29 08:40:47 UTC --- Can you get an apitrace? I'm facing a similar issue, however my ib test is passing. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiv

Re: [Mesa-dev] [PATCH 7/9] glcpp: pass gl_context to preprocess()

2012-04-29 Thread nobled
On Sun, Apr 15, 2012 at 6:08 AM, nobled wrote: > On Fri, Apr 13, 2012 at 2:04 PM, Ian Romanick wrote: >> On 04/13/2012 08:52 AM, nobled wrote: >>> >>> --- >>>  src/glsl/glcpp/glcpp.c        |    2 +- >>>  src/glsl/glcpp/glcpp.h        |    4 +++- >>>  src/glsl/glcpp/pp.c           |    3 ++- >>>

[Mesa-dev] [PATCH] mesa: reject immutable textures in glEGLImageTargetTexture2DOES()

2012-04-29 Thread nobled
GL_ARB_texture_storage says: The commands eglBindTexImage, wglBindTexImageARB, glXBindTexImageEXT or EGLImageTargetTexture2DOES are not permitted on an immutable-format texture. They will generate the following errors: - EGLImageTargetTexture2DOES: INVALID_OPERATION - e

Re: [Mesa-dev] [PATCH 3/3] mesa: generate GL_INVALID_VALUE when bufSize < 0

2012-04-29 Thread nobled
On Tue, Apr 24, 2012 at 9:29 AM, Ian Romanick wrote: > On 04/22/2012 09:44 AM, nobled wrote: >> >> Though not explicit in the GL_ARB_robustness extension, >> the GL standard says: >> >>   If a negative number is provided where an argument of type sizei or >>   sizeiptr is specified, the error INVA

[Mesa-dev] LLVM backend

2012-04-29 Thread Dragomir Ivanov
Two patches. One replacing dynamic_casts where their result value is not checked against NULL pointer, so they can be made safely static_casts. Other, defining llvm.AMDGPU.kill instrinsic for R600 class hardware. This enables using "discard" keyword in GLSL. 0001-Since-result-of-dynamic_cast-is-n

[Mesa-dev] [Bug 48441] gnome-control-center crashes

2012-04-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48441 Leonidas Spyropoulos changed: What|Removed |Added CC||artafi...@gmail.com -- Configure

[Mesa-dev] numeric defines in p_shader_tokens.h

2012-04-29 Thread Olivier Galibert
Hi, Is there any (sane?) reason why the defines in p_shader_tokens aren't enums, at least most of them? The tgsi opcodes aren't an exported interface, right? Right? Best, OG. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.f

[Mesa-dev] [PATCH] i965: enable AMD_seamless_cubemap_per_texture for Gen6+

2012-04-29 Thread Chris Forbes
--- src/mesa/drivers/dri/i965/brw_wm_sampler_state.c |2 +- src/mesa/drivers/dri/i965/gen7_sampler_state.c |2 +- src/mesa/drivers/dri/intel/intel_extensions.c|3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c

[Mesa-dev] [PATCH 0/1] i965: Add support for GL_AMD_seamless_cubemap_per_texture

2012-04-29 Thread Chris Forbes
Here is a simple patch which adds support for the GL_AMD_seamless_cubemap_per_texture extension to the i965 driver. This may actually work on pre-Gen6 devices as well, but I haven't been able to test on one. Passes the piglit test for this extension. Originally sent to dri-patches@, but resend

Re: [Mesa-dev] [PATCH] glsl: initialize samplers mapping with 0

2012-04-29 Thread Vadim Girlin
On Sat, 2012-04-28 at 13:02 -0700, Kenneth Graunke wrote: > On 04/28/2012 12:24 PM, Vadim Girlin wrote: > > On Sat, 2012-04-28 at 11:42 -0700, Kenneth Graunke wrote: > >> On 04/28/2012 11:20 AM, Vadim Girlin wrote: > >>> According to GLSL 1.30 specification, initial value for all uniforms > >>> wit