https://bugs.freedesktop.org/show_bug.cgi?id=28071
Vinson Lee changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--
Configure bugmail: https://bugs.
https://bugs.freedesktop.org/show_bug.cgi?id=24318
Jon TURNEY changed:
What|Removed |Added
Attachment #35298|0 |1
is obsolete|
On Fri, Jul 16, 2010 at 4:42 PM, Jerome Glisse wrote:
> On 07/16/2010 03:18 PM, Chia-I Wu wrote:
>>
>> On Sat, Jul 17, 2010 at 2:28 AM, Jakob Bornecrantz
>> wrote:
>>>
>>> On Fri, Jul 16, 2010 at 11:10 AM, Chia-I Wu wrote:
Hi all,
This patch series replaces
st_cont
We cater to MSVC, so sections of code not protected by PIPE_ARCH need to be
C89. Additionally, clarity is valued over tenseness. Elegance is even
better, but there aren't many opportunities for that in this sort of code.
:3
Posting from a mobile, pardon my terseness. ~ C.
On Jul 16, 2010 3:52 PM,
Hello all,
I did not find specific information about that.
What is allowed in Mesa code base regarding C?
Can I use C99 extensions (like variable not in the top of the scope, c++
comments) or gcc specific extensions (__vectors, labels as values...)?
Cheers,
Ben
_
On 07/16/2010 03:18 PM, Chia-I Wu wrote:
On Sat, Jul 17, 2010 at 2:28 AM, Jakob Bornecrantz wrote:
On Fri, Jul 16, 2010 at 11:10 AM, Chia-I Wu wrote:
Hi all,
This patch series replaces
st_context::draw_arrays
st_context::draw_elements,
st_context::draw_arrays_instanced
st_context::d
On 07/11/2010 09:06 AM, Maciej Cencora wrote:
Hi,
while working on failing piglit tests I've stumbled on a problem with
_mesa_meta_GenerateMipmap. The function creates new texture images for lower
mipmap levels, but during call to glTexImage the format and type are hardcoded
to GL_RGBA and GL_UN
W dniu 2010-07-16 23:55, Brian Paul pisze:
On 07/16/2010 03:42 PM, Michal Krol wrote:
From d69307c0f25b753ce8abebc940812a5fd352cb59 Mon Sep 17 00:00:00 2001
From: Michal Krol
Date: Fri, 16 Jul 2010 23:38:51 +0200
Subject: [PATCH] softpipe: Support non-depth-stencil formats in
sp_tile_cache_f
On 07/16/2010 12:21 PM, Maciej Cencora wrote:
Signed-off-by: Maciej Cencora
---
tests/fbo/fbo-copypix.c |1 +
tests/fbo/fbo-readdrawpix.c |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/fbo/fbo-copypix.c b/tests/fbo/fbo-copypix.c
index ac6547d..362459b
On 07/16/2010 03:42 PM, Michal Krol wrote:
From d69307c0f25b753ce8abebc940812a5fd352cb59 Mon Sep 17 00:00:00 2001
From: Michal Krol
Date: Fri, 16 Jul 2010 23:38:51 +0200
Subject: [PATCH] softpipe: Support non-depth-stencil formats in
sp_tile_cache_flush_clear().
---
src/gallium/drivers/softp
https://bugs.freedesktop.org/show_bug.cgi?id=29044
Bug 29044 depends on bug 28055, which changed state.
Bug 28055 Summary: glsl-texcoord-array fails GLSL compilation
https://bugs.freedesktop.org/show_bug.cgi?id=28055
What|Old Value |New Value
>From d69307c0f25b753ce8abebc940812a5fd352cb59 Mon Sep 17 00:00:00 2001
From: Michal Krol
Date: Fri, 16 Jul 2010 23:38:51 +0200
Subject: [PATCH] softpipe: Support non-depth-stencil formats in
sp_tile_cache_flush_clear().
---
src/gallium/drivers/softpipe/sp_tile_cache.c |6 +-
1 files ch
https://bugs.freedesktop.org/show_bug.cgi?id=29044
Bug 29044 depends on bug 28055, which changed state.
Bug 28055 Summary: glsl-texcoord-array fails GLSL compilation
https://bugs.freedesktop.org/show_bug.cgi?id=28055
What|Old Value |New Value
On Sat, Jul 17, 2010 at 2:28 AM, Jakob Bornecrantz wrote:
> On Fri, Jul 16, 2010 at 11:10 AM, Chia-I Wu wrote:
>> Hi all,
>>
>> This patch series replaces
>>
>> st_context::draw_arrays
>> st_context::draw_elements,
>> st_context::draw_arrays_instanced
>> st_context::draw_elements_instanced
>>
https://bugs.freedesktop.org/show_bug.cgi?id=29044
Bug 29044 depends on bug 28055, which changed state.
Bug 28055 Summary: glsl-texcoord-array fails GLSL compilation
https://bugs.freedesktop.org/show_bug.cgi?id=28055
What|Old Value |New Value
On Fri, Jul 16, 2010 at 11:10 AM, Chia-I Wu wrote:
> Hi all,
>
> This patch series replaces
>
> st_context::draw_arrays
> st_context::draw_elements,
> st_context::draw_arrays_instanced
> st_context::draw_elements_instanced
> st_context::draw_range_elements
>
> by a single
>
> st_context::dra
Signed-off-by: Maciej Cencora
---
tests/all.tests |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tests/all.tests b/tests/all.tests
index 4a7bff0..a3bc15f 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -923,4 +923,5 @@ Test.ignoreErrors.append(re.compile("Mesa: Use
Signed-off-by: Maciej Cencora
---
tests/fbo/fbo-copypix.c |1 +
tests/fbo/fbo-readdrawpix.c |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/fbo/fbo-copypix.c b/tests/fbo/fbo-copypix.c
index ac6547d..362459b 100644
--- a/tests/fbo/fbo-copypix.c
+++ b/tests/f
Hi all,
This patch series replaces
st_context::draw_arrays
st_context::draw_elements,
st_context::draw_arrays_instanced
st_context::draw_elements_instanced
st_context::draw_range_elements
by a single
st_context::draw_vbo(struct pipe_context *pipe,
const struct
https://bugs.freedesktop.org/show_bug.cgi?id=29094
--- Comment #3 from Thinker 2010-07-16 08:46:55 PDT ---
Something like -I/usr/local/include and -L/usr/local/lib.
They are necessary to build demos for FreeBSD.
From: bugzilla-dae...@freedesktop.org
Subject: [Bug 29094] Fail to build examples f
https://bugs.freedesktop.org/show_bug.cgi?id=29094
nobled changed:
What|Removed |Added
Attachment #37102|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=29094
nobled changed:
What|Removed |Added
Attachment #37101|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=29094
--- Comment #2 from Chia-I Wu 2010-07-16 05:47:33 PDT ---
I am not sure about the second patch. Did you have CFLAGS and/or LDFLAGS set?
What were their values?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
https://bugs.freedesktop.org/show_bug.cgi?id=29093
Chia-I Wu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=29088
Chia-I Wu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
25 matches
Mail list logo