https://bugs.freedesktop.org/show_bug.cgi?id=38970
Gordon Jin changed:
What|Removed |Added
Priority|high|medium
--
Configure bugmail: https://bugs.
On 11/01/2011 06:19 PM, Don Cupp wrote:
> Please forgive if this is the wrong list for these questions or if they
> have already been asked and answered.
>
> I am trying to figure out where the unichrome driver went in the
> 7.12-devel branch and if it is coming back. Anybody have some clues for
Skip PSIZE and POSITION when counting VS outputs.
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=42435
Tested without regressions on evergreen.
Signed-off-by: Vadim Girlin
---
src/gallium/drivers/r600/r600_shader.c |9 ++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --g
Signed-off-by: Yuanhan Liu
---
src/mesa/main/texparam.c | 11 +--
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c
index dc5ee33..b031e18 100644
--- a/src/mesa/main/texparam.c
+++ b/src/mesa/main/texparam.c
@@ -394,12 +39
The ARB_texture_swizzle spec says:
The error INVALID_OPERATION is generated if TexParameteri,
TexParameterf, TexParameteriv, or TexParameterfv, parameter
is TEXTURE_SWIZZLE_R, TEXTURE_SWIZZLE_G, TEXTURE_SWIZZLE_B,
or TEXTURE_SWIZZLE_A, and is not RED, GREEN, BLUE, ALPHA,
ZERO
EXT_framebuffer_object bspec says:
Get Value TypeGet Command Initial
Value
----- ---
---
RENDERBUFFER_INTERNAL_FORMAT_EXT Z+ GetRenderbufferParameterivEXT
RGBA
Signed-
glRenderbufferStorage man page says:
GL_INVALID_VALUE is generated if either of width or height is negative,
or greater than the value of GL_MAX_RENDERBUFFER_SIZE.
Signed-off-by: Yuanhan Liu
---
src/mesa/main/fbobject.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --g
remove another long if condition test. I don't feel a strong need of
this patch. But for it make the code a little simpler(I do think so),
I send it out.
Signed-off-by: Yuanhan Liu
---
src/mesa/swrast/s_texfilter.c | 22 +-
1 files changed, 9 insertions(+), 13 deletions(-)
I've pushed, but it doesn't work on nvidia.
It fails with error 0xc0072096.
Have you tried with different implementations?
Jose
- Original Message -
> ---
> src/wgl/CMakeLists.txt |1 +
> src/wgl/wglcontext.c | 274
>
> 2 files ch
On 11/02/2011 03:56 AM, Yuanhan Liu wrote:
Signed-off-by: Yuanhan Liu
---
src/mesa/main/texparam.c | 11 +--
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c
index dc5ee33..b031e18 100644
--- a/src/mesa/main/texparam.c
On 11/02/2011 03:56 AM, Yuanhan Liu wrote:
The ARB_texture_swizzle spec says:
The error INVALID_OPERATION is generated if TexParameteri,
TexParameterf, TexParameteriv, or TexParameterfv, parameter
is TEXTURE_SWIZZLE_R, TEXTURE_SWIZZLE_G, TEXTURE_SWIZZLE_B,
or TEXTURE_SWIZZLE_
On 11/02/2011 03:56 AM, Yuanhan Liu wrote:
EXT_framebuffer_object bspec says:
Get Value TypeGet Command Initial
Value
----- ---
---
RENDERBUFFER_INTERNAL_FORMAT_EXT Z+
On 11/02/2011 03:56 AM, Yuanhan Liu wrote:
glRenderbufferStorage man page says:
GL_INVALID_VALUE is generated if either of width or height is negative,
or greater than the value of GL_MAX_RENDERBUFFER_SIZE.
Signed-off-by: Yuanhan Liu
---
src/mesa/main/fbobject.c |4 ++--
1 files ch
On 11/02/2011 03:57 AM, Yuanhan Liu wrote:
remove another long if condition test. I don't feel a strong need of
this patch. But for it make the code a little simpler(I do think so),
I send it out.
Signed-off-by: Yuanhan Liu
Reviewed-by: Brian Paul
Hi,
[please cc: me in any replies]
I rebased (with minor cleanups) the patches submitted by Benjamin
Franzke and put them at:
http://cgit.freedesktop.org/~gsap7/mesa/log/?h=tfp
The commits contain links to relevant emails. I tested the patches on
xephyr, please review and test that it still wor
From: Dave Airlie
On a piglit run vs 7.11 this fixes 23 tests.
Signed-off-by: Dave Airlie
---
src/mesa/drivers/dri/radeon/radeon_span.c | 10 --
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/mesa/drivers/dri/radeon/radeon_span.c
b/src/mesa/drivers/dri/radeon/rad
https://bugs.freedesktop.org/show_bug.cgi?id=42516
Bug #: 42516
Summary: Assertion `src.File != TGSI_FILE_NULL' failed with
llvmpipe renderer
Classification: Unclassified
Product: Mesa
Version: 7.11
Platform: x86-64 (A
https://bugs.freedesktop.org/show_bug.cgi?id=42517
Bug #: 42517
Summary: Abort with llvmpipe renderer: ir_swizzle @ 0x2e8f0a0
specifies a channel not present in the value.
Classification: Unclassified
Product: Mesa
Version: 7.11
https://bugs.freedesktop.org/show_bug.cgi?id=42516
Christian Holler (:decoder) changed:
What|Removed |Added
Blocks||42517
--
Configure bugmai
I haven't had the time to pay with the dir/swrast tfp yet, so I can't really
comment the technical details.
But, code de-duplication is always nice. So as long as there is no known
regressions introduced for this, I'm thumbs up.
Jose
- Original Message -
> Hi,
>
> [please cc: me in a
2011/11/2 George Sapountzis :
> Hi,
>
> [please cc: me in any replies]
>
> I rebased (with minor cleanups) the patches submitted by Benjamin
> Franzke and put them at:
Thanks for reminding. I wanted to wait for feedback, but there was no
answer (same as for my comments on the original patches on t
On Wed, Nov 2, 2011 at 4:42 PM, Benjamin Franzke
wrote:
>
> It would have been fair, when you'd have used git-am for applying the
> patches to keep me as author. So if you are ok, I'm going to push my
> original patches.
ok by me, go ahead
___
mesa-dev
I got this error too on nvidia when requesting a context with a version <=
3.2, but from what I understand from the spec, this is not the correct
behavior.
The 0x2096 part corresponds to ERROR_INVALID_PROFILE_ARB (I don't know what
is the meaning of the 0xc007 part and if it is nvidia specific
https://bugs.freedesktop.org/show_bug.cgi?id=42516
José Fonseca changed:
What|Removed |Added
CC||jfons...@vmware.com
--- Comment #1 from J
Hi Kristian,
I got this log from a build daemon:
[...truncated 3700 lines...]
dri2.c:716:4: error: unknown field ‘WaitForMSC’ specified in initializer
dri2.c:718:4: error: unknown field ‘SwapBuffers’ specified in initializer
dri2.c:718:4: warning: excess elements in struct initializer
dri2.c:718:
On Wed, Nov 2, 2011 at 11:43 AM, Jose Fonseca wrote:
> Hi Kristian,
Jose,
Sorry about that, I just pushed a commit to fix these issues.
Kristian
> I got this log from a build daemon:
>
> [...truncated 3700 lines...]
> dri2.c:716:4: error: unknown field ‘WaitForMSC’ specified in initializer
> d
- Original Message -
> On Wed, Nov 2, 2011 at 11:43 AM, Jose Fonseca
> wrote:
> > Hi Kristian,
>
> Jose,
>
> Sorry about that, I just pushed a commit to fix these issues.
>
> Kristian
No prob. That's why build daemons are for. They are happy again now!
Jose
On Tue, 1 Nov 2011 20:58:16 -0700, Paul Berry wrote:
> i965's MUL instruction can't take an immediate value as its first
> argument. So normally, if constant propagation wants to propagate a
> constant into the first argument of a MUL instruction, it swaps the
> order of the two arguments.
>
>
Hi
[please cc: me in any replies]
After the nice cleanups wrt to DRI, I think it's possible to unify the
two dri helper files. Has anyone already done this ? See any reason
against this ?
I'll git it a try otherwise.
regards,
George.
___
mesa-dev mail
https://bugs.freedesktop.org/show_bug.cgi?id=42487
vincent changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #2 from vincent 2011-11-
From: Michel Dänzer
Signed-off-by: Michel Dänzer
---
src/gallium/drivers/r300/r300_query.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gallium/drivers/r300/r300_query.c
b/src/gallium/drivers/r300/r300_query.c
index 9e784b5..b92410f 100644
--- a/src/gallium/dri
From: Michel Dänzer
Signed-off-by: Michel Dänzer
---
src/gallium/auxiliary/util/u_math.h | 13 +
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/gallium/auxiliary/util/u_math.h
b/src/gallium/auxiliary/util/u_math.h
index c74c1da..b9295f4 100644
--- a/src/galli
2011/11/2 Michel Dänzer :
> From: Michel Dänzer
>
> Signed-off-by: Michel Dänzer
> ---
> src/gallium/drivers/r300/r300_query.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/gallium/drivers/r300/r300_query.c
> b/src/gallium/drivers/r300/r300_query.c
> index 9
Looks good to me, Michel.
Jose
- Original Message -
> From: Michel Dänzer
>
> Signed-off-by: Michel Dänzer
> ---
> src/gallium/auxiliary/util/u_math.h | 13 +
> 1 files changed, 13 insertions(+), 0 deletions(-)
>
> diff --git a/src/gallium/auxiliary/util/u_math.h
> b/sr
https://bugs.freedesktop.org/show_bug.cgi?id=42487
Brian Paul changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|
On Mit, 2011-11-02 at 10:42 -0700, Jose Fonseca wrote:
> Looks good to me, Michel.
Thanks, José. I took the liberty of translating that into a Reviewed-by:
tag. :)
--
Earthling Michel Dänzer | http://www.amd.com
Libre software enthusiast | Debian, X
On Mit, 2011-11-02 at 10:36 -0700, Corbin Simpson wrote:
> 2011/11/2 Michel Dänzer :
> > From: Michel Dänzer
> >
> > Signed-off-by: Michel Dänzer
> > ---
> > src/gallium/drivers/r300/r300_query.c |2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/src/gallium/dr
Ping?
-tom
tom fogal writes:
> Hi all,
>
> Our application has a render mode which is causing a
> Sandybridge-based system to hang for a second with Mesa master. In
> dmesg I see:
>
> [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
> [drm:i915:do_wait_request] *ER
On Wed, Nov 02, 2011 at 12:14:10PM -0600, tom fogal wrote:
> > Our application has a render mode which is causing a
> > Sandybridge-based system to hang for a second with Mesa master. In
> > dmesg I see:
> >
> > [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
> > [drm
It's been three months since 7.11 came out. Have there been any
thoughts on a 7.11.1 release date?
Also, any qualms about me cherry-picking the 'NormalMatrix' fix below
into 7.11?
Thanks,
-tom
commit cc4ddc3a1e4bbe5fccd03b39b3590368be8c172f
Author: Eric Anholt
Date: Tue Oct 18 17:17:28 2011
The patch should be correctly formatted, but I attached it anyway to be sure
for this time.
---
src/gallium/state_trackers/wgl/stw_wgl.c |3 +--
src/mesa/drivers/windows/gdi/wgl.c |6 +++---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/gallium/state_trackers/
On 11/02/2011 12:04 PM, tom fogal wrote:
It's been three months since 7.11 came out. Have there been any
thoughts on a 7.11.1 release date?
"Soon." After the last big round of cherry picking that I did, our
internal QA has been running the full round of tests, and they've found
one or two r
- Original Message -
> The patch should be correctly formatted, but I attached it anyway to
> be sure for this time.
Actually, it failed when I tried the apply the full mail:
$ git am -3 ~/tmp/patch.txt
Applying: wglSetPixelFormat should ignore the ppfd parameter
Using index info to rec
On Wed, Nov 02, 2011 at 12:40:30PM -0600, tom fogal wrote:
> Thanks Daniel!
>
> That log is attached (gzipped, as it's almost 900k otherwise). I
> grabbed it right after running glretrace as the original email
> described. However I also took a look at it before running
> glretrace again and it
https://bugs.freedesktop.org/show_bug.cgi?id=42461
Ian Romanick changed:
What|Removed |Added
AssignedTo|i...@freedesktop.org |mesa-dev@lists.freedesktop.
On Wed, 2 Nov 2011 11:12:07 +0800, Yuanhan Liu
wrote:
> On Tue, Nov 01, 2011 at 05:57:36PM +0800, Yuanhan Liu wrote:
> > According to bspec, MIPCnt(was set to intelObj->_MaxLevel) was used for
> > min/mag filter mode determination. For a normal case with no mipmap like
> > this:
> >
> > glTexP
https://bugs.freedesktop.org/show_bug.cgi?id=42461
Ian Romanick changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
On Tue, 30 Aug 2011 11:46:00 +0200, Carl-Philip Haensch
wrote:
> ---
> src/mesa/drivers/dri/common/xmlpool/de.po | 138
> ++---
> 1 files changed, 88 insertions(+), 50 deletions(-)
Found these still marked +todo in notmuch, and pushed them out today.
Thanks for the con
Fixes gcc set-but-unused-variable warning.
---
.../drivers/dri/radeon/radeon_common_context.c | 18 +-
1 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.c
b/src/mesa/drivers/dri/radeon/radeon_common_context.c
in
On Wed, 19 Oct 2011 19:27:54 -0700, Stéphane Marchesin
wrote:
> On Sat, Aug 27, 2011 at 03:23, Kenneth Graunke wrote:
> > This is a port of vec4_visitor::try_rewrite_rhs_to_dst to fs_visitor.
> >
> > Not only is this technique less invasive and more robust, it also
> > generates better code. Ov
On Wed, Nov 2, 2011 at 5:40 PM, Eric Anholt wrote:
> Fixes gcc set-but-unused-variable warning.
Reviewed-by: Alex Deucher
> ---
> .../drivers/dri/radeon/radeon_common_context.c | 18 +-
> 1 files changed, 13 insertions(+), 5 deletions(-)
>
> diff --git a/src/mesa/drivers/
https://bugs.freedesktop.org/show_bug.cgi?id=29033
--- Comment #2 from Anuj Phogat 2011-11-02 15:35:52 PDT
---
It builds fine on current Mesa git.
OpenGL version string: 1.4 (2.1 Mesa 7.11)
build string: "./configure --enable-gles2 --enable-gles1 --disable-opengl
--enable-debug"
Creates followin
https://bugs.freedesktop.org/show_bug.cgi?id=41571
Alexandre Demers changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
On 11/02/2011 11:14 AM, tom fogal wrote:
> Ping?
>
> -tom
Tom,
You'll probably want to open a bug report on this just so it doesn't get
lost. Sorry it's been taking so long.
I was able to reproduce the hang on SNB by replaying your apitrace file.
Nothing jumped out at me from the error state.
https://bugs.freedesktop.org/show_bug.cgi?id=41571
Alexandre Demers changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Kenneth Graunke writes:
> On 11/02/2011 11:14 AM, tom fogal wrote:
> > Ping?
>
> You'll probably want to open a bug report on this just so it doesn't
> get lost.
Okay.
https://bugs.freedesktop.org/show_bug.cgi?id=42538
> Sorry it's been taking so long.
No need to apologize!
> I was able to
On Wed, Nov 02, 2011 at 12:48:23PM -0700, Ian Romanick wrote:
> On 11/02/2011 12:04 PM, tom fogal wrote:
> >It's been three months since 7.11 came out. Have there been any
> >thoughts on a 7.11.1 release date?
>
> "Soon." After the last big round of cherry picking that I did, our
> internal QA h
On Wed, Nov 02, 2011 at 02:18:46PM -0700, Eric Anholt wrote:
> On Wed, 2 Nov 2011 11:12:07 +0800, Yuanhan Liu
> wrote:
> > On Tue, Nov 01, 2011 at 05:57:36PM +0800, Yuanhan Liu wrote:
> > > According to bspec, MIPCnt(was set to intelObj->_MaxLevel) was used for
> > > min/mag filter mode determina
https://bugs.freedesktop.org/show_bug.cgi?id=42540
Bug #: 42540
Summary: glxgears segfaults on POWER / Xvnc
Classification: Unclassified
Product: Mesa
Version: 7.11
Platform: PowerPC
OS/Version: Linux (All)
Status: NEW
On Wed, Nov 02, 2011 at 07:23:31AM -0600, Brian Paul wrote:
> On 11/02/2011 03:56 AM, Yuanhan Liu wrote:
> >glRenderbufferStorage man page says:
> >
> > GL_INVALID_VALUE is generated if either of width or height is negative,
> > or greater than the value of GL_MAX_RENDERBUFFER_SIZE.
> >
> >Sign
https://bugs.freedesktop.org/show_bug.cgi?id=42540
José Fonseca changed:
What|Removed |Added
CC||jfons...@vmware.com
--- Comment #1 from J
61 matches
Mail list logo