summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/gallium-st-api'Chia-I Wu2010-03-166-584/+491
|\
| * st/egl: Fix eglCopyBuffers.Chia-I Wu2010-03-132-13/+22
| * st/egl: Use st_api.h instead of st_public.h.Chia-I Wu2010-03-126-576/+474
* | st/egl: Cache the pipe surface used in flush_frontbuffer.Chia-I Wu2010-03-131-7/+15
|/
* target-helpers: remove swrast_xlib.c helperKeith Whitwell2010-03-101-1/+59
* gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell2010-03-102-3/+8
* st/egl: Fix build errors in ximage backend after merge.Chia-I Wu2010-03-103-6/+10
* egl/x11: use swrast-xlib helperKeith Whitwell2010-03-091-3/+2
* ws/xlib: manage the GC internallyKeith Whitwell2010-03-091-12/+0
* Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-0912-71/+467
|\
| * Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-1/+8
| * st/egl: Fix KMS build error after winsys handle change.Chia-I Wu2010-03-091-5/+9
| * Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-082-4/+7
| |\
| | * gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-1/+1
| | * gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-011-3/+6
| * | st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.Chia-I Wu2010-03-054-3/+202
| * | st/egl: Add get_param to native display interface.Chia-I Wu2010-03-054-0/+72
| * | st/egl: Move modeset interface to native_modeset.h.Chia-I Wu2010-03-052-55/+89
| * | st/egl: Add event support to the native display interface.Chia-I Wu2010-03-058-14/+106
* | | st/egl: Use xlib_sw_winsys in ximage backend.Chia-I Wu2010-03-097-451/+45
|/ /
* | egl: Rename pipe formats.José Fonseca2010-03-014-19/+19
|/
* st/egl: Reduce validation round-trips in DRI2 backend.Chia-I Wu2010-02-251-14/+88
* st/egl: Reduce validation round-trips in ximage backend.Chia-I Wu2010-02-252-43/+39
* st/egl: Refactor dri2_surface_get_buffers.Chia-I Wu2010-02-251-51/+67
* st/egl: Add dri2InvalidateBuffers.Chia-I Wu2010-02-254-19/+74
* st/egl: Unify surface creation.Chia-I Wu2010-02-231-107/+97
* st/egl: Disable SHM in ximage backend.Chia-I Wu2010-02-211-3/+10
* st/egl: Properly convert vrefresh to refresh rate.Chia-I Wu2010-02-211-1/+4
* st/egl: Enable extensions before adding configs.Chia-I Wu2010-02-211-6/+6
* st/egl: Do not force validate when update_buffer is called.Chia-I Wu2010-02-211-6/+0
* st/egl: Clean up DRI2 surface.Chia-I Wu2010-02-211-130/+182
* st/egl: Clean up ximage surface.Chia-I Wu2010-02-211-61/+109
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-092-3/+3
* egl: re-fix context_create typoKeith Whitwell2010-02-081-1/+1
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-085-43/+5
* egl: Remove egl_xdri.Chia-I Wu2010-02-054-4/+695
* egl: Convert drivers to use typecast macros.Chia-I Wu2010-02-041-36/+3
* st/egl: Add missing headers to kms display.Chia-I Wu2010-02-041-0/+2
* st/egl: Add missing headers.Vinson Lee2010-02-032-0/+2
* egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira2010-02-043-0/+3
* Merge branch 'gallium-embedded'José Fonseca2010-02-032-3/+3
|\
| * gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-022-2/+2
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* | st/egl: Wrong context might be used in eglBindTexImage.Chia-I Wu2010-02-021-9/+11
|/
* egl: Initialize display configs with the display.Chia-I Wu2010-01-311-1/+1
* egl: Initialize display resources with their display.Chia-I Wu2010-01-311-5/+5
* st/egl: Do not ignore configs without a renderable type.Chia-I Wu2010-01-311-6/+6
* st/egl: Remove egl_g3d_get_current_context.Chia-I Wu2010-01-311-16/+4
* st/egl: eglBindTexImage should bind to an OpenGL ES texture.Chia-I Wu2010-01-301-4/+2
* egl: Rename Binding to CurrentContext in _EGLSurface.Chia-I Wu2010-01-301-2/+2