On Wed, 2011-01-05 at 08:28 -0500, Kristian Høgsberg wrote:
> On Tue, Jan 4, 2011 at 11:10 PM, Zhao, Juan J wrote:
> > Hi all,
> >
> > In the structure “__DRItexBufferExtensionRec”, we don’t have
> > one release interface now. But in our platform, we need to release some
> > resour
Am 06.01.2011 07:14, schrieb Arthur Huillet:
>
> It hasn't been committed into master yet but I think the patch at
> https://bugs.freedesktop.org/show_bug.cgi?id=32579
> should go into 7.9.1 and 7.10. Failing that, the problem might be present on
> e.g. the current Ubuntu forever.
>
What about
On Thu, Jan 6, 2011 at 4:33 AM, Zhao, Juan J wrote:
> On Wed, 2011-01-05 at 08:28 -0500, Kristian Høgsberg wrote:
>> On Tue, Jan 4, 2011 at 11:10 PM, Zhao, Juan J wrote:
>> > Hi all,
>> >
>> > In the structure “__DRItexBufferExtensionRec”, we don’t
>> > have
>> > one release inte
https://bugs.freedesktop.org/show_bug.cgi?id=32859
nobled changed:
What|Removed |Added
Attachment #41692|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=32825
--- Comment #4 from nobled 2011-01-06 06:45:04 PST ---
(In reply to comment #3)
> Did you try a clean build? I don't see why the fix would make 0x3034 have the
> value 0x3 or 0x4.
Yeah, a fresh git checkout:
git checkout 7.9
git clean -xdf
auto
https://bugs.freedesktop.org/show_bug.cgi?id=32825
--- Comment #5 from Chia-I Wu 2011-01-06 06:54:49 PST ---
You also need to rebuild libEGL (src/egl/main/). Could you see if it helps?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mai
Looks great. Thanks.
-Brian
On Wed, Jan 5, 2011 at 4:41 PM, Marek Olšák wrote:
> Please see the attached patch. It also documents util_copy_vertex_buffers,
> as you asked for in another email.
>
> Marek
>
> (re-sending this, the original email didn't make it to ML because of the
> 40kB limit)
>
https://bugs.freedesktop.org/show_bug.cgi?id=32859
Brian Paul changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
This fixes compilation with "-Wformat -Werror=format-security". Some
distros like Mandriva enable this flag by default. Its purpose is to
improve security.
Another option for this patch would be to do
"printf("%s", indentString)", but converting indentString into a literal
also gives the compiler
Signed-off-by: Paulo Zanoni
---
src/demos/.gitignore |1 +
src/egl/opengles1/.gitignore |1 +
src/glsl/.gitignore |1 +
src/gs/.gitignore|1 +
src/tests/.gitignore |1 +
src/trivial/.gitignore |4
6 files changed, 9 insertion
So git won't complain when you apply the next patch.
Also, code looks prettier this way.
Signed-off-by: Paulo Zanoni
---
src/egl/opengles2/tri.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/egl/opengles2/tri.c b/src/egl/opengles2/tri.c
index 8981d8a..df2751b 10
I want to ship it, but there are other demos called 'tri'.
Signed-off-by: Paulo Zanoni
---
src/egl/opengles2/.gitignore |2 +-
src/egl/opengles2/Makefile.am |4 +-
src/egl/opengles2/es2tri.c| 516 +
src/egl/opengles2/tri.c | 516 --
Distros are starting to ship OpenGL ES2 libraries, having demos ready for
testing is a good idea.
Signed-off-by: Paulo Zanoni
---
src/egl/opengles2/Makefile.am |5 +
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/src/egl/opengles2/Makefile.am b/src/egl/opengles2/Makefile.
IMHO, code looks safer this way.
Signed-off-by: Paulo Zanoni
---
Please read comments from patch 0001.
src/egl/opengles1/es1_info.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/egl/opengles1/es1_info.c b/src/egl/opengles1/es1_info.c
index 38becc5..e33597f 100
https://bugs.freedesktop.org/show_bug.cgi?id=31940
--- Comment #14 from Pavel Ondračka 2011-01-06 08:49:45 PST
---
Any chance the patch from comment 7 can make it into master or at least to
mesa-dev for review? It fixes crash in Star Trek Armada 2 for me and I have not
encountered any regression
https://bugs.freedesktop.org/show_bug.cgi?id=32054
Paweł Pękala changed:
What|Removed |Added
CC||c...@o2.pl
--
Configure bugmail: https:/
On Thu, 06 Jan 2011 11:32:54 +0100
Philipp Klaus Krause wrote:
> Am 06.01.2011 07:14, schrieb Arthur Huillet:
> >
> > It hasn't been committed into master yet but I think the patch at
> > https://bugs.freedesktop.org/show_bug.cgi?id=32579
> > should go into 7.9.1 and 7.10. Failing that, the pro
https://bugs.freedesktop.org/show_bug.cgi?id=32825
--- Comment #6 from nobled 2011-01-06 11:49:15 PST ---
(In reply to comment #5)
> You also need to rebuild libEGL (src/egl/main/). Could you see if it helps?
Nope, I tried that. Same error.
--
Configure bugmail: https://bugs.freedesktop.org/u
https://bugs.freedesktop.org/show_bug.cgi?id=32879
Summary: egl_glx driver segfaults with NULL config
Product: Mesa
Version: git
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
C
On Mon, Jan 3, 2011 at 8:27 PM, Ian Romanick wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> It looks like things are shaping up nicely for the 7.9.1 and 7.10
> releases. I've cherry picked a bunch of stuff over to the branches, but
> there are a few commits that I'm a bit uncertain
Signed-off-by: Tilman Sauerbeck
---
src/gallium/drivers/r600/r600_shader.c | 17 +++--
1 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/src/gallium/drivers/r600/r600_shader.c
b/src/gallium/drivers/r600/r600_shader.c
index bb5038c..35a4cea 100644
--- a/src/gallium/dri
2011/1/6 Kristian Høgsberg :
> On Mon, Jan 3, 2011 at 8:27 PM, Ian Romanick wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> It looks like things are shaping up nicely for the 7.9.1 and 7.10
>> releases. I've cherry picked a bunch of stuff over to the branches, but
>> there are a
On Thu, Jan 6, 2011 at 4:30 PM, Tilman Sauerbeck wrote:
> Signed-off-by: Tilman Sauerbeck
looks good to me. should probably be applied to 7.10 as well.
Reviewed-by: Alex Deucher
Alex
> ---
> src/gallium/drivers/r600/r600_shader.c | 17 +++--
> 1 files changed, 15 insertions(+
On Thu, 2011-01-06 at 08:36 -0500, Kristian Høgsberg wrote:
> On Thu, Jan 6, 2011 at 4:33 AM, Zhao, Juan J wrote:
> > On Wed, 2011-01-05 at 08:28 -0500, Kristian Høgsberg wrote:
> >> On Tue, Jan 4, 2011 at 11:10 PM, Zhao, Juan J
> >> wrote:
> >> > Hi all,
> >> >
> >> > In the str
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/06/2011 01:09 PM, Kristian Høgsberg wrote:
> On Mon, Jan 3, 2011 at 8:27 PM, Ian Romanick wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> It looks like things are shaping up nicely for the 7.9.1 and 7.10
>> releases. I've cherr
https://bugs.freedesktop.org/show_bug.cgi?id=32825
cs...@daudt.org changed:
What|Removed |Added
CC||cs...@daudt.org
--
Configure bugmail:
26 matches
Mail list logo