summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl
Commit message (Expand)AuthorAgeFilesLines
* st/egl: Remove unnecessary header.Vinson Lee2010-04-161-1/+0
* st/egl: Request the front buffer as needed.Chia-I Wu2010-04-121-7/+11
* st/egl: Fix DRI2 on old X serversJakob Bornecrantz2010-04-121-1/+10
* st/egl: Follow the portability guide.Chia-I Wu2010-04-1110-92/+86
* st/egl: Factor driver callbacks to a new file.Chia-I Wu2010-04-115-702/+776
* st/egl: Remove unnecessary header.Vinson Lee2010-04-101-1/+0
* st/egl: Remove depth/stencil format from the native interface.Chia-I Wu2010-04-115-108/+93
* st/egl: Remove __GLcontextModes from the native interface.Chia-I Wu2010-04-118-168/+183
* Squashed commit of the following:Keith Whitwell2010-04-109-67/+67
* Fix copyright headers.Chia-I Wu2010-04-1016-80/+96
* st/egl: Fix a typo in determining the render buffer.Chia-I Wu2010-04-101-1/+1
* st/egl: Move probe interface to native_probe.h.Chia-I Wu2010-04-092-37/+68
* st/egl: Remove pbuffer from the native interface.Chia-I Wu2010-04-098-170/+105
* st/egl: Implement get_egl_image hook.Chia-I Wu2010-04-041-0/+32
* st/egl: Add a missing break.Chia-I Wu2010-04-021-0/+1
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-303-6/+6
* 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