[xserver-commit] xserver/drm .cvsignore,1.1,1.2 Makefile.am,1.1,1.2 drm.h,1.1,1.2 drmhash.c,1.1,1.2 libdrm.c,1.1,1.2 libdrm.h,1.1,1.2

Eric Anholt xserver-commit@pdx.freedesktop.org
Sun, 28 Dec 2003 22:24:03 -0800


Committed by: anholt

Update of /cvs/xserver/xserver/drm
In directory pdx:/home/anholt/xserver/drm

Added Files:
	.cvsignore Makefile.am drm.h drmhash.c libdrm.c libdrm.h 
Log Message:
Merge dri-0-1-branch to trunk.  Notable changes:
- Add libdrm and libdri.  Portions of the DRI extension are stubbed
  out.
- Use the DRM in the ATI driver when available.  This provides a
  minor performance improvement in x11perf, and opens the possibility
  of using the 3d hardware for acceleration in the future.
- Implement solid fill acceleration for Composite in KAA.
- Implement Blend hook for Composite and use it on r128.
- Fix a bug of mine that resulted in overuse of offscreen memory.
- Fix many miscellaneous bugs in ATI driver and add PCI IDs.