summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/egl_xlib
AgeCommit message (Expand)Author
2008-09-26st: change from ** to * for st_unreference_framebuffer()Alan Hourihane
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-07-10egl: added EGL_OPENVG_API case (allow all APIs)Brian Paul
2008-07-09egl: plug a small memleakZack Rusin
2008-06-28egl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE, EGL_SURFACE_TYPE attri...Brian Paul
2008-06-27egl: helps if the stride is rightZack Rusin
2008-06-27eh, we need a buildbot... fix the compilationZack Rusin
2008-06-27egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...Robert Ellison
2008-06-20egl: added cpp assertions/sanity checksBrian Paul
2008-06-20egl: added null ptr checksBrian Paul
2008-06-19egl: use dlsym() to try to identify APIsBrian Paul
2008-06-18egl: omit libmesa.a glapi.c from libraryBrian Paul
2008-06-18egl: call st_get_proc_address()Brian Paul
2008-06-09egl: s/softpipe_egl.so/egl_softpipe.so/Brian Paul
2008-06-06egl: clean-upsBrian Paul
2008-06-06egl: open X display if neededBrian Paul
2008-06-04egl: do proper setup/init of EGL configsBrian Paul
2008-06-04egl: prototype some multi-API codeBrian Paul
2008-05-30egl: eglGetProcAddress() stubBrian Paul
2008-05-30egl: specify client API by bit flag, not stringBrian Paul
2008-05-30egl: added eglDestroySurface functionBrian Paul
2008-05-30egl: fix-up window resizesBrian Paul
2008-05-30egl: assorted fixes. The code works now.Brian Paul
2008-05-30egl: added surface_alloc_storage()Brian Paul
2008-05-29egl: new EGL/gallium/softpipe/xlib winsysBrian Paul