aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl
Commit message (Expand)AuthorAgeFilesLines
...
* egl: Parse image attributes with _eglParseImageAttribList.Chia-I Wu2010-10-221-81/+37
* egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu2010-10-221-2/+2
* st/egl: Do not finish a fence that is NULL.Chia-I Wu2010-10-141-2/+4
* st/egl: Access _EGLConfig directly.Chia-I Wu2010-10-141-31/+26
* Get rid of GL/internal/glcore.hKristian Høgsberg2010-10-133-2/+183
* st/egl: Drop context argument from egl_g3d_get_egl_image.Chia-I Wu2010-09-301-1/+0
* st/egl: Skip single-buffered configs in EGL.Chia-I Wu2010-09-302-4/+4
* glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x buildLuca Barbieri2010-09-221-0/+11
* st/egl: s/kms/drm/ on the drm backend.Chia-I Wu2010-09-193-303/+303
* st/egl: Rename kms backend to drm.Chia-I Wu2010-09-196-19/+19
* st/egl: Split modeset code support to modeset.c.Chia-I Wu2010-09-193-587/+647
* st/egl: Use profiles to create OpenGL ES contexts.Chia-I Wu2010-09-104-48/+26
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-3/+21
* st/egl: Enable EGL_MESA_drm_display.Chia-I Wu2010-08-311-1/+3
* st/egl: Add support for EGL_MESA_image_drm.Chia-I Wu2010-08-264-0/+260
* st/egl: Add support for EGL_KHR_surfaceless_*.Chia-I Wu2010-08-262-9/+16
* st/egl: Make KMS support optional in KMS backend.Chia-I Wu2010-08-261-22/+24
* st/egl: Fix r300/r600 support in KMS backend.Chia-I Wu2010-08-242-3/+32
* st/egl: Fix win32 build.Chia-I Wu2010-08-191-0/+1
* st/egl: Add support for EGL_KHR_fence_sync.Chia-I Wu2010-08-173-0/+71
* st/egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu2010-08-175-0/+297
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-312-4/+10
* Untangle gallium/egl/glx source sharing mess and make it compile againKristian Høgsberg2010-07-283-114/+58
* st/egl: Fix debug linenobled2010-07-261-1/+1
* st/egl: Fixes for recent GLX cleanup.Chia-I Wu2010-07-202-19/+45
* st/egl: Add support for !GLX_DIRECT_RENDERING.Chia-I Wu2010-07-064-41/+79
* st/egl: Remove unnecessary headers.Vinson Lee2010-07-031-3/+0
* 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
* st/egl: Add egl-gdi target.Chia-I Wu2010-06-301-1/+1
* egl: Remove st/egl probe code.Chia-I Wu2010-06-298-149/+1
* st/egl: Build a single EGL driver.Chia-I Wu2010-06-291-74/+2
* st/egl: Move module loading code to targets.Chia-I Wu2010-06-2918-389/+213
* st/egl: Reorganize targets.Chia-I Wu2010-06-292-7/+7
* st/egl: One driver per hardware.Chia-I Wu2010-06-299-31/+90
* 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