summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/common/egl_g3d.c
AgeCommit message (Expand)Author
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-14st/egl: Access _EGLConfig directly.Chia-I Wu
2010-09-30st/egl: Skip single-buffered configs in EGL.Chia-I Wu
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu
2010-09-10st/egl: Use profiles to create OpenGL ES contexts.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-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-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-29egl: Remove st/egl probe code.Chia-I Wu
2010-06-29st/egl: Move module loading code to 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-23egl: Introduce platform displays internally.Chia-I Wu
2010-05-31st/egl: Add GDI backend.Chia-I Wu
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17st/egl: adapt to interface changesRoland Scheidegger
2010-05-08egl_g3d: Check external modules for client APIs first.Chia-I Wu
2010-04-11st/egl: Follow the portability guide.Chia-I Wu
2010-04-11st/egl: Factor driver callbacks to a new file.Chia-I Wu
2010-04-11st/egl: Remove depth/stencil format from the native interface.Chia-I Wu
2010-04-11st/egl: Remove __GLcontextModes from the native interface.Chia-I Wu
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-10Fix copyright headers.Chia-I Wu
2010-04-10st/egl: Fix a typo in determining the render buffer.Chia-I Wu
2010-04-09st/egl: Remove pbuffer from the native interface.Chia-I Wu
2010-03-13st/egl: Fix eglCopyBuffers.Chia-I Wu
2010-03-12st/egl: Use st_api.h instead of st_public.h.Chia-I Wu
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-09st/egl: Use xlib_sw_winsys in ximage backend.Chia-I Wu
2010-03-05st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.Chia-I Wu
2010-03-05st/egl: Add event support to the native display interface.Chia-I Wu
2010-03-01egl: Rename pipe formats.José Fonseca
2010-02-25st/egl: Reduce validation round-trips in ximage backend.Chia-I Wu
2010-02-23st/egl: Unify surface creation.Chia-I Wu
2010-02-21st/egl: Enable extensions before adding configs.Chia-I Wu
2010-02-21st/egl: Do not force validate when update_buffer is called.Chia-I Wu
2010-02-08egl: re-fix context_create typoKeith Whitwell
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-03st/egl: Add missing headers.Vinson Lee
2010-02-04egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira
2010-02-02st/egl: Wrong context might be used in eglBindTexImage.Chia-I Wu