summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglsurface.h
Commit message (Collapse)AuthorAgeFilesLines
* egl: additional error checking in _eglBind/ReleaseTexImage()Brian Paul2008-09-011-0/+1
|
* added _eglGet*Handle() functionsBrian Paul2008-05-271-0/+4
| | | | | | 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.
* some initial EGL 1.2 workBrian Paul2006-01-301-0/+20
|
* Redo _eglInitSurface() so it can be used with all surface types.Brian Paul2005-11-271-7/+4
| | | | Redo _eglInitContext() to do error checking, attribute list parsing, etc.
* added _eglInitPbufferSurface()Brian Paul2005-05-171-0/+4
|
* initial EGL codeBrian Paul2005-04-221-0/+96