[Mesa-dev] Should we need one release function for DRI's GLX_EXT_texture_from_pixmap?

2011-01-04 Thread Zhao, Juan J
Hi all, In the structure "__DRItexBufferExtensionRec", we don't have one release interface now. But in our platform, we need to release some resources. Why we don't need the release interface? Or should we add one? --- *^_^* Many thanks & Best Regards

[Mesa-dev] [PATCH] Mesa: fix an error in uniform arrays in row calculating.

2011-01-04 Thread Jian Zhao
Fix the error in uniform row calculating, it may alloc one line more which may cause out of range on memory usage, sometimes program aborted when free the memory. --- src/mesa/main/uniforms.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/uniforms.c b/src/m

[Mesa-dev] [Bug 14281] SIGSEGV in flat_8A8B8G8R_line v7.0.2 inside glDrawArrays

2011-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=14281 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Keywords|NEEDINFO

[Mesa-dev] [Bug 14281] SIGSEGV in flat_8A8B8G8R_line v7.0.2 inside glDrawArrays

2011-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=14281 --- Comment #6 from William K. Foster 2011-01-04 15:15:42 PST --- I am no longer working on the product with which I originally hit this bug and thus cannot offer any more information about this issue that I had hit. -- Configure bugmail: http

[Mesa-dev] [RFC] ir_reader: Add a pattern matching system and use it everywhere.

2011-01-04 Thread Kenneth Graunke
Previously, the IR reader was riddled with code that: 1. Checked for the right number of list elements (via a linked list walk) 2. Retrieved references to each component (via ->next->next pointers) 3. Downcasted as necessary to make sure that each sub-component was the right type (i.e. symbol, i

[Mesa-dev] [Bug 6936] Undefined symbols in 6.4.2 if using -DUSE_MGL_NAMESPACE in sunos5-gcc on Solaris

2011-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6936 Ian Romanick changed: What|Removed |Added Keywords||NEEDINFO --- Comment #6 from Ian Romanick

[Mesa-dev] [Bug 14281] SIGSEGV in flat_8A8B8G8R_line v7.0.2 inside glDrawArrays

2011-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=14281 Ian Romanick changed: What|Removed |Added Keywords||NEEDINFO CC|

Re: [Mesa-dev] Upcoming Mesa 7.9.1 and 7.10 releases

2011-01-04 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/03/2011 05:27 PM, Ian Romanick wrote: > 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 about. I'd ap

[Mesa-dev] [PATCH 1/1] st/mesa: Set samplers views' first_level.

2011-01-04 Thread Henri Verbeet
Base level and min LOD aren't equivalent. In particular, min LOD has no effect on image array selection for magnification and non-mipmapped minification. --- src/mesa/state_tracker/st_atom_sampler.c |9 +++-- src/mesa/state_tracker/st_atom_texture.c |4 +++- 2 files changed, 6 insertio

Re: [Mesa-dev] classic driver cleanup: ChooseTexFormat

2011-01-04 Thread Eric Anholt
On Sun, 26 Sep 2010 08:12:59 +1000, Dave Airlie wrote: > On Sun, Sep 26, 2010 at 5:36 AM, Brian Paul wrote: > > On Fri, Sep 24, 2010 at 6:08 PM, Eric Anholt wrote: > >> One of the uglier bits of the classic drivers, in my opinion, is the > >> ChooseTexFormat hook.  Most drivers are trying to get

Re: [Mesa-dev] Upcoming Mesa 7.9.1 and 7.10 releases

2011-01-04 Thread Brian Paul
On 01/04/2011 10:31 AM, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/04/2011 06:59 AM, Brian Paul wrote: On 01/03/2011 06:27 PM, Ian Romanick wrote: commit a9fa0f3a2f318a7c57163491abe931e86b2cd4c3 Author: José Fonseca Date: Mon Dec 6 20:01:30 2010 + mes

Re: [Mesa-dev] Upcoming Mesa 7.9.1 and 7.10 releases

2011-01-04 Thread Jerome Glisse
On Tue, Jan 4, 2011 at 12:31 PM, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/04/2011 06:59 AM, Brian Paul wrote: >> On 01/03/2011 06:27 PM, Ian Romanick wrote: >>> >>> commit a9fa0f3a2f318a7c57163491abe931e86b2cd4c3 >>> Author: José Fonseca >>> Date:   Mon Dec 6

Re: [Mesa-dev] Upcoming Mesa 7.9.1 and 7.10 releases

2011-01-04 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/04/2011 06:59 AM, Brian Paul wrote: > On 01/03/2011 06:27 PM, Ian Romanick wrote: >> >> commit a9fa0f3a2f318a7c57163491abe931e86b2cd4c3 >> Author: José Fonseca >> Date: Mon Dec 6 20:01:30 2010 + >> >> mesa: Bump the number of bits in t

Re: [Mesa-dev] osmesa: static linking of talloc

2011-01-04 Thread Julien Cristau
On Sun, Oct 24, 2010 at 13:23:28 +0200, Tormod Volden wrote: > Commit 5a3ac74 added $(TALLOC_LIBS) to the mklib call in > src/mesa/drivers/osmesa/Makefile and this breaks static builds on > Linux since ar barfs on "-ltalloc". I have been looking at different > ways of dealing with this without fin

[Mesa-dev] [Bug 32825] New: egl_glx driver completely broken in 7.9 branch [fix in master]

2011-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32825 Summary: egl_glx driver completely broken in 7.9 branch [fix in master] Product: Mesa Version: 7.9 Platform: All OS/Version: All Status: NEW Severity: maj

Re: [Mesa-dev] Upcoming Mesa 7.9.1 and 7.10 releases

2011-01-04 Thread Brian Paul
On 01/03/2011 06: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 about. I'd apprec

[Mesa-dev] [Bug 32814] Build error in osmesa.c due to change in _mesa_update_framebuffer_visual() signature

2011-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32814 Brian Paul changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] Proper implemtation of glFinish

2011-01-04 Thread Francisco Jerez
Michel Dänzer writes: > On Mon, 2011-01-03 at 22:50 +0100, Francisco Jerez wrote: >> Bob Gleitsmann writes: >> >> > When trying the demo program copytex for the first time recently, I >> > noticed >> > pathological behavior: after running for a long time it asserted out and >> > locked up X

Re: [Mesa-dev] Upcoming Mesa 7.9.1 and 7.10 releases

2011-01-04 Thread Mathias Fröhlich
Hi, On Tuesday, January 04, 2011 02:27:41 Ian Romanick wrote: > 7.10 list: > > commit b3d2ec9942303d1d03e28a25b030eb060415abfb > Author: Mathias Fröhlich > Date: Sun Oct 17 18:16:30 2010 +0200 > > vbo: Avoid the copy to current in dlists if not required. > > The current state is all

[Mesa-dev] [Bug 32814] New: Build error in osmesa.c due to change in _mesa_update_framebuffer_visual() signature

2011-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32814 Summary: Build error in osmesa.c due to change in _mesa_update_framebuffer_visual() signature Product: Mesa Version: git Platform: All OS/Version: All Status: NEW

Re: [Mesa-dev] Proper implemtation of glFinish

2011-01-04 Thread Michel Dänzer
On Mon, 2011-01-03 at 22:50 +0100, Francisco Jerez wrote: > Bob Gleitsmann writes: > > > When trying the demo program copytex for the first time recently, I noticed > > pathological behavior: after running for a long time it asserted out and > > locked up X. Investigation showed this to be due