summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglsurface.c
Commit message (Collapse)AuthorAgeFilesLines
* egl: implment EGL_LARGEST_PBUFFER queryBrian Paul2008-06-201-1/+4
|
* egl: fix width/height testsBrian Paul2008-05-301-1/+1
|
* added _eglGet*Handle() functionsBrian Paul2008-05-271-0/+20
| | | | | | These are the inverse of the _eglLookup*() functions. Returns the public handle for a private surface/config/display/etc. Removes glapi.c's direct access of private fields.
* fix typo: s/Contexts/Surfaces/Brian Paul2008-05-271-1/+1
|
* assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul2008-05-271-5/+7
|
* fix typoBrian Paul2006-02-051-1/+1
|
* some initial EGL 1.2 workBrian Paul2006-01-301-2/+114
|
* Some initial per-thread support.Brian Paul2005-12-101-2/+0
| | | | Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA.
* Redo _eglInitSurface() so it can be used with all surface types.Brian Paul2005-11-271-91/+185
| | | | Redo _eglInitContext() to do error checking, attribute list parsing, etc.
* update some commentsBrian Paul2005-11-231-2/+5
|
* added _eglInitPbufferSurface()Brian Paul2005-05-171-0/+74
|
* Implement query of surface type.Jon Smirl2005-05-161-0/+3
|
* initial EGL codeBrian Paul2005-04-221-0/+246