Sorry, life's extremely busy for me. Looks good at a glance. I didn't check
if GL is hardcoded in spots where $(GL_LIB) should be used or anything like
that, though.
Reviewed-by: Dan Nicholson
On Oct 12, 2011 1:30 PM, "tom fogal" wrote:
> *ping* any review?
>
> Dan, I think you're probably the
On Sat, Oct 15, 2011 at 2:11 AM, Eric Anholt wrote:
> On Thu, 13 Oct 2011 11:34:34 +0800, Yuanhan Liu
> wrote:
>> The patch(based on the reading of the emulator) came from while I was
>> trying to fix the oglc pbo texImage.1PBODefaults fail. This case
>> generates a texture with the width and he
On 10/14/2011 08:41 AM, Brian Paul wrote:
On 10/13/2011 05:34 PM, Ian Romanick wrote:
From: Ian Romanick
This is supported by the pseudo-code on pages 27 and 28 (pages 41 and
42 of the PDF) of the OpenGL 2.1 spec. The last part of the
implementation of ArrayElement is:
if (generic attribute ar
From: José Fonseca
Issue spotted by Adam Jackson .
http://lists.freedesktop.org/archives/mesa-dev/2011-June/009077.html
---
configure.ac |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 49e81ad..ae7b36b 100644
--- a/configure.ac
+
https://bugs.freedesktop.org/show_bug.cgi?id=41787
--- Comment #7 from José Fonseca 2011-10-14 11:16:26 PDT
---
It looks like some sort of depth fighting.
It might be related to fbo-depth-sample-compare
I know that at least the llvmpipe should snap interpolated fragment Z to the
depth buffer p
On Thu, 13 Oct 2011 11:34:34 +0800, Yuanhan Liu
wrote:
> The patch(based on the reading of the emulator) came from while I was
> trying to fix the oglc pbo texImage.1PBODefaults fail. This case
> generates a texture with the width and height equal to window's width
> and height respectively, then
https://bugs.freedesktop.org/show_bug.cgi?id=41715
Jure Repinc changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=41787
--- Comment #6 from Lauri Kasanen 2011-10-14 10:50:40
PDT ---
hm, hit the size limit. Link:
http://kiwi6.com/file/g9064pv6ps
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail becaus
https://bugs.freedesktop.org/show_bug.cgi?id=41787
--- Comment #5 from Lauri Kasanen 2011-10-14 10:47:56
PDT ---
Attaching the apitrace output. glretrace'd it with both softpipe and llvmpipe,
results are the same as with the actual app.
--
Configure bugmail: https://bugs.freedesktop.org/userpr
https://bugs.freedesktop.org/show_bug.cgi?id=41791
José Fonseca changed:
What|Removed |Added
CC||jfons...@vmware.com
--- Comment #2 from J
On 10/13/2011 10:40 PM, Yuanhan Liu wrote:
On Thu, Oct 13, 2011 at 09:12:09PM -0700, Ian Romanick wrote:
On 10/12/2011 08:34 PM, Yuanhan Liu wrote:
The patch(based on the reading of the emulator) came from while I was
trying to fix the oglc pbo texImage.1PBODefaults fail. This case
generates a
https://bugs.freedesktop.org/show_bug.cgi?id=41791
Michel Dänzer changed:
What|Removed |Added
Component|Drivers/Gallium/r600|Mesa core
AssignedTo|dri-devel@l
https://bugs.freedesktop.org/show_bug.cgi?id=41787
--- Comment #4 from Brian Paul 2011-10-14 09:01:36 PDT ---
Just FYI, I tried some conformance and piglit stencil tests and they all passed
with llvmpipe. If it's a stencil bug, it's probably something slightly
obscure.
--
Configure bugmail: ht
On 10/14/2011 09:06 AM, Liu Aleaxander wrote:
On Oct 14, 2011 10:32 PM, "Brian Paul" mailto:bri...@vmware.com>> wrote:
>
> On 10/14/2011 12:39 AM, Yuanhan Liu wrote:
>>
>> Introuduce a simple function called copy_data to do the image data
copy
>> stuff for all the save_CompressedTex*Image f
On 10/13/2011 05:34 PM, Ian Romanick wrote:
From: Ian Romanick
This is supported by the pseudo-code on pages 27 and 28 (pages 41 and
42 of the PDF) of the OpenGL 2.1 spec. The last part of the
implementation of ArrayElement is:
if (generic attribute array 0 enabled) {
if (generic v
On Oct 14, 2011 10:38 PM, "Brian Paul" wrote:
>
> On 10/13/2011 09:47 PM, Yuanhan Liu wrote:
>>
>> v2: quote the spec; explicitly exclude the GL_BITMAP case to make code
>> more readable. (comments from Ian)
>>
>> Signed-off-by: Yuanhan Liu
>> ---
>> src/mesa/main/pbo.c | 12
>> 1
https://bugs.freedesktop.org/show_bug.cgi?id=41794
Alex Deucher changed:
What|Removed |Added
Product|Mesa|freedesktop.org
Component|Other
On Oct 14, 2011 10:32 PM, "Brian Paul" wrote:
>
> On 10/14/2011 12:39 AM, Yuanhan Liu wrote:
>>
>> Introuduce a simple function called copy_data to do the image data copy
>> stuff for all the save_CompressedTex*Image function. The function check
>> the NULL data case to avoid some potential segfau
https://bugs.freedesktop.org/show_bug.cgi?id=41794
--- Comment #1 from Mathias Fröhlich 2011-10-14
08:00:44 PDT ---
Created an attachment (id=52339)
--> (https://bugs.freedesktop.org/attachment.cgi?id=52339)
public ssh key
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=e
https://bugs.freedesktop.org/show_bug.cgi?id=41794
Summary: Mesa git account request
Product: Mesa
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Componen
On 10/13/2011 09:47 PM, Yuanhan Liu wrote:
v2: quote the spec; explicitly exclude the GL_BITMAP case to make code
more readable. (comments from Ian)
Signed-off-by: Yuanhan Liu
---
src/mesa/main/pbo.c | 12
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/mesa
On 10/14/2011 12:39 AM, Yuanhan Liu wrote:
Introuduce a simple function called copy_data to do the image data copy
stuff for all the save_CompressedTex*Image function. The function check
the NULL data case to avoid some potential segfault. This also would
make the code a bit simpler and less redu
Hi,
On Thursday, October 13, 2011 21:35:05 Alex Deucher wrote:
> Follow the instructions here:
> http://www.freedesktop.org/wiki/AccountRequests
Will do, thanks!
Mathias
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.
https://bugs.freedesktop.org/show_bug.cgi?id=41787
José Fonseca changed:
What|Removed |Added
CC||jfons...@vmware.com
--- Comment #3 from J
https://bugs.freedesktop.org/show_bug.cgi?id=41715
--- Comment #2 from Marek Olšák 2011-10-14 06:08:35 PDT ---
I meant "This should be fixed in Mesa master now".
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You a
https://bugs.freedesktop.org/show_bug.cgi?id=41715
--- Comment #1 from Marek Olšák 2011-10-14 06:07:52 PDT ---
This should in Mesa master now. Could you try it?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You ar
https://bugs.freedesktop.org/show_bug.cgi?id=41787
--- Comment #2 from Lauri Kasanen 2011-10-14 05:09:55
PDT ---
Apologies, not a 7.11 regression afterall - llvmpipe's broken on 7.11 too.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this
https://bugs.freedesktop.org/show_bug.cgi?id=41787
--- Comment #1 from Lauri Kasanen 2011-10-14 04:27:52
PDT ---
Created an attachment (id=52331)
--> (https://bugs.freedesktop.org/attachment.cgi?id=52331)
git softpipe
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
https://bugs.freedesktop.org/show_bug.cgi?id=41787
Summary: [llvmpipe] stencil broken
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: minor
Priority: medium
Com
29 matches
Mail list logo