summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl
AgeCommit message (Expand)Author
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu
2010-03-13st/egl: Fix eglCopyBuffers.Chia-I Wu
2010-03-13st/egl: Cache the pipe surface used in flush_frontbuffer.Chia-I Wu
2010-03-12st/egl: Use st_api.h instead of st_public.h.Chia-I Wu
2010-03-10target-helpers: remove swrast_xlib.c helperKeith Whitwell
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell
2010-03-10st/egl: Fix build errors in ximage backend after merge.Chia-I Wu
2010-03-09egl/x11: use swrast-xlib helperKeith Whitwell
2010-03-09ws/xlib: manage the GC internallyKeith Whitwell
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-09st/egl: Use xlib_sw_winsys in ximage backend.Chia-I Wu
2010-03-09st/egl: Fix KMS build error after winsys handle change.Chia-I Wu
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell
2010-03-05st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.Chia-I Wu
2010-03-05st/egl: Add get_param to native display interface.Chia-I Wu
2010-03-05st/egl: Move modeset interface to native_modeset.h.Chia-I Wu
2010-03-05st/egl: Add event support to the native display interface.Chia-I Wu
2010-03-01egl: Rename pipe formats.José Fonseca
2010-03-01gallium: Reorg texture usage flagsJakob Bornecrantz
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz
2010-02-25st/egl: Reduce validation round-trips in DRI2 backend.Chia-I Wu
2010-02-25st/egl: Reduce validation round-trips in ximage backend.Chia-I Wu
2010-02-25st/egl: Refactor dri2_surface_get_buffers.Chia-I Wu
2010-02-25st/egl: Add dri2InvalidateBuffers.Chia-I Wu
2010-02-23st/egl: Unify surface creation.Chia-I Wu
2010-02-21st/egl: Disable SHM in ximage backend.Chia-I Wu
2010-02-21st/egl: Properly convert vrefresh to refresh rate.Chia-I Wu
2010-02-21st/egl: Enable extensions before adding configs.Chia-I Wu
2010-02-21st/egl: Do not force validate when update_buffer is called.Chia-I Wu
2010-02-21st/egl: Clean up DRI2 surface.Chia-I Wu
2010-02-21st/egl: Clean up ximage surface.Chia-I Wu
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-08egl: re-fix context_create typoKeith Whitwell
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-05egl: Remove egl_xdri.Chia-I Wu
2010-02-04egl: Convert drivers to use typecast macros.Chia-I Wu
2010-02-04st/egl: Add missing headers to kms display.Chia-I Wu
2010-02-03st/egl: Add missing headers.Vinson Lee
2010-02-04egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira
2010-02-03Merge branch 'gallium-embedded'José Fonseca
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-02st/egl: Wrong context might be used in eglBindTexImage.Chia-I Wu
2010-01-31egl: Initialize display configs with the display.Chia-I Wu
2010-01-31egl: Initialize display resources with their display.Chia-I Wu
2010-01-31st/egl: Do not ignore configs without a renderable type.Chia-I Wu
2010-01-31st/egl: Remove egl_g3d_get_current_context.Chia-I Wu
2010-01-30st/egl: eglBindTexImage should bind to an OpenGL ES texture.Chia-I Wu
2010-01-30egl: Rename Binding to CurrentContext in _EGLSurface.Chia-I Wu