Re: [Mesa-dev] How to use pipe_swrast.so for rendering?

2011-01-30 Thread Chia-I Wu
On Sun, Jan 30, 2011 at 8:10 PM, Arthur Zhu wrote: > First of all, Thanks. > I suppose the egl-drm will use /usr/lib/dri/* drivers, what does the > pipe_swrast.so for? and why we can't use swrast with DRM? > It seems drmdpy->event_handler->new_drm_screen at > gallium/state_trackers/egl/drm/native_

Re: [Mesa-dev] How to use pipe_swrast.so for rendering?

2011-01-30 Thread Arthur Zhu
First of all, Thanks. I suppose the egl-drm will use /usr/lib/dri/* drivers, what does the pipe_swrast.so for? and why we can't use swrast with DRM? It seems drmdpy->event_handler->new_drm_screen at gallium/state_trackers/egl/drm/native_drm.c is just for it. By the way, configure.ac: if

Re: [Mesa-dev] more EXT_framebuffer_sRGB, 965 support

2011-01-30 Thread Marek Olšák
If we enable it everywhere, this will break: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81ae8c6313adbe7681a73636dee4d5d34334d4d7 We need drivers to return GL_LINEAR if it's unsupported and we'd need another way to check for support. Marek On Sun, Jan 30, 2011 at 8:28 AM, Eric Anholt wrot

Re: [Mesa-dev] Mesa (master): util: fix parsing debug options

2011-01-30 Thread José Fonseca
Looks perfect. Thanks for doing this Marek. Jose On Thu, 2011-01-27 at 11:32 -0800, Marek Olšák wrote: > Module: Mesa > Branch: master > Commit: 387fe8dd475d70f098eabc48a8a3696cf0b72275 > URL: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=387fe8dd475d70f098eabc48a8a3696cf0b72275 > > Aut

[Mesa-dev] [PATCH 2/2] egl_dri2: Adding swrast and refactoring

2011-01-30 Thread Feng, Haitao
Dear Mesa developers, The second part of my patch is too big and is being held for the approval from list moderator. So I gzip it and send it again. Sorry for the inconvience. Those two patches will enable egl_dri2.so to load swrast_dri.so and we could use software rendering for OpenGL ES1 and O