The hardware supports it; there's no reason not to.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
b/src/mesa/drivers/dri/i965/brw_fs_visitor.c
https://bugs.freedesktop.org/show_bug.cgi?id=47124
Mike Lothian changed:
What|Removed |Added
Platform|Other |x86 (IA32)
OS/Version|All
https://bugs.freedesktop.org/show_bug.cgi?id=47124
Bug #: 47124
Summary: libEGL.la fails during linking
Classification: Unclassified
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Seve
There are several cases in which we need to explicity "rebase" colors
(ex: set G=B=0) when getting GL_LUMINANCE textures:
1. If the luminance texture is actually stored as rgba
2. If getting a luminance texture, but returning rgba
3. If getting an rgba texture, but returning luminance
Fixes https:
https://bugs.freedesktop.org/show_bug.cgi?id=37274
--- Comment #6 from rodrigo2kpere...@gmail.com 2012-03-08 18:22:09 PST ---
Created attachment 58214
--> https://bugs.freedesktop.org/attachment.cgi?id=58214
RS740 debug info
Same bug on radeon 2100 integrated video (RS740). I don't know how I c
FWIW, I think that debug builds of Mesa should allow debugging options all the
time. Secure installs should use release builds.
The added code lines are not portable, so they need to be compiled
conditionally . At least #if !defined(_WIN32) ... #endif .
Jose
- Original Message -
> Whe
- Original Message -
> This gets xine working with VDPAU.
>
> v2: some minor bugfixes.
> v3: create the resource with the subsampled
> format to avoid tilling problems
>
> Signed-off-by: Christian König
[...]
> @@ -269,18 +307,21 @@ vl_video_buffer_sampler_view_components(struct
>
Unfortunately, Unigine Heaven 3.0 still needs this.
NOTE: This is a candidate for the 8.0 branch.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/common/drirc |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/mesa/drivers/dri/common/drirc
b/src/mesa/driv
The comment fix is good. But I rather not having more of these helper
functions. More details shortly..
Jose
- Original Message -
> Also fix comment about subsampled formats.
>
> Signed-off-by: Christian König
> ---
> src/gallium/auxiliary/util/u_format.h |9 -
> 1 files
---
src/gallium/state_trackers/egl/x11/native_dri2.c | 27 +++--
src/gallium/state_trackers/egl/x11/x11_screen.c | 11 +
src/gallium/state_trackers/egl/x11/x11_screen.h |5
3 files changed, 40 insertions(+), 3 deletions(-)
diff --git a/src/gallium/state_trac
---
src/gallium/state_trackers/egl/x11/native_dri2.c | 20 +---
src/gallium/state_trackers/egl/x11/x11_screen.c |8
src/gallium/state_trackers/egl/x11/x11_screen.h |4
3 files changed, 29 insertions(+), 3 deletions(-)
diff --git a/src/gallium/state_tracke
---
.../state_trackers/egl/common/egl_g3d_api.c| 21
src/gallium/state_trackers/egl/common/native.h |5
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/src/gallium/state_trackers/egl/common/egl_g3d_api.c
b/src/gallium/state_trackers/egl/
https://bugs.freedesktop.org/show_bug.cgi?id=46679
Anuj Phogat changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|mesa-dev@lists
Christian König wrote:
mplayer sw decode + yuy2 vdpau output is corrupted.
Yeah, still working on that. The problem is tilling related, just
disable 2D tilling and it works like a charm. I think I've found the
problem right now and going to send out some fixed patches in the next
couple of minu
https://bugs.freedesktop.org/show_bug.cgi?id=47066
--- Comment #13 from diego.abele...@gmail.com 2012-03-08 10:48:23 PST ---
Ok,
So when I start "DISPLAY=:0 glxinfo" I get both screens first the nouveau
screen (0) then the radeon one (1).
when I start "DISPLAY=:0.0 glxinfo -b" I get "33"
when I st
https://bugs.freedesktop.org/show_bug.cgi?id=45277
Damien Grassart changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Hi Brian,
Please the the gdb backtrace if I only add vs check. Maybe you have a
better idea on this issue. I am using the git 8.0 branch.
vic@debian:~/mesa/src/gallium$ git diff
diff --git a/src/gallium/drivers/svga/svga_state_need_swtnl.c
b/src/gallium/driver
This fixes a crash in XBMC, but we still doesn't see a picture.
Signed-off-by: Christian König
---
src/gallium/winsys/g3dvl/dri/dri_winsys.c | 33
1 files changed, 23 insertions(+), 10 deletions(-)
diff --git a/src/gallium/winsys/g3dvl/dri/dri_winsys.c
b/src/gall
Just another xine workaround.
Signed-off-by: Christian König
---
src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c |2 ++
src/gallium/auxiliary/vl/vl_vlc.h |1 -
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c
b/src
Signed-off-by: Christian König
---
src/gallium/state_trackers/vdpau/device.c |4 ++--
src/gallium/state_trackers/vdpau/output.c |4
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/gallium/state_trackers/vdpau/device.c
b/src/gallium/state_trackers/vdpau/device.c
in
For reasons I don't understand xine tries to set
the surface format by using a zero pitch.
Signed-off-by: Christian König
---
src/gallium/state_trackers/vdpau/surface.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gallium/state_trackers/vdpau/surface.c
b/src/gal
This gets xine working with VDPAU.
v2: some minor bugfixes.
v3: create the resource with the subsampled
format to avoid tilling problems
Signed-off-by: Christian König
---
src/gallium/auxiliary/vl/vl_video_buffer.c | 53 ---
1 files changed, 47 insertions(+), 6 del
v2: r600 formats are msb first!
Signed-off-by: Christian König
---
src/gallium/drivers/r600/r600_texture.c | 15 +++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/gallium/drivers/r600/r600_texture.c
b/src/gallium/drivers/r600/r600_texture.c
index 923efce..ce6
v2: simplify implementation by using correct swizzle
v3: fix mix with successor patch
Signed-off-by: Christian König
---
src/gallium/auxiliary/util/u_format.csv |2 +
src/gallium/auxiliary/util/u_format_yuv.c | 48 +
src/gallium/auxiliary/util/u_format_yuv.h |
Just to keep lp_test_format happy.
Signed-off-by: Christian König
---
src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c | 42 +
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c
b/src/gallium/auxiliary/gallivm
Also fix comment about subsampled formats.
Signed-off-by: Christian König
---
src/gallium/auxiliary/util/u_format.h |9 -
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/gallium/auxiliary/util/u_format.h
b/src/gallium/auxiliary/util/u_format.h
index b9ae7c1..3f47e
On Thu, Mar 08, 2012 at 02:30:30PM +0800, Yuanhan Liu wrote:
> The current code would use tex coord to implement varying inputs. If
> point sprite is enabled(always enabled in chrome and firefox), the tex
> coord would be replaced with the value (x, y, 0, 1) where x and y vary
> from 0 to 1. Thus y
On 08.03.2012 00:19, Andy Furniss wrote:
Emeric Grange wrote:
With today series I get that output :
http://img807.imageshack.us/img807/5593/cran07032012184105.png
I see the same as you - xine works, but can be made to fail.
Well, thanks for testing. Emerics comment that the problem with your
28 matches
Mail list logo