summaryrefslogtreecommitdiff
path: root/src/egl/main/eglsurface.h
AgeCommit message (Collapse)Author
2008-09-01egl: additional error checking in _eglBind/ReleaseTexImage()Brian Paul
2008-05-27added _eglGet*Handle() functionsBrian Paul
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.
2006-01-30some initial EGL 1.2 workBrian Paul
2005-11-27Redo _eglInitSurface() so it can be used with all surface types.Brian Paul
Redo _eglInitContext() to do error checking, attribute list parsing, etc.
2005-05-17added _eglInitPbufferSurface()Brian Paul
2005-04-22initial EGL codeBrian Paul