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
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
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
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 ++-
>>>
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=48441
Leonidas Spyropoulos changed:
What|Removed |Added
CC||artafi...@gmail.com
--
Configure
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
---
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
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
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
12 matches
Mail list logo