summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl
Commit message (Expand)AuthorAgeFilesLines
* st/egl: Introduce native_platform.Chia-I Wu2010-06-298-107/+137
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-291-9/+1
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-285-68/+24
|\
| * gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz2010-06-065-68/+24
* | egl: Introduce platform displays internally.Chia-I Wu2010-06-2310-28/+23
* | egl: s/EGL_DISPLAY/EGL_PLATFORM/.Chia-I Wu2010-06-171-3/+3
* | st/egl: Add fbdev backend.Chia-I Wu2010-06-112-3/+484
* | 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-045-93/+52
* st/egl: Use stamps only to avoid unnecessary geometry update.Chia-I Wu2010-05-312-20/+16
* st/egl: Update KMS backend to use resource_surface.Chia-I Wu2010-05-312-50/+28
* st/egl: Update GDI backend to use resource_surface.Chia-I Wu2010-05-311-146/+51
* st/egl: Update ximage backend to use resource_surface.Chia-I Wu2010-05-311-186/+52
* st/egl: Add helper functions for use by backends.Chia-I Wu2010-05-313-0/+306
* st/egl: Use OS-specific module suffices.Chia-I Wu2010-05-311-6/+17
* st/egl: Add GDI backend.Chia-I Wu2010-05-313-1/+556
* st/egl: Hook eglCreatePbufferFromClientBuffer.Chia-I Wu2010-05-303-20/+141
* st/egl: Fix eglCopyBuffers.Chia-I Wu2010-05-301-2/+1
* st/egl: Initialize KMS backend from an fd.Chia-I Wu2010-05-301-6/+31
* egl/mks: remove extra param from function callBrian Paul2010-05-271-1/+1
* egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()Brian Paul2010-05-271-0/+1
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-251-1/+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-214-27/+21
|\
| * st/egl: adapt to interface changesRoland Scheidegger2010-05-174-27/+21
* | egl_g3d: Check external modules for client APIs first.Chia-I Wu2010-05-083-39/+157
* | glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+1
|/
* et/egl: Remove dead code.Vinson Lee2010-04-261-3/+0
* st_api: Remove st_moduleJakob Bornecrantz2010-04-261-14/+15
* st/egl: No need to use drm_api argument structJakob Bornecrantz2010-04-202-8/+2
* st/egl: Use correct driver_name field to get kernel driver nameJakob Bornecrantz2010-04-201-1/+1
* st/egl: Check for null destroy callback on api structJakob Bornecrantz2010-04-201-1/+1
* Merge branch '7.8'Dan Nicholson2010-04-191-0/+1
|\
| * egl: Pass flags to locate Xlib headers and librariesDan Nicholson2010-04-191-0/+1
* | 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