Oleksiy Krivoshey reported commit
b4bb6680200b5a898583392f4c831c02f41e63f7(dri: Unset current context and
dispatch table when unbinding) causes a regression when he used vaapi
with OpenGL render output on Ironlake.
See: http://lists.freedesktop.org/archive...er/000380.html
The root cause is th
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
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 used,
This patch removes the gl_config::haveDepthBuffer, haveStencilBuffer
and haveAccumBuffer fields. They don't really provide any info that
can't be gleaned from the depthBits, stencilBits,
accumRed/Green/Blue/AlphaBits fields.
If there's no concerns I'll commit this week.
-Brian
>From 51a4c
https://bugs.freedesktop.org/show_bug.cgi?id=31439
--- Comment #2 from Cyp 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: https://bugs.freedesktop.org/review?bug=31439&attachment=40089
>
https://bugs.freedesktop.org/show_bug.cgi?id=31391
Stephan Hilb changed:
What|Removed |Added
CC||mesa-...@lists.freedesktop.
https://bugs.freedesktop.org/show_bug.cgi?id=31439
--- Comment #1 from Brian Paul 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=31439&attachment=40089
patch to no-op glBuff
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 at
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, jus
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
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
Priority
11 matches
Mail list logo