[Mesa-dev] [PATCH] prog_optimize: get_src_arg_mask() respect writemask for more opcodes

2011-04-05 Thread Tom Stellard
--- 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 @

Re: [Mesa-dev] mesa-dev patches listed on ?

2011-04-05 Thread Eric Anholt
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

Re: [Mesa-dev] Mesa (master): i965: SNB GT1 has only 32k urb and max 128 urb entries.

2011-04-05 Thread Zou, Nanhai
>>-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

Re: [Mesa-dev] Mesa (master): i965: SNB GT1 has only 32k urb and max 128 urb entries.

2011-04-05 Thread Ian Romanick
-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

[Mesa-dev] [Bug 35852] [bisected pineview] oglc case pxconv-read failed

2011-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35852 Ian Romanick changed: What|Removed |Added AssignedTo|mesa-dev@lists.freedesktop. |mar...@gmail.com |org

[Mesa-dev] [Bug 35852] [bisected pineview] oglc case pxconv-read failed

2011-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35852 Ian Romanick changed: What|Removed |Added Component|Drivers/DRI/i915|Mesa core AssignedTo|i...@freedes

[Mesa-dev] mesa-7.10.1-libdrm-required.patch

2011-04-05 Thread Alex Buell
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

[Mesa-dev] [PATCH] mesa: fix dstRowDiff computation in RGTC texstore functions

2011-04-05 Thread Marek Olšák
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.

Re: [Mesa-dev] GSoC : Video decoding state tracker for Gallium3d

2011-04-05 Thread Matt Turner
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

Re: [Mesa-dev] mesa-dev patches listed on ?

2011-04-05 Thread Ian Romanick
-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

Re: [Mesa-dev] GSoC : Video decoding state tracker for Gallium3d

2011-04-05 Thread Emmanuel Andry
★ 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 ===

[Mesa-dev] mesa-dev patches listed on ?

2011-04-05 Thread Sedat Dilek
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:

Re: [Mesa-dev] mesa: remove-driver-date GIT branch

2011-04-05 Thread Sedat Dilek
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. $

Re: [Mesa-dev] [PATCH 1/4] st/mesa: Apply LOD bias from correct texture unit

2011-04-05 Thread Henri Verbeet
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. ___

Re: [Mesa-dev] [PATCH 1/4] st/mesa: Apply LOD bias from correct texture unit

2011-04-05 Thread Brian Paul
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

Re: [Mesa-dev] [PATCH 2/2] prog_optimize: Add simplify CMP optimization pass

2011-04-05 Thread Brian Paul
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 +

Re: [Mesa-dev] [PATCH 1/2] prog_optimize: get_src_arg_mask() respect writemask for OPCODE_CMP

2011-04-05 Thread Brian Paul
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 +++

[Mesa-dev] [Bug 35802] SIGSEGV in _mesa_AreProgramsResidentNV

2011-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35802 Brian Paul changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] [PATCH 2/3] st/mesa: Finalize fbo texture attachments

2011-04-05 Thread Fabian Bieler
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