summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/common
AgeCommit message (Expand)Author
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-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-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-26st/egl: Fix debug linenobled
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-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: 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-23egl: Introduce platform displays internally.Chia-I Wu
2010-06-10st/egl: Remove unnecessary header.Vinson Lee
2010-06-04st/egl: Fix compiler warnings.Chia-I Wu
2010-06-04st/egl: Move sw screen creation to native helper.Chia-I Wu
2010-05-31st/egl: Add helper functions for use by backends.Chia-I Wu
2010-05-31st/egl: Use OS-specific module suffices.Chia-I Wu
2010-05-31st/egl: Add GDI backend.Chia-I Wu
2010-05-30st/egl: Hook eglCreatePbufferFromClientBuffer.Chia-I Wu
2010-05-30st/egl: Fix eglCopyBuffers.Chia-I Wu
2010-05-27egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()Brian Paul
2010-05-21st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz
2010-05-21st_api: Add get param function to st_managerJakob Bornecrantz
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-26et/egl: Remove dead code.Vinson Lee
2010-04-26st_api: Remove st_moduleJakob Bornecrantz
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-10st/egl: Remove unnecessary header.Vinson Lee
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: Move probe interface to native_probe.h.Chia-I Wu
2010-04-09st/egl: Remove pbuffer from the native interface.Chia-I Wu
2010-04-04st/egl: Implement get_egl_image hook.Chia-I Wu
2010-04-02st/egl: Add a missing break.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