summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl
AgeCommit message (Expand)Author
2010-11-03st/egl: Remove flush_frontbuffer and swap_buffers.Chia-I Wu
2010-11-03st/egl: Use native_surface::present callback.Chia-I Wu
2010-11-03st/egl: Add native_surface::present callback.Chia-I Wu
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
2010-11-01st/egl image: multiply drm buf-stride with blocksizeBenjamin Franzke
2010-10-23st/egl: Use resource reference count for egl_g3d_sync.Chia-I Wu
2010-10-23egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu
2010-10-23st/egl: Fix native_mode refresh mode.Chia-I Wu
2010-10-23egl: Fix _eglModeLookup.Chia-I Wu
2010-10-23egl: Minor changes to the _EGLScreen interface.Chia-I Wu
2010-10-23egl: Minor changes to the _EGLConfig interface.Chia-I Wu
2010-10-22egl: Parse image attributes with _eglParseImageAttribList.Chia-I Wu
2010-10-22egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu
2010-10-14st/egl: Do not finish a fence that is NULL.Chia-I Wu
2010-10-14st/egl: Access _EGLConfig directly.Chia-I Wu
2010-10-13Get rid of GL/internal/glcore.hKristian Høgsberg
2010-09-30st/egl: Drop context argument from egl_g3d_get_egl_image.Chia-I Wu
2010-09-30st/egl: Skip single-buffered configs in EGL.Chia-I Wu
2010-09-22glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x buildLuca Barbieri
2010-09-19st/egl: s/kms/drm/ on the drm backend.Chia-I Wu
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu
2010-09-19st/egl: Split modeset code support to modeset.c.Chia-I Wu
2010-09-10st/egl: Use profiles to create OpenGL ES contexts.Chia-I Wu
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu
2010-08-31st/egl: Enable EGL_MESA_drm_display.Chia-I Wu
2010-08-26st/egl: Add support for EGL_MESA_image_drm.Chia-I Wu
2010-08-26st/egl: Add support for EGL_KHR_surfaceless_*.Chia-I Wu
2010-08-26st/egl: Make KMS support optional in KMS backend.Chia-I Wu
2010-08-24st/egl: Fix r300/r600 support in KMS backend.Chia-I Wu
2010-08-19st/egl: Fix win32 build.Chia-I Wu
2010-08-17st/egl: Add support for EGL_KHR_fence_sync.Chia-I Wu
2010-08-17st/egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu
2010-07-31egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu
2010-07-28Untangle gallium/egl/glx source sharing mess and make it compile againKristian Høgsberg
2010-07-26st/egl: Fix debug linenobled
2010-07-20st/egl: Fixes for recent GLX cleanup.Chia-I Wu
2010-07-06st/egl: Add support for !GLX_DIRECT_RENDERING.Chia-I Wu
2010-07-03st/egl: Remove unnecessary headers.Vinson Lee
2010-06-30st/egl: Manually free configs on terminate.Chia-I Wu
2010-06-30egl: Store screens in a dynamic array.Chia-I Wu
2010-06-30egl: Store configs in a dynamic array.Chia-I Wu
2010-06-30st/egl: Add egl-gdi target.Chia-I Wu
2010-06-29egl: Remove st/egl probe code.Chia-I Wu
2010-06-29st/egl: Build a single EGL driver.Chia-I Wu
2010-06-29st/egl: Move module loading code to targets.Chia-I Wu
2010-06-29st/egl: Reorganize targets.Chia-I Wu
2010-06-29st/egl: One driver per hardware.Chia-I Wu
2010-06-29st/egl: Introduce native_platform.Chia-I Wu
2010-06-29st_api: Remove st_context::is_visual_supported.Chia-I Wu
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz