summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/egl_xlib
AgeCommit message (Expand)Author
2010-01-22egl: Remove egl_softpipe.Chia-I Wu
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu
2010-01-12egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu
2010-01-11egl_softpipe: Remove the unnecessary call to _eglSwapBuffers.Chia-I Wu
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger
2009-11-23egl: use util_bitcount()Brian Paul
2009-11-10egl_softpipe: Clean up Makefile.Chia-I Wu
2009-08-26egl_softpipe: Make winsys and pipe screen per display.Chia-I Wu
2009-08-21egl_softpipe: Do not flush unlinked context.Chia-I Wu
2009-08-18egl/xlib: move call to create_configs() after we set the Xdpy fieldBrian Paul
2009-08-18egl: Some per-driver data should be per-display.Chia-I Wu
2009-08-18egl: Overhaul driver API.Chia-I Wu
2009-08-11gallium/egl: add missing tex_usage parameterBrian Paul
2009-08-05egl_softpipe: Add support for pbuffer binding.Chia-I Wu
2009-08-05egl_softpipe: Flush when switching current context.Chia-I Wu
2009-08-03egl_softpipe: Add support for pbuffer surface.Chia-I Wu
2009-08-03egl: Replace IsBound by a pointer to the binding.Chia-I Wu
2009-07-17egl: Remove redundant DeletePending flag.Chia-I Wu
2009-07-17egl: Use the link functions to manage resources.Chia-I Wu
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson
2009-05-01egl_xlib: Pass RTLD_LAZY to dlopen.José Fonseca
2009-04-30mesa: Prepend "-Wl," to linking optionsTormod Volden
2009-04-18softpipe: Simplify softpipe_create's prototype.José Fonseca
2009-04-17egl: don't crash with one more khronos apiZack Rusin
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-18gallium/winsys/egl_xlib: Fix build after introduction of struct pipe_transfer.Michel Dänzer
2009-02-09mesa: build/use libmesagallium.a for gallium buildsBrian Paul
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-26egl: compilation fixZack Rusin
2009-01-20gallium: Remove the standalone surfaces.José Fonseca
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