---
src/mesa/program/prog_optimize.c | 11 +++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/mesa/program/prog_optimize.c b/src/mesa/program/prog_optimize.c
index 164297a..acf0f60 100644
--- a/src/mesa/program/prog_optimize.c
+++ b/src/mesa/program/prog_optimize.c
@
On Tue, 05 Apr 2011 11:27:20 -0700, Ian Romanick wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 04/05/2011 03:21 AM, Sedat Dilek wrote:
>
> > as patches to xorg-devel are already listed in [1], what about doing
> > the same for patches sent to mesa-dev ML?
>
> That's not a bad
>>-Original Message-
>>From: Ian Romanick [mailto:i...@freedesktop.org]
>>Sent: 2011年4月6日 11:06
>>To: mesa-dev@lists.freedesktop.org
>>Cc: Zou, Nanhai
>>Subject: Re: Mesa (master): i965: SNB GT1 has only 32k urb and max 128 urb
>>entries.
>>
>>-BEGIN PGP SIGNED MESSAGE-
>>Hash: SHA1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/02/2011 06:31 PM, Nan hai Zou wrote:
> Module: Mesa
> Branch: master
> Commit: 118ecb1a2226494929a87c36b7802b64451ca004
> URL:
> http://cgit.freedesktop.org/mesa/mesa/commit/?id=118ecb1a2226494929a87c36b7802b64451ca004
>
> Author: Zou Nan ha
https://bugs.freedesktop.org/show_bug.cgi?id=35852
Ian Romanick changed:
What|Removed |Added
AssignedTo|mesa-dev@lists.freedesktop. |mar...@gmail.com
|org
https://bugs.freedesktop.org/show_bug.cgi?id=35852
Ian Romanick changed:
What|Removed |Added
Component|Drivers/DRI/i915|Mesa core
AssignedTo|i...@freedes
The patch below is needed to prevent building mesa with libdrm <
2.4.24.
Regards,
Alex
diff --git a/configure.ac b/configure.ac
index 6662b8a..ad9eb01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR([bin])
AC_CANONICAL_HOST
dnl Versions for external dependenc
Copied from libtxc_dxtn, this fixes NPOT RGTC1 textures with r300g.
I also did the same for RGTC2.
---
src/mesa/main/texcompress_rgtc.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/mesa/main/texcompress_rgtc.c b/src/mesa/main/texcompress_rgtc.c
index c50df19.
On Tue, Apr 5, 2011 at 1:25 PM, Emmanuel Andry wrote:
> I thought vdpau was for nvidia only.
> Wouldn't it be more universal using vaapi ?
Sort of depends on your definition.
A more important point raised on the Phoronix forums is that VAAPI
supports encoding, while VDPAU does not. But I don't k
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/05/2011 03:21 AM, Sedat Dilek wrote:
> as patches to xorg-devel are already listed in [1], what about doing
> the same for patches sent to mesa-dev ML?
That's not a bad idea. I'm not that familiar with patchwork. Does it
have tools for managi
★ Emeric wrote:
> Hello again !
> Last call for comments, this is the GSoC proposal that I will submit,
> probably tommorow.
>
> Thank you,
> Emeric
>
>
>
> GSoC 2011 Proposal
> Hardware Accelerated VP8 Video Decoding for Gallium3d
>
> Abstract ===
Hi,
as patches to xorg-devel are already listed in [1], what about doing
the same for patches sent to mesa-dev ML?
Regards,
- Sedat -
[1] http://patchwork.freedesktop.org/project/Xorg/list/
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http:
sa master GIT.
I have tested your remove-driver-date GIT branch in mesa with a
linux-next kernel (next-20110405 plus drm-fixes) on a Debian/sid i386
host with a radeon RV250 (see glxinfo output below).
Libdrm is Debian's 2.4.24 and xserver Debian's 1.10.1-RC1 from
experimental branch.
$
On 5 April 2011 17:09, Brian Paul wrote:
> Looks like there was still discussion about 3 and 4.
>
Yeah, but note that Fabian has posted a patch for llvmpipe in fd.o
33886, so provided that one is ok those patches could replace 3 and 4
in this series.
___
On 03/30/2011 09:41 AM, Fabian Bieler wrote:
I've applied patches 1 and 2. Thanks.
Looks like there was still discussion about 3 and 4.
-Brian
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/m
On 04/05/2011 12:20 AM, Tom Stellard wrote:
This pass removes conditions from conditional assignments when possible.
This pass is useful for hardware that requires a lot of lowering passes
that generate many CMP instructions.
---
src/mesa/program/prog_optimize.c | 87 +
On 04/05/2011 12:20 AM, Tom Stellard wrote:
---
src/mesa/program/prog_optimize.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mesa/program/prog_optimize.c b/src/mesa/program/prog_optimize.c
index 164297a..f62d890 100644
--- a/src/mesa/program/prog_optimize.c
+++
https://bugs.freedesktop.org/show_bug.cgi?id=35802
Brian Paul changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Hello!
I don't know of an existing test or bug report about this issue.
The problem is that a texture is only finalized when bound to a texture unit
for rendering from. The texture generation code (st_TexImage) does not
necessarily create a pipe_resource for the texture (or attach the same pipe
19 matches
Mail list logo