summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl
AgeCommit message (Expand)Author
2010-06-11st/egl: Add fbdev backend.Chia-I Wu
2010-06-10st/egl: Remove unnecessary header.Vinson Lee
2010-06-06gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz
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: Use stamps only to avoid unnecessary geometry update.Chia-I Wu
2010-05-31st/egl: Update KMS backend to use resource_surface.Chia-I Wu
2010-05-31st/egl: Update GDI backend to use resource_surface.Chia-I Wu
2010-05-31st/egl: Update ximage backend to use resource_surface.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-30st/egl: Initialize KMS backend from an fd.Chia-I Wu
2010-05-27egl/mks: remove extra param from function callBrian Paul
2010-05-27egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()Brian Paul
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz
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-05-07glapi: Move to src/mapi/.Chia-I Wu
2010-04-26et/egl: Remove dead code.Vinson Lee
2010-04-26st_api: Remove st_moduleJakob Bornecrantz
2010-04-20st/egl: No need to use drm_api argument structJakob Bornecrantz
2010-04-20st/egl: Use correct driver_name field to get kernel driver nameJakob Bornecrantz
2010-04-20st/egl: Check for null destroy callback on api structJakob Bornecrantz
2010-04-19Merge branch '7.8'Dan Nicholson
2010-04-19egl: Pass flags to locate Xlib headers and librariesDan Nicholson
2010-04-16st/egl: Remove unnecessary header.Vinson Lee
2010-04-12st/egl: Request the front buffer as needed.Chia-I Wu
2010-04-12st/egl: Fix DRI2 on old X serversJakob 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-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu
2010-03-13st/egl: Fix eglCopyBuffers.Chia-I Wu
2010-03-13st/egl: Cache the pipe surface used in flush_frontbuffer.Chia-I Wu