summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/egl_xlib
Commit message (Expand)AuthorAgeFilesLines
* st: change from ** to * for st_unreference_framebuffer()Alan Hourihane2008-09-261-1/+1
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-1/+1
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-242-2/+3
* egl: added EGL_OPENVG_API case (allow all APIs)Brian Paul2008-07-101-0/+1
* egl: plug a small memleakZack Rusin2008-07-091-0/+1
* egl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE, EGL_SURFACE_TYPE attri...Brian Paul2008-06-281-0/+7
* egl: helps if the stride is rightZack Rusin2008-06-271-1/+3
* eh, we need a buildbot... fix the compilationZack Rusin2008-06-272-6/+4
* egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...Robert Ellison2008-06-271-0/+1
* egl: added cpp assertions/sanity checksBrian Paul2008-06-201-0/+2
* egl: added null ptr checksBrian Paul2008-06-201-1/+4
* egl: use dlsym() to try to identify APIsBrian Paul2008-06-191-2/+45
* egl: omit libmesa.a glapi.c from libraryBrian Paul2008-06-181-2/+6
* egl: call st_get_proc_address()Brian Paul2008-06-181-5/+1
* egl: s/softpipe_egl.so/egl_softpipe.so/Brian Paul2008-06-091-3/+3
* egl: clean-upsBrian Paul2008-06-061-11/+9
* egl: open X display if neededBrian Paul2008-06-061-0/+4
* egl: do proper setup/init of EGL configsBrian Paul2008-06-041-21/+52
* egl: prototype some multi-API codeBrian Paul2008-06-041-10/+19
* egl: eglGetProcAddress() stubBrian Paul2008-05-301-0/+12
* egl: specify client API by bit flag, not stringBrian Paul2008-05-301-2/+8
* egl: added eglDestroySurface functionBrian Paul2008-05-301-0/+23
* egl: fix-up window resizesBrian Paul2008-05-301-0/+4
* egl: assorted fixes. The code works now.Brian Paul2008-05-301-7/+60
* egl: added surface_alloc_storage()Brian Paul2008-05-301-1/+38
* egl: new EGL/gallium/softpipe/xlib winsysBrian Paul2008-05-294-0/+832