aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/common
Commit message (Expand)AuthorAgeFilesLines
* st/egl: Fix debug linenobled2010-07-261-1/+1
* st/egl: Manually free configs on terminate.Chia-I Wu2010-06-301-1/+13
* egl: Store screens in a dynamic array.Chia-I Wu2010-06-301-7/+10
* egl: Store configs in a dynamic array.Chia-I Wu2010-06-301-3/+3
* egl: Remove st/egl probe code.Chia-I Wu2010-06-294-141/+1
* st/egl: Move module loading code to targets.Chia-I Wu2010-06-299-261/+119
* st/egl: Reorganize targets.Chia-I Wu2010-06-291-6/+6
* st/egl: One driver per hardware.Chia-I Wu2010-06-293-8/+53
* st/egl: Introduce native_platform.Chia-I Wu2010-06-294-34/+56
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-291-9/+1
* egl: Introduce platform displays internally.Chia-I Wu2010-06-233-8/+7
* st/egl: Remove unnecessary header.Vinson Lee2010-06-101-1/+0
* st/egl: Fix compiler warnings.Chia-I Wu2010-06-041-0/+1
* st/egl: Move sw screen creation to native helper.Chia-I Wu2010-06-042-0/+21
* st/egl: Add helper functions for use by backends.Chia-I Wu2010-05-312-0/+305
* st/egl: Use OS-specific module suffices.Chia-I Wu2010-05-311-6/+17
* st/egl: Add GDI backend.Chia-I Wu2010-05-311-1/+1
* st/egl: Hook eglCreatePbufferFromClientBuffer.Chia-I Wu2010-05-303-20/+141
* st/egl: Fix eglCopyBuffers.Chia-I Wu2010-05-301-2/+1
* egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()Brian Paul2010-05-271-0/+1
* st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz2010-05-211-7/+8
* st_api: Add get param function to st_managerJakob Bornecrantz2010-05-211-0/+8
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-212-23/+16
|\
| * st/egl: adapt to interface changesRoland Scheidegger2010-05-172-23/+16
* | egl_g3d: Check external modules for client APIs first.Chia-I Wu2010-05-083-39/+157
|/
* et/egl: Remove dead code.Vinson Lee2010-04-261-3/+0
* st_api: Remove st_moduleJakob Bornecrantz2010-04-261-14/+15
* st/egl: Follow the portability guide.Chia-I Wu2010-04-115-38/+39
* 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-112-21/+69
* st/egl: Remove __GLcontextModes from the native interface.Chia-I Wu2010-04-113-41/+129
* Squashed commit of the following:Keith Whitwell2010-04-105-27/+29
* Fix copyright headers.Chia-I Wu2010-04-108-40/+48
* 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-094-24/+84
* 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
* 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
* gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell2010-03-102-3/+8
* Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-096-54/+349
|\
| * 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-051-0/+16
| * 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-052-2/+48
* | st/egl: Use xlib_sw_winsys in ximage backend.Chia-I Wu2010-03-092-18/+0
|/
* egl: Rename pipe formats.José Fonseca2010-03-011-1/+1
* st/egl: Reduce validation round-trips in ximage backend.Chia-I Wu2010-02-251-19/+1