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-08-26
egl_softpipe: Make winsys and pipe screen per display.
Chia-I Wu
2009-08-21
egl_softpipe: Do not flush unlinked context.
Chia-I Wu
2009-08-18
egl/xlib: move call to create_configs() after we set the Xdpy field
Brian Paul
2009-08-18
egl: Some per-driver data should be per-display.
Chia-I Wu
2009-08-18
egl: Overhaul driver API.
Chia-I Wu
2009-08-11
gallium/egl: add missing tex_usage parameter
Brian Paul
2009-08-05
egl_softpipe: Add support for pbuffer binding.
Chia-I Wu
2009-08-05
egl_softpipe: Flush when switching current context.
Chia-I Wu
2009-08-03
egl_softpipe: Add support for pbuffer surface.
Chia-I Wu
2009-08-03
egl: Replace IsBound by a pointer to the binding.
Chia-I Wu
2009-07-17
egl: Remove redundant DeletePending flag.
Chia-I Wu
2009-07-17
egl: Use the link functions to manage resources.
Chia-I Wu
2009-06-01
Use separate $(MINSTALL) for installing libraries
Dan Nicholson
2009-05-01
egl_xlib: Pass RTLD_LAZY to dlopen.
José Fonseca
2009-04-30
mesa: Prepend "-Wl," to linking options
Tormod Volden
2009-04-18
softpipe: Simplify softpipe_create's prototype.
José Fonseca
2009-04-17
egl: don't crash with one more khronos api
Zack Rusin
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-18
gallium/winsys/egl_xlib: Fix build after introduction of struct pipe_transfer.
Michel Dänzer
2009-02-09
mesa: build/use libmesagallium.a for gallium builds
Brian Paul
2009-02-02
gallium: remove pipe_buffer from surfaces
Zack Rusin
2009-01-30
gallium: make p_winsys internal
Zack Rusin
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