summaryrefslogtreecommitdiff
path: root/src/i810_dri.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-25i810: Move into a legacy directory.Chris Wilson1-1544/+0
2010-06-06Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt1-25/+25
2010-04-16i810: adjust the pitch for DRI renderingDaniel Vetter1-19/+22
2009-04-28Remove a handful of pointless commentsKristian Høgsberg1-14/+0
2009-04-27unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.Eric Anholt1-15/+0
2007-11-28Replace ALLOCATE_LOCAL/DEALLOCATE_LOCAL with xalloc/xfreeZhenyu Wang1-14/+14
2007-08-26Change DRI interface to fill in PCI data from new libpciaccess structure.Keith Packard1-3/+17
2007-03-07Add some additional checks when XAA is enabled.Alan Hourihane1-2/+6
2006-11-28sparse cleanups (use NULL instead of 0 for pointers)Eric Anholt1-11/+11
2006-06-26Turn on extra warning flags for GCC, and clean up the resulting fallout.Eric Anholt1-2/+2
2006-04-10x86_64 warning fixesAlan Hourihane1-13/+24
2006-04-04Add more missing #include's, in particular assert.h.Kristian Høgsberg1-0/+1
2006-03-22Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.Kristian Høgsberg1-1/+4
2006-01-24Bump version to 1.5.0.0Alan Hourihane1-1/+1
2005-10-21Bug #4829: Remove some useless DRI symbol checks.Adam Jackson1-2/+0
2005-09-24Disable the {Open,Close}FullScreen DRI protocol.Adam Jackson1-17/+0
2005-08-15Egbert's 64bit fixes for mixed 32/64bit clientsAlan Hourihane1-4/+4
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15Adam Jackson1-0/+4
2005-05-18Bug #3163: Create new DRIINFO_*_VERSION macros to indicate theAdam Jackson1-3/+4
2005-01-24Unmap XCursor AGP memory on VT switch to prevent system from lockupEgbert Eich1-0/+5
2004-10-12Change order of SetDisplayDevice(), HWRestore(), UnbindGART() andEgbert Eich1-1/+1
2004-06-22i915 supportAlan Hourihane1-5/+35
2004-06-16Merge DRI-trunk-20040613 changes in programs/Xserver/hw/xfree86/drivers, withEric Anholt1-2/+2
2004-06-16DRI trunk-20040613 importDRI-trunk-20040721DRI-trunk-20040613Eric Anholt1-25/+115
2004-06-16DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-mergeEric Anholt1-82/+2
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16xf86-4_3_99_16Kaleb Keithley1-39/+325
2003-11-14Initial revisionKaleb Keithley1-0/+1220