summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/egl_xlib/egl_xlib.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Remove egl_softpipe.Chia-I Wu2010-01-221-853/+0
* egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu2010-01-121-1/+1
* egl_softpipe: Remove the unnecessary call to _eglSwapBuffers.Chia-I Wu2010-01-111-14/+8
* egl: use util_bitcount()Brian Paul2009-11-231-14/+4
* egl_softpipe: Make winsys and pipe screen per display.Chia-I Wu2009-08-261-26/+76
* egl_softpipe: Do not flush unlinked context.Chia-I Wu2009-08-211-3/+8
* egl/xlib: move call to create_configs() after we set the Xdpy fieldBrian Paul2009-08-181-2/+2
* egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-10/+26
* egl: Overhaul driver API.Chia-I Wu2009-08-181-95/+59
* egl_softpipe: Add support for pbuffer binding.Chia-I Wu2009-08-051-0/+84
* egl_softpipe: Flush when switching current context.Chia-I Wu2009-08-051-0/+4
* egl_softpipe: Add support for pbuffer surface.Chia-I Wu2009-08-031-7/+96
* egl: Replace IsBound by a pointer to the binding.Chia-I Wu2009-08-031-2/+2
* egl: Remove redundant DeletePending flag.Chia-I Wu2009-07-171-8/+2
* egl: Use the link functions to manage resources.Chia-I Wu2009-07-171-6/+7
* egl_xlib: Pass RTLD_LAZY to dlopen.José Fonseca2009-05-011-1/+3
* softpipe: Simplify softpipe_create's prototype.José Fonseca2009-04-181-1/+1
* egl: don't crash with one more khronos apiZack Rusin2009-04-171-0/+1
* gallium/winsys/egl_xlib: Fix build after introduction of struct pipe_transfer.Michel Dänzer2009-02-181-3/+4
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-2/+3
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* egl: compilation fixZack Rusin2009-01-261-2/+4
* st: change from ** to * for st_unreference_framebuffer()Alan Hourihane2008-09-261-1/+1
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* 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
* eh, we need a buildbot... fix the compilationZack Rusin2008-06-271-1/+1
* egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...Robert Ellison2008-06-271-0/+1
* egl: added null ptr checksBrian Paul2008-06-201-1/+4
* egl: use dlsym() to try to identify APIsBrian Paul2008-06-191-2/+45
* egl: call st_get_proc_address()Brian Paul2008-06-181-5/+1
* 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: new EGL/gallium/softpipe/xlib winsysBrian Paul2008-05-291-0/+461