This one was sent before my registration in the mailing list. *Then* I
registered and sent the copy-and-pasted previous email. This one was sent
before the one that got two answers.
Sorry for that and thanks for the answers
--bloboidum
On Sun, Nov 21, 2010 at 11:34 PM, Matt Turner wrote:
> On Sa
On Sat, Nov 20, 2010 at 8:47 PM, bloboidum wrote:
> Hello Mesa folks,
> Is there any Opengl 3.2 planned in any of the stacks (Mesa Classics,
> Gallium)? Do you have a road map to catch up other vendors upto opengl 4 for
> HWs which support requested features?
> Cheers,
> --bloboidum
You sent this
Hello Mesa folks,
Is there any Opengl 3.2 planned in any of the stacks (Mesa Classics,
Gallium)? Do you have a road map to catch up other vendors upto opengl 4 for
HWs which support requested features?
Cheers,
--bloboidum
___
mesa-dev mailing list
mesa-de
Am Sonntag, den 21.11.2010, 21:03 + schrieb Andy Furniss:
> Cool, but I just updated both trees and have lost rendering on my rv670,
> the window is just mid grey.
I had this problem a couple of times while figuring out how to render to
a buffer and then use this buffer again to render to the
https://bugs.freedesktop.org/show_bug.cgi?id=31569
Vinson Lee changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=31568
Vinson Lee changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=31800
Marek Olšák changed:
What|Removed |Added
Component|Drivers/Gallium/r300|Mesa core
AssignedTo|dri-de...@lis
On Sun, Nov 21, 2010 at 4:11 PM, Tilman Sauerbeck wrote:
> Jerome Glisse [2010-11-21 11:07]:
>> On Sun, Nov 21, 2010 at 10:30 AM, Tilman Sauerbeck
>> wrote:
>> > Signed-off-by: Tilman Sauerbeck
>> > ---
>> >
>> > This is pretty ugly, but hopefully it will make a proper fix easier
>> > to impleme
---
src/mesa/state_tracker/st_extensions.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mesa/state_tracker/st_extensions.c
b/src/mesa/state_tracker/st_extensions.c
index 8c3fa0e..e72caa3 100644
--- a/src/mesa/state_tracker/st_extensions.c
+++ b/src/mesa/state_track
Jerome Glisse [2010-11-21 11:07]:
> On Sun, Nov 21, 2010 at 10:30 AM, Tilman Sauerbeck
> wrote:
> > Signed-off-by: Tilman Sauerbeck
> > ---
> >
> > This is pretty ugly, but hopefully it will make a proper fix easier
> > to implement :)
> >
> > src/gallium/drivers/r600/r600_asm.c | 30
> > +
Christian König wrote:
Hi everybody,
just wanted to note that I got the first implementation of the XvMC iDCT
code working.
Cool, but I just updated both trees and have lost rendering on my rv670,
the window is just mid grey.
Another Issue which started with the last batch of changes/ddx ch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11/20/2010 05:09 PM, Marek Olšák wrote:
> Gallium drivers pass all piglit tests for the two (there are 12 tests
> for separate_shader_objects and 5 tests for explicit_attrib_location),
> and I was told the extensions don't need any driver-specific c
On 11/20/2010 06:09 PM, Marek Olšák wrote:
Gallium drivers pass all piglit tests for the two (there are 12 tests
for separate_shader_objects and 5 tests for explicit_attrib_location),
and I was told the extensions don't need any driver-specific code.
I made them dependent on PIPE_CAP_GLSL.
---
On Sat, Nov 20, 2010 at 6:49 PM, bloboidum wrote:
> Hello Mesa folks,
> Is there any Opengl 3.2 planned in any of the stacks (Mesa Classics,
> Gallium)? Do you have a road map to catch up other vendors upto opengl 4 for
> HWs which support requested features?
We're chipping away at the 3.x featur
On Sun, Nov 21, 2010 at 9:23 AM, Christian König
wrote:
> Hi everybody,
>
> just wanted to note that I got the first implementation of the XvMC iDCT
> code working. The luma/chroma scaling and clamping still need some work,
> but beside from that the pure matrix multiplication seems to work fine.
On Sun, Nov 21, 2010 at 10:30 AM, Tilman Sauerbeck
wrote:
> Signed-off-by: Tilman Sauerbeck
> ---
>
> This is pretty ugly, but hopefully it will make a proper fix easier
> to implement :)
>
> src/gallium/drivers/r600/r600_asm.c | 30 +-
> src/gallium/drivers/r600
On Sat, Nov 20, 2010 at 8:49 PM, bloboidum wrote:
> Hello Mesa folks,
> Is there any Opengl 3.2 planned in any of the stacks (Mesa Classics,
> Gallium)? Do you have a road map to catch up other vendors upto opengl 4 for
> HWs which support requested features?
It's a work in progess. See the foll
On Sun, Nov 21, 2010 at 7:29 AM, Joakim Sindholt wrote:
> I use these in st_nine and it's been bugging me for a long time.
FWIW:
http://en.wikipedia.org/wiki/Guard_band_clipping
The guardband clipping regs on r3xx-r5xx are:
VAP_GB_VERT_CLIP_ADJ
VAP_GB_VERT_DISC_ADJ
VAP_GB_HORZ_CLIP_ADJ
VAP_GB_HO
Signed-off-by: Tilman Sauerbeck
---
This is pretty ugly, but hopefully it will make a proper fix easier
to implement :)
src/gallium/drivers/r600/r600_asm.c| 30 +-
src/gallium/drivers/r600/r600_asm.h|1 +
src/gallium/drivers/r600/r600_shader.c |7 ++
Hi everybody,
just wanted to note that I got the first implementation of the XvMC iDCT
code working. The luma/chroma scaling and clamping still need some work,
but beside from that the pure matrix multiplication seems to work fine.
At the moment it uses a quite inefficient two stage approach and
Hi Joakim,
it looks good to me. It seems to match what wined3d returns.
Marek
On Sun, Nov 21, 2010 at 1:29 PM, Joakim Sindholt wrote:
> I use these in st_nine and it's been bugging me for a long time.
>
> ___
> mesa-dev mailing list
> mesa-dev@lists.
https://bugs.freedesktop.org/show_bug.cgi?id=31587
--- Comment #4 from Chia-I Wu 2010-11-21 05:06:31 PST ---
That would be great. Can you also provide the instructions to run cairo tests
with OpenVG backend, or even better, a simpler test case that demonstrate the
issue(s).
--
Configure bugmai
https://bugs.freedesktop.org/show_bug.cgi?id=25719
--- Comment #5 from Hristo Ivanov 2010-11-21 05:02:56 PST ---
Hello,
I can reproduce this bug every time, both with Fedora 13 and 14, latest KDE.
Just enabling desktop effects causes the error. Please see the following bug
reports, already poste
I use these in st_nine and it's been bugging me for a long time.
>From be1f3601e72f21453cba7f5a5e113caa811d1be4 Mon Sep 17 00:00:00 2001
From: Joakim Sindholt
Date: Sun, 21 Nov 2010 13:24:03 +0100
Subject: [PATCH] r300g: silence guard band cap errors
Somebody should find out what these are. It ca
https://bugs.freedesktop.org/show_bug.cgi?id=31568
--- Comment #7 from Chia-I Wu 2010-11-21 02:35:17 PST ---
The patch should also fix bug 31569.
This should be a candidate for the 7.9 branch.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving
On Sat, 20 Nov 2010 22:43:56 +0100, Jakob Bornecrantz
wrote:
> On Fri, Nov 19, 2010 at 11:38 PM, Daniel Vetter
> wrote:
> > Â #define BUF_3D_TILED_SURFACE Â (1<<22)
> > Â #define BUF_3D_TILE_WALK_X Â Â 0
> > Â #define BUF_3D_TILE_WALK_Y Â Â (1<<21)
> > +#define BUF_3D_TILE_BITS(tiling) (((
26 matches
Mail list logo