EGL_MESA_screen_surface proposal

Alan Hourihane alanh at fairlite.demon.co.uk
Tue Mar 15 07:20:58 PST 2005


On Tue, Mar 15, 2005 at 10:06:37AM -0500, Jon Smirl wrote:
> Breif comments on how to implement each one on top of new fbdev layer.
> 
> On Tue, 15 Mar 2005 07:26:48 -0700, Brian Paul
> <brian.paul at tungstengraphics.com> wrote:
> >     EGLBoolean eglChooseModeMESA(EGLDisplay dpy, const EGLint *attrib_list,
> >                                  EGLModeMESA *modes, EGLint modes_size,
> >                                  EGLint *num_modes)
> 
> Retrieve full mode list, do matching in egl library
> 
> > 
> >     EGLBoolean eglGetModesMESA(EGLDisplay dpy, EGLint screen_number,
> >                                EGLModeMESA *modes, EGLint modes_size,
> >                                EGLint *num_modes)
> 
> read full list of modes from sysfs

I'm a little concerned about a fixed mode list.

What if I wanted to do 900x900 or some other wacky resolution ??

Alan.


More information about the dri-egl mailing list