[Mesa-dev] [PATCH] st/mesa: fix max_offset computation for base vertex

2012-04-05 Thread Brian Paul
Add the maximum base vertex offset to max_index (if max_index is not ~0). Fixes a failed assertion in the u_upload_mgr.c code with the VMware svga driver. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=48141 v2: incorporate Marek's suggestions. NOTE: This is a candidate for the 8.0 branch. -

Re: [Mesa-dev] [PATCH 1/2] st/mesa: fix max_offset computation for base vertex

2012-04-05 Thread Brian Paul
On 04/03/2012 01:36 PM, Marek Olšák wrote: On Tue, Apr 3, 2012 at 6:13 PM, Brian Paul wrote: Hi Brian, the !new_array test should stay there, because redefine_user_buffer should only be called if st_validate_varrays wasn't. If new_array is TRUE, we call st_validate_varrays. If it's FALSE, we c

[Mesa-dev] [Bug 48338] Building OpenGL ES 1 and 2 with "make -j" fails with fresh repo

2012-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48338 --- Comment #1 from Alexandre Demers 2012-04-05 14:01:54 PDT --- Created attachment 59539 --> https://bugs.freedesktop.org/attachment.cgi?id=59539 error received when building with make -j Here is the error log when building with "make -j" -

[Mesa-dev] [Bug 48338] Building OpenGL ES 1 and 2 with "make -j" fails with fresh repo

2012-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48338 Alexandre Demers changed: What|Removed |Added Summary|Building ES 1 and 2 with|Building OpenGL ES 1 and 2

[Mesa-dev] [Bug 44557] [regression] Trine: Segfault on launch

2012-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44557 Sven Arvidsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 48351] New: wine FurMark crashes after llvm_pipeline_generic

2012-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48351 Bug #: 48351 Summary: wine FurMark crashes after llvm_pipeline_generic Classification: Unclassified Product: Mesa Version: git Platform: Other OS/Version: All Status:

Re: [Mesa-dev] Southern Islands gallium support

2012-04-05 Thread Alex Deucher
On Thu, Apr 5, 2012 at 11:37 AM, Lucas Stach wrote: > Am Donnerstag, den 05.04.2012, 09:48 -0400 schrieb Alex Deucher: >> I've gone ahead and pushed the initial SI gallium driver to my mesa >> tree on fdo.  The new driver is called radeonsi.  I've left it in my >> personal repo for now as Tom want

Re: [Mesa-dev] [PATCH 1/1] intel: add PCI IDs for Ivy Bridge GT2 server variant

2012-04-05 Thread Ian Romanick
On 03/31/2012 08:43 AM, Eugeni Dodonov wrote: Those IDs are used by Bromolow. Signed-off-by: Eugeni Dodonov Do we have access to any of this hardware to even touch-test? A Tested-by from someone with this GPU would be good. Either way, assuming you've double-checked that the ID is correct,

Re: [Mesa-dev] [PATCH] swrast: Fix memory leaks in blit_linear.

2012-04-05 Thread Ian Romanick
On 04/02/2012 07:51 AM, Brian Paul wrote: On 04/01/2012 12:17 AM, Vinson Lee wrote: Fixes Coverity resource leak defects. NOTE: This is a candidate for the 8.0 branch. Signed-off-by: Vinson Lee --- src/mesa/swrast/s_blit.c | 9 + 1 file changed, 9 insertions(+) diff --git a/src/mesa/sw

Re: [Mesa-dev] [PATCH] i965: Actually upload sampler state pointers for the VS unit on Gen6.

2012-04-05 Thread Ian Romanick
On 04/04/2012 05:07 PM, Kenneth Graunke wrote: We already program all the sampler state correctly, we just didn't give the GPU a pointer to it for the VS stage. Thus, any texturing other than texelFetch() wouldn't work. Fixes piglit test vs-textureLod-miplevels and 99 of oglconform's glsl-bif-t

Re: [Mesa-dev] Southern Islands gallium support

2012-04-05 Thread Lucas Stach
Am Donnerstag, den 05.04.2012, 09:48 -0400 schrieb Alex Deucher: > I've gone ahead and pushed the initial SI gallium driver to my mesa > tree on fdo. The new driver is called radeonsi. I've left it in my > personal repo for now as Tom wants to restructure the llvm stuff > before we merged it into

[Mesa-dev] [Bug 48338] New: Building ES 1 and 2 with "make -j" fails with fresh repo

2012-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48338 Bug #: 48338 Summary: Building ES 1 and 2 with "make -j" fails with fresh repo Classification: Unclassified Product: Mesa Version: git Platform: All OS/Version

[Mesa-dev] Southern Islands gallium support

2012-04-05 Thread Alex Deucher
I've gone ahead and pushed the initial SI gallium driver to my mesa tree on fdo. The new driver is called radeonsi. I've left it in my personal repo for now as Tom wants to restructure the llvm stuff before we merged it into mesa proper. You can find the code here (http://cgit.freedesktop.org/~a

[Mesa-dev] [Bug 47873] [PATCH v2] Building libxatracker.o is broken when using --enable-32-bit on a 64bit OS

2012-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47873 --- Comment #7 from Alexandre Demers 2012-04-05 05:19:38 PDT --- Thank you. About your comment on generating a proper git patch, I was told the same for another patch yesterday morning. So it's noted and I'll remember it for next time. (In repl