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_
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
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
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
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