summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/common/egl_g3d.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-04st/egl: Remove.Jose Fonseca1-674/+0
2014-05-25gallium/egl: st_profiles are build time decision, treat them as suchEmil Velikov1-8/+12
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-6/+3
2012-08-06egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick1-3/+1
2011-12-20st/egl: Add support for EGL_NV_post_sub_bufferFredrik Höglund1-2/+4
2011-12-15st/egl: Add support for EGL_NOK_swap_regionFredrik Höglund1-0/+6
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-1/+1
2011-09-20st/egl: add support for null platformChia-I Wu1-0/+6
2011-09-08st/egl: overload NATIVE_PARAM_PREMULTIPLIED_ALPHAChia-I Wu1-7/+19
2011-08-21st/egl: add android backendChia-I Wu1-0/+11
2011-06-29st-api: Rework how drawables are invalidated v3.Thomas Hellstrom1-9/+4
2011-06-25st/egl: reorganize backend initializationChia-I Wu1-12/+17
2011-06-23st/egl: Hookup gbm for drm backendBenjamin Franzke1-1/+17
2011-06-09st/egl: set EGL_ALPHA_MASK_SIZEChia-I Wu1-0/+4
2011-05-13st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,waylandBenjamin Franzke1-0/+5
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-1/+1
2011-03-01st/egl: Move the copy context to the native display structureThomas Hellstrom1-3/+0
2011-02-08st/egl: Fix platform selectionBenjamin Franzke1-0/+1
2011-02-07st/egl: Add wayland platformBenjamin Franzke1-0/+8
2011-01-13egl: Improve driver selection.Chia-I Wu1-42/+44
2011-01-13egl: Simplify driver matching.Chia-I Wu1-8/+3
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu1-9/+8
2010-12-22st/egl: Allow single-buffered pixmaps.Chia-I Wu1-25/+15
2010-12-22st/egl: Remove native_config::samples.Chia-I Wu1-3/+1
2010-12-22st/egl: Remove native_config::slow_config.Chia-I Wu1-3/+0
2010-11-03st/egl: Use native_display_buffer for EGL_MESA_drm_image.Chia-I Wu1-1/+2
2010-11-03st/egl: Add support for swap interval and swap behavior.Chia-I Wu1-4/+19
2010-10-23egl: Fix _eglModeLookup.Chia-I Wu1-11/+11
2010-10-23egl: Minor changes to the _EGLScreen interface.Chia-I Wu1-2/+2
2010-10-23egl: Minor changes to the _EGLConfig interface.Chia-I Wu1-1/+1
2010-10-14st/egl: Access _EGLConfig directly.Chia-I Wu1-31/+26
2010-09-30st/egl: Skip single-buffered configs in EGL.Chia-I Wu1-0/+4
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu1-2/+2
2010-09-10st/egl: Use profiles to create OpenGL ES contexts.Chia-I Wu1-5/+5
2010-08-31st/egl: Enable EGL_MESA_drm_display.Chia-I Wu1-1/+3
2010-08-26st/egl: Add support for EGL_MESA_image_drm.Chia-I Wu1-0/+3
2010-08-26st/egl: Add support for EGL_KHR_surfaceless_*.Chia-I Wu1-0/+4
2010-08-17st/egl: Add support for EGL_KHR_fence_sync.Chia-I Wu1-0/+1
2010-08-17st/egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu1-0/+2
2010-07-31egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu1-0/+2
2010-06-30st/egl: Manually free configs on terminate.Chia-I Wu1-1/+13
2010-06-30egl: Store screens in a dynamic array.Chia-I Wu1-7/+10
2010-06-29egl: Remove st/egl probe code.Chia-I Wu1-73/+1
2010-06-29st/egl: Move module loading code to targets.Chia-I Wu1-60/+52
2010-06-29st/egl: One driver per hardware.Chia-I Wu1-6/+42
2010-06-29st/egl: Introduce native_platform.Chia-I Wu1-14/+33
2010-06-29st_api: Remove st_context::is_visual_supported.Chia-I Wu1-9/+1
2010-06-23egl: Introduce platform displays internally.Chia-I Wu1-4/+4
2010-05-31st/egl: Add GDI backend.Chia-I Wu1-1/+1