summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/egl_xlib
Commit message (Expand)AuthorAgeFilesLines
* egl_softpipe: Make winsys and pipe screen per display.Chia-I Wu2009-08-262-27/+77
* 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
* gallium/egl: add missing tex_usage parameterBrian Paul2009-08-111-0/+1
* 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
* Use separate $(MINSTALL) for installing librariesDan Nicholson2009-06-011-1/+1
* egl_xlib: Pass RTLD_LAZY to dlopen.José Fonseca2009-05-011-1/+3
* mesa: Prepend "-Wl," to linking optionsTormod Volden2009-04-301-1/+1
* 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: Unify reference counting.Michel Dänzer2009-03-041-3/+3
* gallium/winsys/egl_xlib: Fix build after introduction of struct pipe_transfer.Michel Dänzer2009-02-181-3/+4
* mesa: build/use libmesagallium.a for gallium buildsBrian Paul2009-02-091-1/+1
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-2/+3
* gallium: make p_winsys internalZack Rusin2009-01-302-2/+2
* egl: compilation fixZack Rusin2009-01-261-2/+4
* gallium: Remove the standalone surfaces.José Fonseca2009-01-201-56/+14
* 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