LLVM 3.4 r193971 removed llvm::DisablePrettyStackTrace and made the
pretty stack trace opt-in rather than opt-out.
Signed-off-by: Vinson Lee
---
src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
b/sr
On 11/03/2013 02:50 PM, Kenneth Graunke wrote:
On 11/03/2013 01:51 PM, Chad Versace wrote:
The new option clamps GL_MAX_SAMPLES to a hardware-supported MSAA mode.
If negative, then no clamping occurs.
v2: (for Paul)
- Add option to i965 only, not to all DRI drivers.
- Do not realy on int-
This fixes the build for me
Feel free to add my tested by
On 1 November 2013 15:25, Aaron Watry wrote:
> dso_list was added as an argument for createInternalizePass in 3.4, and
> then
> it was removed again in the same llvm version.
> ---
> src/gallium/state_trackers/clover/llvm/invocation.cp
cfg is only used inside for loop so also move declaration there.
Fixes "Unused pointer value" defect reported by Coverity.
Signed-off-by: Vinson Lee
---
src/gallium/drivers/nouveau/nvc0/nvc0_query.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/gallium/drivers/nouve
Fixes "Overflowed return value" defects reported by Coverity.
Signed-off-by: Vinson Lee
---
src/gallium/drivers/r600/r600_isa.h | 9 +
1 file changed, 9 insertions(+)
diff --git a/src/gallium/drivers/r600/r600_isa.h
b/src/gallium/drivers/r600/r600_isa.h
index c6bb869..5b9c3d0 100644
--
Fixes "Missing break in switch" reported by Coverity.
Signed-off-by: Vinson Lee
---
src/gallium/drivers/r600/r600_shader.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/drivers/r600/r600_shader.c
b/src/gallium/drivers/r600/r600_shader.c
index ce15cd7..d6cbfd7 100644
--- a/src/
Fixes "Uninitialized scalar field" defect reported by Coverity.
Signed-off-by: Vinson Lee
---
src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
b/src/mesa/drivers/dri/i965/brw_sched
On 11/03/2013 01:51 PM, Chad Versace wrote:
> The new option clamps GL_MAX_SAMPLES to a hardware-supported MSAA mode.
> If negative, then no clamping occurs.
>
> v2: (for Paul)
> - Add option to i965 only, not to all DRI drivers.
> - Do not realy on int->uint cast to convert negative
> val
https://bugs.freedesktop.org/show_bug.cgi?id=71199
--- Comment #1 from Roland Scheidegger ---
My guess would be the test is invalid.
The "mrd" meaning is very precise both in d3d10 and OpenGl, and we were being
sloppy there before - it really should be exactly one bit (for unorm depth
formats).
I
https://bugs.freedesktop.org/show_bug.cgi?id=71110
--- Comment #4 from Vinson Lee ---
attachment 88493 fixes the build for me.
Tested-by: Vinson Lee
--
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
Kristian Høgsberg writes:
> I sent a reply to the sourceforge addresses in the original emails,
> but I didn't see it show up in the archives. Trying again with the
> freedesktop addresses.
(sorry for having an ancient shell script with sourceforge addresses in
it)
>> +typedef uint32_t *
>> +(
From: Christopher James Halse Rogers
With DRI3 and the various EGL loaders, GEM names are no longer the
lingua franca of winsys integration. Passing around GEM names in the
__DRIbuffer struct is getting passé.
Attached is a rough first pass at what passing GEM handles rather than
names around in
The new option clamps GL_MAX_SAMPLES to a hardware-supported MSAA mode.
If negative, then no clamping occurs.
v2: (for Paul)
- Add option to i965 only, not to all DRI drivers.
- Do not realy on int->uint cast to convert negative
values to large positive values. Explicitly check for
cla
On 11/02/2013 12:21 PM, Kenneth Graunke wrote:
On 11/02/2013 08:41 AM, Chad Versace wrote:
This clamps GL_MAX_SAMPLES to the given value. If negative, then no
clamping occurs.
CC: Paul Berry
CC: Eric Anholt
Signed-off-by: Chad Versace
---
This patch lives on my branch driconf-clamp-max_sam
Hello,
This patch implements accelerated path for glDrawPixels from a PBO in
i965. The code follows what intel_pixel_read, intel_pixel_copy,
intel_pixel_bitmap and intel_tex_image are doing. Piglit quick.tests
show no regressions. In my testing on IVB, performance improvement is
huge (about 30x, d
https://bugs.freedesktop.org/show_bug.cgi?id=71199
Priority: medium
Bug ID: 71199
Keywords: regression
CC: jfons...@vmware.com, mcclu...@vmware.com,
srol...@vmware.com
Assignee: mesa-dev@lists.freedesktop.org
I have put some comments below but otherwise the patch is
reviewed-by: Vincent Lejeune
>-- next part --
>>From 2eb4673e3184af0e077cbe30a594602441e8d98e Mon Sep 17 00:00:00 2001 >From:
>>Tom Stellard
>Date: Thu, 5 Sep 2013 08:59:32 -0700
>Subject: [PATCH] R600: Fix sched
---
lib/Target/R600/AMDGPUCallingConv.td| 15 -
lib/Target/R600/R600ISelLowering.cpp| 55 ++--
lib/Target/R600/R600Instructions.td | 2 +-
lib/Target/R600/R600Intrinsics.td | 8 ++-
test/CodeGen/R600/big_alu.ll
---
src/gallium/drivers/r600/r600_llvm.c | 125 -
src/gallium/drivers/r600/r600_shader.c | 2 +
src/gallium/drivers/radeon/radeon_llvm.h | 1 +
.../drivers/radeon/radeon_setup_tgsi_llvm.c| 2 +-
4 files changed, 75 insertions(+)
Hi Tom
On Tue, Oct 29, 2013 at 9:00 PM, Tom Stellard wrote:
> From: Tom Stellard
>
> DRM_IOCTL_VERSION is not currently a legal ioctl for render nodes, so we
> need to hard code the drm version when drmGetVersion() returns NULL.
> ---
This is already in 3.12:
https://git.kernel.org/cgit/linu
https://bugs.freedesktop.org/show_bug.cgi?id=34495
--- Comment #75 from kao_chen ---
The Mesa packages 9.2.2 arrived yesterday in Debian Testing. I am no longer
affected by this bug in Blender. I can switch from a big object to another
easily. I have used Blender more than two hours now, It's wo
21 matches
Mail list logo