OSDN Git Service

Flag bit pattern bugfixes. Remove some error messages.
[android-x86/external-libdrm.git] / libdrm /
2006-09-01 Thomas HellstromFlag bit pattern bugfixes. Remove some error messages.
2006-09-01 Thomas HellstromExport buffer info on map and validate ioctls.
2006-09-01 Thomas HellstromVarious bugfixes.
2006-08-31 Thomas HellstromMore mapping synchronization.
2006-08-30 Thomas HellstromRemove the buffer object hint field and use it only
2006-08-30 Thomas HellstromAdd missing map flags.
2006-08-30 Thomas HellstromBuffer object mapping and mapping synchronization for...
2006-08-30 Thomas HellstromMemory manager init and takedown.
2006-08-29 Thomas HellstromPart of buffer object libdrm interface.
2006-08-29 Thomas HellstromCheckpoint commit. Buffer object flags and IOCTL argume...
2006-08-29 Thomas Hellstrom64-bit IOCTL integer (Michel Dänzer & Brian Paul)
2006-08-28 Thomas HellstromAdd a 64-bit drm unsigned type for 64-bit clean IOCTLS.
2006-08-28 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-27 Thomas HellstromBugfixes.
2006-08-27 Thomas HellstromRemove the ioctl multiplexing, and instead allow for...
2006-08-23 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-22 Thomas HellstromAdd a fence object class field for future use (For...
2006-08-21 Thomas HellstromUser / Kernel space fence objects (device-independent...
2006-07-19 Michel Dänzer.cvsignore -> .gitignore
2006-03-15 Adam JacksonAvoid walking off the end of the hash table. (Coverity...
2006-02-20 Adam JacksonFormatting cleanup, dead code removal. Remove N() names...
2005-12-31 Eric AnholtInitialize sv.drm_dd_minor to "don't care" along with...
2005-11-30 Adam JacksonBump package and DSO numbers to 2.0 to reflect 32/64...
2005-11-30 Adam JacksonResync from Xorg head: conditional include of xorg...
2005-11-30 Adam JacksonResync from Xorg head (Bug #3815, GNU/kFreeBSD hack)
2005-11-29 Adam JacksonAdd TODO based on my email from a while ago
2005-11-29 Adam JacksonRemove redundant #ifdef stanza
2005-11-29 Adam JacksonError checking for drmStrdup (Tilman Sauerbeck)
2005-11-29 Dave Airliefixup xf86drm.c for new headers
2005-11-29 Dave Airliefixes from Egbert for 64bit
2005-11-28 Adam Jacksonremove xf86drmCompat.*, unused since about XFree86...
2005-11-28 Brian Paulfix mem leak in HashHash() (bug 5171)
2005-10-22 Adam JacksonBug #328: Silence read-from-uninitialized warnings...
2005-10-20 Adam JacksonRemove the remaining references to Xlib. libdrm is...
2005-10-20 Adam JacksonRemove bogus Xlib dependency.
2005-08-25 Eric AnholtAdd missing .cvsignore files for autotoolery.
2005-08-25 Eric AnholtInclude appropriate CFLAGS to find X headers, needed...
2005-08-23 Dave Airlieadd options for x86_64 and amd will small letters
2005-08-20 Adam JacksonFix silly install issue by moving the header install...
2005-08-19 Adam JacksonAdd r300_reg.h. Bump to 1.0.2.
2005-07-13 Adam Jacksondistcheck fixes
2005-07-10 Adam Jacksonautoconfiscate libdrm
2005-04-04 Dave Airliemirror changes made in main tree.. just happened to...
2005-02-01 Adam Jacksonmomentary revert. libdrm build may be broken now, but...
2005-01-30 Adam JacksonFinal pass of libdrm.so work:
2005-01-22 Adam JacksonAdd drm.h to the install target.
2005-01-17 Adam JacksonAdd xf86drm.h to the install target.
2005-01-16 Adam JacksonShared libdrm work:
2005-01-16 Dave AirlieThe patch makes drmAddBufs/drmMapBufs can handle buffer...
2005-01-01 Felix KuehlingAdded a new DRM map type _DRM_CONSISTENT for consistent...
2004-11-07 Dave Airlierespect cc and cflags
2004-09-17 Jon SmirlMakefile and missing file to build libxf86drm.a
2004-08-11 Adam JacksonBug #979: Don't include <sys/sysmacros.h> on linux...
2004-07-31 Dave AirliePatch picked up from Redhat xorg release:
2004-07-07 Jon SmirlMake drm/libdrm/xf86drm.c match
2004-07-07 Jon SmirlAdd xf86drm.h back to drm/libdrm until it's true home...
2003-11-04 Michel Daenzerbuild fix
2003-10-23 Eric Anholt- Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This...
2003-09-24 Alan Hourihanepost merge fix
2003-09-13 Alan Hourihanecompatibility layer still uses agp (not gart)
2003-09-12 Alan Hourihanelinux drm fixes
2003-08-29 Eric AnholtUpdate to reflect renaming of SIS ioctls.
2003-08-26 Michel DaenzerRename agp to gart for radeon
2003-05-27 Jose FonsecaMerged DRM documentation.
2003-04-23 Michel Daenzerdeal correctly with read() from the DRM failing
2003-03-25 Alan Hourihanelinux merge for drm
2003-03-25 Alan HourihaneXFree86 4.3.0 merge
2003-02-21 Eric AnholtMerge from bsd-4-0-0-branch.
2003-02-02 Michel Daenzerdon't inflate relative vblank sequence numbers on repea...
2002-11-25 Brian Pauladded missing return fd (Alexander Stohr)
2002-10-22 Alan Hourihanefinal part of XFree86 4.2.99.2 merge
2002-09-25 Michel Daenzercommon ioctl to wait for vertical blank IRQs
2002-08-30 Eric AnholtRemove compat functions for FreeBSD for drivers which...
2002-08-08 Eric AnholtTry to open the /dev/dri/cardX device once, then only...
2002-07-05 Alan Hourihanemerged bsd-3-0-0-branch
2002-04-09 Jens OwenMerged drmcommand-0-0-1
2002-01-27 David DawesFirst pass merge of XFree86 4.2.0 import.
2001-08-25 David Dawes- Remove the rest of the unneeded client-side libraries.
2001-08-22 David DawesFirst part of XFree86 4.1.99.1 merge.
2001-07-30 David DawesMerge the multihead-1-0-0 branch into the trunk, with...
2001-07-20 Jeff HartmannRemove module name hacks because we aren't going to...
2001-07-18 Jeff HartmannAdd module version name at a lower layer of the code...
2001-06-14 David DawesFirst pass of 4.1.0 merge.
2001-05-14 David Dawesfinish struct stat type cleanup Fix a build dependencie...
2001-05-04 Alan Hourihaneadd some commented enclosures around the BUS_BASE calls...
2001-05-01 David DawesInitial merge for XFree86 4.0.99.3 import
2001-04-30 Kevin E Martin- PCIGART patches for Alpha from Compaq
2001-04-18 David Dawesput back BUS_BASE
2001-04-09 David DawesFirst pass of XFree86 4.0.99.2 merge.
2001-04-05 Kevin E MartinMerged ati-pcigart-1-0-0
2001-03-30 David Dawes- Move xf86ConfigDRI declaration from xf86Priv.h to...
2001-03-14 Kevin E MartinMerged sarea-1-0-0
2001-03-13 Gareth HughesRest of MGA dualhead patch.
2001-02-28 Rik FaithImplement drmOpen* without /proc dependence (Fallback...
2001-02-15 Gareth HughesMerge mga-1-0-0-branch into trunk.
2000-11-08 David Dawesmerge with 4.0.1d
2000-09-24 Alan Hourihanecommit xfree86 4.0.1d-pre update
2000-09-07 Alan HourihaneMerged tdfx-2-1-branch
2000-08-16 David Dawesfirst part of 4.0.1b merge
2000-07-11 Alan HourihaneMerge XFree86 4.0.1
next