Re: [Mesa-dev] where is the EGL_IMAGE_WIDTH_INTEL EGLDisplayTypeDRMMESA macro?

2010-05-12 Thread xiaoxiaomuyu
thanks. git checkout egl-kms what should I do? sorry, maybe It's an git using problem. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [Bug 9272] glXDestroyContext causes fatal error when sharing display lists (dri)

2010-05-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=9272 --- Comment #1 from Kristian Høgsberg 2010-05-12 14:20:59 PDT --- I can see you're running DRI1, and I believe this is fixed with DRI2. On my intel hardware with DRI2 your test case works as expected. The radeon drivers support DRI2 too so I re

[Mesa-dev] [Bug 7622] BadLength X error when destroying Pbuffer

2010-05-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=7622 Kristian Høgsberg changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] Build failure since May 6

2010-05-12 Thread Dan Nicholson
On Wed, May 12, 2010 at 12:16:55PM -0400, Kevin H. Hobbs wrote: > On 05/12/2010 11:45 AM, tom fogal wrote: > > That said, I think Dan's idea of linking directly to libmesa is an > > easier way to solve your problem. > > > > Would that be done in : > > src/mesa/drivers/osmesa/Makefile > > by c

Re: [Mesa-dev] Build failure since May 6

2010-05-12 Thread Kevin H. Hobbs
On 05/12/2010 11:45 AM, tom fogal wrote: > That said, I think Dan's idea of linking directly to libmesa is an > easier way to solve your problem. > Would that be done in : src/mesa/drivers/osmesa/Makefile by changing line 31 from CORE_MESA = to CORE_MESA = $(TOP)/src/mesa/libmesa.a ?

Re: [Mesa-dev] Build failure since May 6

2010-05-12 Thread Kevin H. Hobbs
On 05/12/2010 11:45 AM, tom fogal wrote: > "Kevin H. Hobbs" writes: >> Today, I plan to try to : > [snip] >> 2. Try surrounding the declarations of the hidden symbols needed by >> OSMesa with "#pragma GCC visibility push(default)" and "#pragma GCC >> visibility pop" or marking them with "__attribu

Re: [Mesa-dev] Build failure since May 6

2010-05-12 Thread tom fogal
"Kevin H. Hobbs" writes: > Today, I plan to try to : [snip] > 2. Try surrounding the declarations of the hidden symbols needed by > OSMesa with "#pragma GCC visibility push(default)" and "#pragma GCC > visibility pop" or marking them with "__attribute__ > ((visibility("default")))" whichever I'm t

Re: [Mesa-dev] Build failure since May 6

2010-05-12 Thread Kevin H. Hobbs
On 05/10/2010 04:48 PM, Dan Nicholson wrote: > > I guess this is because configure adds -fvisibility=hidden to the > CFLAGS. Maybe we should always build osmesa against the internal > static libraries instead of against libGL. > Today, I plan to try to : 1. Try a VTK test build against static M

Re: [Mesa-dev] where is the EGL_IMAGE_WIDTH_INTEL EGLDisplayTypeDRMMESA macro?

2010-05-12 Thread Chia-I Wu
On Wed, May 12, 2010 at 4:24 PM, xiaoxiaomuyu wrote: > Are they in any branch of mesa? without them i can't compile wayland > successfully. I believe they are on Kristian's egl-kms branch http://cgit.freedesktop.org/~krh/mesa/log/?h=egl-kms and haven't been upstreamed yet. Please use wayland

Re: [Mesa-dev] RFC: Fine grained caps for shader limits

2010-05-12 Thread Keith Whitwell
On Tue, 2010-05-11 at 15:01 -0700, José Fonseca wrote: > On Tue, 2010-05-11 at 07:45 -0700, Marek Olšák wrote: > > On Tue, May 11, 2010 at 12:49 PM, José Fonseca > > wrote: > > Attached is my proposal for fine grained caps for shader > > limits. > > > > I'd like have a cap for Max

[Mesa-dev] where is the EGL_IMAGE_WIDTH_INTEL EGLDisplayTypeDRMMESA macro?

2010-05-12 Thread xiaoxiaomuyu
Are they in any branch of mesa? without them i can't compile wayland successfully. thanks. wayland-system-compositor.c: In function ‘surface_attach’: wayland-system-compositor.c:677: error: ‘EGL_IMAGE_WIDTH_INTEL’ undeclared (first use in this function) wayland-system-compositor.c:677: error: (E

[Mesa-dev] [Bug 28071] undefined reference to `__egl InitDriverFallbacks'

2010-05-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28071 --- Comment #1 from Chia-I Wu 2010-05-12 01:06:03 PDT --- Created an attachment (id=35583) View: https://bugs.freedesktop.org/attachment.cgi?id=35583 Review: https://bugs.freedesktop.org/review?bug=28071&attachment=35583 Add back-linking to li