gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
[mesa.git] / src / gallium / winsys / egl_xlib / egl_xlib.c
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-07-10 Brian Paulegl: added EGL_OPENVG_API case (allow all APIs)
2008-07-09 Zack Rusinegl: plug a small memleak
2008-06-28 Brian Paulegl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE...
2008-06-27 Zack Rusineh, we need a buildbot... fix the compilation
2008-06-27 Robert Ellisonegl: These changes allow an eglBindAPI(EGL_OPENGL_ES_AP...
2008-06-20 Brian Paulegl: added null ptr checks
2008-06-19 Brian Paulegl: use dlsym() to try to identify APIs
2008-06-18 Brian Paulegl: call st_get_proc_address()
2008-06-06 Brian Paulegl: open X display if needed
2008-06-04 Brian Paulegl: do proper setup/init of EGL configs
2008-06-04 Brian Paulegl: prototype some multi-API code
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-30 Brian Paulegl: eglGetProcAddress() stub
2008-05-30 Brian Paulegl: specify client API by bit flag, not string
2008-05-30 Brian Paulegl: added eglDestroySurface function
2008-05-30 Brian Paulegl: fix-up window resizes
2008-05-30 Brian Paulegl: assorted fixes. The code works now.
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-29 Brian Paulegl: new EGL/gallium/softpipe/xlib winsys