index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
/
egl_xlib
Age
Commit message (
Expand
)
Author
2009-01-26
egl: compilation fix
Zack Rusin
2009-01-20
gallium: Remove the standalone surfaces.
José Fonseca
2008-09-26
st: change from ** to * for st_unreference_framebuffer()
Alan Hourihane
2008-09-03
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-07-10
egl: added EGL_OPENVG_API case (allow all APIs)
Brian Paul
2008-07-09
egl: plug a small memleak
Zack Rusin
2008-06-28
egl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE, EGL_SURFACE_TYPE attri...
Brian Paul
2008-06-27
egl: helps if the stride is right
Zack Rusin
2008-06-27
eh, we need a buildbot... fix the compilation
Zack Rusin
2008-06-27
egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...
Robert Ellison
2008-06-20
egl: added cpp assertions/sanity checks
Brian Paul
2008-06-20
egl: added null ptr checks
Brian Paul
2008-06-19
egl: use dlsym() to try to identify APIs
Brian Paul
2008-06-18
egl: omit libmesa.a glapi.c from library
Brian Paul
2008-06-18
egl: call st_get_proc_address()
Brian Paul
2008-06-09
egl: s/softpipe_egl.so/egl_softpipe.so/
Brian Paul
2008-06-06
egl: clean-ups
Brian Paul
2008-06-06
egl: open X display if needed
Brian Paul
2008-06-04
egl: do proper setup/init of EGL configs
Brian Paul
2008-06-04
egl: prototype some multi-API code
Brian Paul
2008-05-30
egl: eglGetProcAddress() stub
Brian Paul
2008-05-30
egl: specify client API by bit flag, not string
Brian Paul
2008-05-30
egl: added eglDestroySurface function
Brian Paul
2008-05-30
egl: fix-up window resizes
Brian Paul
2008-05-30
egl: assorted fixes. The code works now.
Brian Paul
2008-05-30
egl: added surface_alloc_storage()
Brian Paul
2008-05-29
egl: new EGL/gallium/softpipe/xlib winsys
Brian Paul