Age | Commit message (Expand) | Author |
2010-03-09 | Squashed commit of gallium-no-texture-blanket | Keith Whitwell |
2010-03-09 | st/egl: Fix KMS build error after winsys handle change. | Chia-I Wu |
2010-03-08 | Merge commit 'origin/gallium-winsys-handle-rebased' | Keith Whitwell |
2010-03-05 | st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap. | Chia-I Wu |
2010-03-05 | st/egl: Add get_param to native display interface. | Chia-I Wu |
2010-03-05 | st/egl: Move modeset interface to native_modeset.h. | Chia-I Wu |
2010-03-05 | st/egl: Add event support to the native display interface. | Chia-I Wu |
2010-03-01 | egl: Rename pipe formats. | José Fonseca |
2010-03-01 | gallium: Reorg texture usage flags | Jakob Bornecrantz |
2010-03-01 | gallium: Expose a opaque winsys handle and functions on pipe_screen | Jakob Bornecrantz |
2010-02-25 | st/egl: Reduce validation round-trips in DRI2 backend. | Chia-I Wu |
2010-02-25 | st/egl: Reduce validation round-trips in ximage backend. | Chia-I Wu |
2010-02-25 | st/egl: Refactor dri2_surface_get_buffers. | Chia-I Wu |
2010-02-25 | st/egl: Add dri2InvalidateBuffers. | Chia-I Wu |
2010-02-23 | st/egl: Unify surface creation. | Chia-I Wu |
2010-02-21 | st/egl: Disable SHM in ximage backend. | Chia-I Wu |
2010-02-21 | st/egl: Properly convert vrefresh to refresh rate. | Chia-I Wu |
2010-02-21 | st/egl: Enable extensions before adding configs. | Chia-I Wu |
2010-02-21 | st/egl: Do not force validate when update_buffer is called. | Chia-I Wu |
2010-02-21 | st/egl: Clean up DRI2 surface. | Chia-I Wu |
2010-02-21 | st/egl: Clean up ximage surface. | Chia-I Wu |
2010-02-09 | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg |
2010-02-08 | egl: re-fix context_create typo | Keith Whitwell |
2010-02-08 | gallium: squash-merge of gallium screen context | Keith Whitwell |
2010-02-05 | egl: Remove egl_xdri. | Chia-I Wu |
2010-02-04 | egl: Convert drivers to use typecast macros. | Chia-I Wu |
2010-02-04 | st/egl: Add missing headers to kms display. | Chia-I Wu |
2010-02-03 | st/egl: Add missing headers. | Vinson Lee |
2010-02-04 | egl: fix implicit declaration of pipe_texture_reference adding u_inlines.h | Igor Oliveira |
2010-02-03 | Merge branch 'gallium-embedded' | José Fonseca |
2010-02-02 | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple... | José Fonseca |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-02-02 | st/egl: Wrong context might be used in eglBindTexImage. | Chia-I Wu |
2010-01-31 | egl: Initialize display configs with the display. | Chia-I Wu |
2010-01-31 | egl: Initialize display resources with their display. | Chia-I Wu |
2010-01-31 | st/egl: Do not ignore configs without a renderable type. | Chia-I Wu |
2010-01-31 | st/egl: Remove egl_g3d_get_current_context. | Chia-I Wu |
2010-01-30 | st/egl: eglBindTexImage should bind to an OpenGL ES texture. | Chia-I Wu |
2010-01-30 | egl: Rename Binding to CurrentContext in _EGLSurface. | Chia-I Wu |
2010-01-28 | egl: Migrate drivers to use _eglBindContext. | Chia-I Wu |
2010-01-28 | egl: eglMakeCurrent should accept an uninitialized display. | Chia-I Wu |
2010-01-26 | egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay. | Chia-I Wu |
2010-01-25 | egl: Native types are renamed in EGL 1.3. | Chia-I Wu |
2010-01-25 | egl: check if driver_name is null | Igor Oliveira |
2010-01-24 | egl: Make surfaces and contexts resources. | Chia-I Wu |
2010-01-22 | st/egl_g3d: Rename to st/egl. | Chia-I Wu |
2010-01-22 | st/egl: Remove the egl state tracker. | Chia-I Wu |
2010-01-12 | Merge branch 'master' into opengl-es-v2 | Chia-I Wu |
2009-12-31 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-28 | st/egl: Move declaration before code. | Vinson Lee |