Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca | |
We want to use the pipe_buffer_* inlines everywhere, but a pipe context is not always available nor is it needed. | |||
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
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 ↵ | Brian Paul | |
attributes | |||
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 | |
work correctly with GLES1 and GLES2. - egl_xdri.c just sets the EGL_OPENGL_ES_BIT as well as the EGL_OPENGL_BIT in ClientAPIsMask - eglconfig.c allows the renderable type to include EGL_OPENGL_ES2_BIT as well as EGL_OPENGL_ES_BIT. - egl_xlib.c sets the EGL_NATIVE_RENDERABLE attribute to EGL_FALSE for all softpipe configurations. (Otherwise, an eglChooseConfig() that looks for particular values of EGL_NATIVE_RENDERABLE will fail.) | |||
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 | |
Checkpoint commit. Most required code is in place, and compiles, but totally untested. |