summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/common/egl_g3d_api.h
AgeCommit message (Collapse)Author
2010-12-22st/egl: Remove unnecessary egl_g3d_find_pixmap_config.Chia-I Wu
It was used to find a compatible config for a given pixmap. Now that a config is optional for pixmap surface creation, the function is not needed.
2010-04-11st/egl: Factor driver callbacks to a new file.Chia-I Wu
Factor all callbacks other than Initialize, Terminate, and GetProcAddress to egl_g3d_api.c.