[Mesa-dev] [Bug 31439] New: Crash in glBufferSubData() with size == 0

2010-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31439 Summary: Crash in glBufferSubData() with size == 0 Product: Mesa Version: 7.9 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

Re: [Mesa-dev] Status update of XvMC on R600

2010-11-07 Thread Andy Furniss
Christian König wrote: Hi guys, just wanted to give a little status update for the xvmc state tracker for r600 hardware. I think I found most of the bugs related to progressive video playback and it now seems to work 100%. All the old compliance progressive streams (ones ending 015.m2v, 015

Re: [Mesa-dev] Status update of XvMC on R600

2010-11-07 Thread Christian König
Am Samstag, den 06.11.2010, 22:55 + schrieb Andy Furniss: Testing interlaced on 600g, I notice that (like most -vo) chroma is getting treated as progressive when displayed as weaved, so the teeth may look twice as bad on saturated colours. Maybe this is already on your radar, just

[Mesa-dev] i915_state_derived.c:74:calculate_vertex_layout: Assertion `unit 8' failed.

2010-11-07 Thread Arthur Zhu
r...@arthur-laptop:/home/arthur/projects/wayland/compositor# ./compositor Mesa: Mesa 7.9 DEBUG build Nov 7 2010 20:58:17 Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable Mesa 7.9 implementation error: Incomplete OpenGL ES 2.0 support. Please report

[Mesa-dev] [Bug 31439] Crash in glBufferSubData() with size == 0

2010-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31439 --- Comment #1 from Brian Paul bri...@vmware.com 2010-11-07 08:40:34 PST --- Created an attachment (id=40089) View: https://bugs.freedesktop.org/attachment.cgi?id=40089 Review: https://bugs.freedesktop.org/review?bug=31439attachment=40089

[Mesa-dev] [Bug 31391] Heroes of Newerth crashes with cs parser error

2010-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31391 Stephan Hilb step...@ehilb.de changed: What|Removed |Added CC|

[Mesa-dev] [Bug 31439] Crash in glBufferSubData() with size == 0

2010-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31439 --- Comment #2 from Cyp cyp...@gmail.com 2010-11-07 10:42:57 PST --- (In reply to comment #1) Created an attachment (id=40089) View: https://bugs.freedesktop.org/attachment.cgi?id=40089 Review:

[Mesa-dev] [PATCH] mesa/r300classic: Fix dri2Invalidate/radeon_prepare_render for page flipping.

2010-11-07 Thread Mario Kleiner
A call to radeon_prepare_render() at the beginning of draw operations was placed too deep in the call chain, inside r300RunRenderPrimitive(), instead of r300DrawPrims() where it belongs. This leads to emission of stale target color renderbuffer into the cs if bufferswaps via page-flipping are

[Mesa-dev] [PATCH] mesa/r300classic: Fix dri2Invalidate/radeon_prepare_render for page flipping.

2010-11-07 Thread Mario Kleiner
Alex Deucher is currently preparing patches for page-flipped bufferswaps on radeon hardware. Testing these on a RV530 gpu with the R300 classic driver exposed a bug - We call radeon_prepare_render() too late. This causes massive visual corruption and eventually graphics hangs. The following patch