summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/intel/dri/Makefile
AgeCommit message (Collapse)Author
2009-10-05i915g: Drop the simple sufixJakob Bornecrantz
None of the other driver have a silly sufix, so just drop it. Nothing new added in this commit or any other commit but this is better marketing.
2009-06-30identity: Create a drm_api wrapperJakob Bornecrantz
2009-05-16gallium-intel: Enable trace driverJakob Bornecrantz
2009-05-09gallium: replace lib with $(LIB_DIR)Hanno Böck
2009-04-28gallium-intel: Create a i965_dri.so symlinkJakob Bornecrantz
This is only used for debuging the gem backend on i965 chipset using the softpipe pipe driver. Usage: "export INTEL_SOFTPIPE=y" and point LIBGL_DRIVERS_PATH to "$MESA/lib/gallium" where $MESA is the mesa root.
2009-04-28gallium-intel: Fix build of dri driverJakob Bornecrantz
2009-02-12intel: Remove the old depricated dri1 winsysJakob Bornecrantz
2008-08-17consolidate intel directories.Alan Hourihane
we now have src/gallium/winsys/drm/intel/{common,dri,egl}