aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/common/egl_g3d.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-6/+3
* egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick2012-08-061-3/+1
* st/egl: Add support for EGL_NV_post_sub_bufferFredrik Höglund2011-12-201-2/+4
* st/egl: Add support for EGL_NOK_swap_regionFredrik Höglund2011-12-151-0/+6
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-1/+1
* st/egl: add support for null platformChia-I Wu2011-09-201-0/+6
* st/egl: overload NATIVE_PARAM_PREMULTIPLIED_ALPHAChia-I Wu2011-09-081-7/+19
* st/egl: add android backendChia-I Wu2011-08-211-0/+11
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-291-9/+4
* st/egl: reorganize backend initializationChia-I Wu2011-06-251-12/+17
* st/egl: Hookup gbm for drm backendBenjamin Franzke2011-06-231-1/+17
* st/egl: set EGL_ALPHA_MASK_SIZEChia-I Wu2011-06-091-0/+4
* st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,waylandBenjamin Franzke2011-05-131-0/+5
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-1/+1
* st/egl: Move the copy context to the native display structureThomas Hellstrom2011-03-011-3/+0
* st/egl: Fix platform selectionBenjamin Franzke2011-02-081-0/+1
* st/egl: Add wayland platformBenjamin Franzke2011-02-071-0/+8
* egl: Improve driver selection.Chia-I Wu2011-01-131-42/+44
* egl: Simplify driver matching.Chia-I Wu2011-01-131-8/+3
* egl: Cleanup _EGLDisplay initialization.Chia-I Wu2011-01-131-9/+8
* st/egl: Allow single-buffered pixmaps.Chia-I Wu2010-12-221-25/+15
* st/egl: Remove native_config::samples.Chia-I Wu2010-12-221-3/+1
* st/egl: Remove native_config::slow_config.Chia-I Wu2010-12-221-3/+0
* st/egl: Use native_display_buffer for EGL_MESA_drm_image.Chia-I Wu2010-11-031-1/+2
* st/egl: Add support for swap interval and swap behavior.Chia-I Wu2010-11-031-4/+19
* egl: Fix _eglModeLookup.Chia-I Wu2010-10-231-11/+11
* egl: Minor changes to the _EGLScreen interface.Chia-I Wu2010-10-231-2/+2
* egl: Minor changes to the _EGLConfig interface.Chia-I Wu2010-10-231-1/+1
* st/egl: Access _EGLConfig directly.Chia-I Wu2010-10-141-31/+26
* st/egl: Skip single-buffered configs in EGL.Chia-I Wu2010-09-301-0/+4
* st/egl: Rename kms backend to drm.Chia-I Wu2010-09-191-2/+2
* st/egl: Use profiles to create OpenGL ES contexts.Chia-I Wu2010-09-101-5/+5
* 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-261-0/+3
* st/egl: Add support for EGL_KHR_surfaceless_*.Chia-I Wu2010-08-261-0/+4
* st/egl: Add support for EGL_KHR_fence_sync.Chia-I Wu2010-08-171-0/+1
* st/egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu2010-08-171-0/+2
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-311-0/+2
* 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: Remove st/egl probe code.Chia-I Wu2010-06-291-73/+1
* st/egl: Move module loading code to targets.Chia-I Wu2010-06-291-60/+52
* st/egl: One driver per hardware.Chia-I Wu2010-06-291-6/+42
* st/egl: Introduce native_platform.Chia-I Wu2010-06-291-14/+33
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-291-9/+1
* egl: Introduce platform displays internally.Chia-I Wu2010-06-231-4/+4
* st/egl: Add GDI backend.Chia-I Wu2010-05-311-1/+1
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-1/+1
|\
| * st/egl: adapt to interface changesRoland Scheidegger2010-05-171-1/+1
* | egl_g3d: Check external modules for client APIs first.Chia-I Wu2010-05-081-7/+2
|/