[xserver-commit] xserver/dri .cvsignore,1.1,1.2 Makefile.am,1.1,1.2 dri.c,1.1,1.2 dri.h,1.1,1.2 dristruct.h,1.1,1.2 sarea.h,1.1,1.2 xf86dri.c,1.1,1.2 xf86dri.h,1.1,1.2 xf86dristr.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/dri
In directory pdx:/home/anholt/xserver/dri

Added Files:
	.cvsignore Makefile.am dri.c dri.h dristruct.h sarea.h 
	xf86dri.c xf86dri.h xf86dristr.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.