summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl-i965/target.c
AgeCommit message (Collapse)Author
2010-06-29st/egl: Reorganize targets.Chia-I Wu
Merge all targets into targets/egl/. The target produces egl_gallium_<HW>.so for each pipe driver and st_<API>.so for each client APIs. This enables us to further merge egl_gallium_<HW>.so into egl_gallium.so later.
2010-06-24gallium: Use debugging helper in all drm targetsJakob Bornecrantz
2010-06-23i965g: Move bootstrap code to targetsJakob Bornecrantz
2010-06-06gallium: Make all drm drivers use the new drm compat helperJakob Bornecrantz