summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/kms/native_kms.c
AgeCommit message (Expand)Author
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-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-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-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz
2010-06-23egl: Introduce platform displays internally.Chia-I Wu
2010-06-06gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz
2010-05-31st/egl: Update KMS backend to use resource_surface.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-17st/egl: adapt to interface changesRoland Scheidegger
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-11st/egl: Follow the portability guide.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-09st/egl: Remove pbuffer from the native interface.Chia-I Wu
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-09st/egl: Fix KMS build error after winsys handle change.Chia-I Wu
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell
2010-03-05st/egl: Add get_param to native display interface.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-03-01gallium: Reorg texture usage flagsJakob Bornecrantz
2010-02-21st/egl: Properly convert vrefresh to refresh rate.Chia-I Wu
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-04st/egl: Add missing headers to kms display.Chia-I Wu
2010-01-22st/egl_g3d: Rename to st/egl.Chia-I Wu