From: Ian Romanick
---
src/mesa/main/texcompress.c | 63 +++
src/mesa/main/texcompress.h |3 ++
2 files changed, 66 insertions(+), 0 deletions(-)
diff --git a/src/mesa/main/texcompress.c b/src/mesa/main/texcompress.c
index d820ae9..4a8094f 100644
--
From: Ian Romanick
If an application requests a generic compressed format for a texture
and the driver does not pick a specific compressed format, return the
generic base format (e.g., GL_RGBA) for the GL_TEXTURE_INTERNAL_FORMAT
query.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=3165
From: Ian Romanick
The implementation deviated slightly from the GL_EXT_texture_sRGB spec
and from other implementations. A giant comment block was added to
justify the somewhat odd behavior of this function.
In addition, the interface had unnecessary cruft. The 'all' parameter
was false at al
https://bugs.freedesktop.org/show_bug.cgi?id=39420
Andy Furniss changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=39490
Summary: 7.11.RC2 configure doesn't let me disable gallium-llvm
Product: Mesa
Version: git
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority
On 23 July 2011 10:58, Ian Romanick wrote:
> + * explose the 3dc formats through this mechanism.
Typo.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
NOTE: This is a candidate for the 7.11 branch.
---
configure.ac |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 86ba87b..9e9b430 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1699,9 +1699,6 @@ dnl Gallium configuration
dnl
if test
https://bugs.freedesktop.org/show_bug.cgi?id=39490
--- Comment #1 from Marek Olšák 2011-07-23 07:06:29 PDT ---
Patch:
http://lists.freedesktop.org/archives/mesa-dev/2011-July/009799.html
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this ma
https://bugs.freedesktop.org/show_bug.cgi?id=39490
--- Comment #2 from Marek Olšák 2011-07-23 07:08:07 PDT ---
BTW llvm is really disabled. Even if it looks for llvm-config, it doesn't
actually use it for anything.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
-
On Sat, Jul 23, 2011 at 2:58 AM, Ian Romanick wrote:
> From: Ian Romanick
>
> ---
> src/mesa/main/texcompress.c | 63
> +++
> src/mesa/main/texcompress.h | 3 ++
> 2 files changed, 66 insertions(+), 0 deletions(-)
>
> diff --git a/src/mesa/main/texco
On Sat, Jul 23, 2011 at 7:05 AM, Henri Verbeet wrote:
> On 23 July 2011 10:58, Ian Romanick wrote:
>> + * explose the 3dc formats through this mechanism.
> Typo.
Also, look for "comptaibility"
-Brian
___
mesa-dev mailing list
mesa-dev@lists.freedeskto
On Fri, Jul 22, 2011 at 5:54 PM, Christoph Bumiller
wrote:
> On 07/22/2011 11:50 PM, Christoph Bumiller wrote:
>> Trivial fix (I hope), came across this when testing multisampling via
>> RenderbufferMultisample.
>>
>> Christoph
>> ___
>> mesa-dev mailing
On Fri, 22 Jul 2011 14:06:48 -0600, Brian Paul wrote:
> On 07/22/2011 01:32 PM, Eric Anholt wrote:
> > On Thu, 23 Jun 2011 19:08:51 -0600, Brian Paul wrote:
> >>
> >> I'd like to overhaul the part of Mesa related to texture memory
> >> reading/writing.
> >
> > OK, I'm taking a look at map-texture
On 23 July 2011 16:58, Brian Paul wrote:
> Also, look for "comptaibility"
>
Looks like that is actually in the extension spec like that.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
On 22 July 2011 18:17, Eric Anholt wrote:
> On Fri, 22 Jul 2011 15:07:57 -0700, Paul Berry
> wrote:
>> When emitting a MAC instruction in a vertex shader, brw_vs_emit()
>> calls accumulator_contains() to determine whether the accumulator
>> already contains the appropriate addend; if it does, th
On Thu, Jul 21, 2011 at 12:15 PM, Dave Airlie wrote:
> From: Dave Airlie
>
> I've been hacking around trying to make this test work and discovered
> writing some bits up at bit 16 of the exported word seems to act like
> some sort of mask. However I've no idea what this is or why this fixes
> thi
On Sat, Jul 23, 2011 at 9:14 AM, Eric Anholt wrote:
> On Fri, 22 Jul 2011 14:06:48 -0600, Brian Paul wrote:
>> On 07/22/2011 01:32 PM, Eric Anholt wrote:
>> > On Thu, 23 Jun 2011 19:08:51 -0600, Brian Paul wrote:
>> >>
>> >> I'd like to overhaul the part of Mesa related to texture memory
>> >> r
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 07/23/2011 07:53 AM, Brian Paul wrote:
> On Sat, Jul 23, 2011 at 2:58 AM, Ian Romanick wrote:
>> From: Ian Romanick
>>
>> ---
>> src/mesa/main/texcompress.c | 63
>> +++
>> src/mesa/main/texcompress.h |
On Fri, Jul 22, 2011 at 10:00 AM, Brian Paul wrote:
> On 07/21/2011 06:59 PM, Younes Manton wrote:
>>
>> The blend_quad function clobbers the actual render target color/alpha
>> values while applying the destination blend factor, which results in
>> restoring the wrong value during the masking sta
19 matches
Mail list logo