summaryrefslogtreecommitdiff
path: root/libdrm
AgeCommit message (Expand)AuthorFilesLines
2006-09-05Fence all unfenced buffers function.Thomas Hellstrom2-0/+16
2006-09-04Libdrm function headers. Some renaming.Thomas Hellstrom2-5/+56
2006-09-01Flag bit pattern bugfixes. Remove some error messages.Thomas Hellstrom1-32/+42
2006-09-01Export buffer info on map and validate ioctls.Thomas Hellstrom2-21/+65
2006-09-01Various bugfixes.Thomas Hellstrom1-2/+2
2006-08-31More mapping synchronization.Thomas Hellstrom2-40/+302
2006-08-30Remove the buffer object hint field and use it onlyThomas Hellstrom2-3/+0
2006-08-30Add missing map flags.Thomas Hellstrom1-2/+3
2006-08-30Buffer object mapping and mapping synchronization for multiple clients.Thomas Hellstrom2-12/+99
2006-08-30Memory manager init and takedown.Thomas Hellstrom4-3/+40
2006-08-29Part of buffer object libdrm interface.Thomas Hellstrom3-38/+194
2006-08-29Checkpoint commit. Buffer object flags and IOCTL argument list.Thomas Hellstrom2-1/+239
2006-08-2964-bit IOCTL integer (Michel Dänzer & Brian Paul)Thomas Hellstrom1-26/+6
2006-08-28Add a 64-bit drm unsigned type for 64-bit clean IOCTLS.Thomas Hellstrom2-10/+14
2006-08-27Bugfixes.Thomas Hellstrom2-36/+28
2006-08-27Remove the ioctl multiplexing, and instead allow for genericThomas Hellstrom2-0/+103
2006-08-22Add a fence object class field for future use (For example VSYNC fence objects)Thomas Hellstrom2-2/+12
2006-08-21User / Kernel space fence objects (device-independent part).Thomas Hellstrom2-0/+139
2006-07-19.cvsignore -> .gitignoreMichel Dänzer1-8/+0
2006-03-15Avoid walking off the end of the hash table. (Coverity report #465)Adam Jackson2-2/+8
2006-02-20Formatting cleanup, dead code removal. Remove N() namespacing macro,Adam Jackson8-228/+138
2005-12-31Initialize sv.drm_dd_minor to "don't care" along with dd_major, to appeaseEric Anholt1-0/+1
2005-11-30Bump package and DSO numbers to 2.0 to reflect 32/64 ABI changeAdam Jackson1-1/+1
2005-11-30Resync from Xorg head: conditional include of xorg-config.hAdam Jackson4-0/+16
2005-11-30Resync from Xorg head (Bug #3815, GNU/kFreeBSD hack)Adam Jackson1-1/+1
2005-11-29Add TODO based on my email from a while agoAdam Jackson1-0/+11
2005-11-29Remove redundant #ifdef stanzaAdam Jackson1-7/+2
2005-11-29Error checking for drmStrdup (Tilman Sauerbeck)Adam Jackson1-5/+10
2005-11-29fixup xf86drm.c for new headersDave Airlie1-6/+6
2005-11-29fixes from Egbert for 64bitDave Airlie1-6/+6
2005-11-28remove xf86drmCompat.*, unused since about XFree86 4.2.Adam Jackson2-1338/+0
2005-11-28fix mem leak in HashHash() (bug 5171)Brian Paul1-0/+3
2005-10-22Bug #328: Silence read-from-uninitialized warnings in DRM_CAS on Alpha.Adam Jackson1-2/+2
2005-10-20Remove the remaining references to Xlib. libdrm is totally independent now.Adam Jackson1-1/+1
2005-10-20Remove bogus Xlib dependency.Adam Jackson1-3/+2
2005-08-25Add missing .cvsignore files for autotoolery.Eric Anholt1-0/+8
2005-08-25Include appropriate CFLAGS to find X headers, needed to build libdrm.Eric Anholt1-1/+1
2005-08-23add options for x86_64 and amd will small lettersDave Airlie1-1/+1
2005-08-20Fix silly install issue by moving the header install rules for shared-corelibdrm-1_0_3Adam Jackson1-30/+0
2005-08-19Add r300_reg.h. Bump to 1.0.2.libdrm-1_0_2Adam Jackson1-0/+1
2005-07-13distcheck fixeslibdrm-1_0_0Adam Jackson1-1/+1
2005-07-10autoconfiscate libdrmAdam Jackson2-55/+58
2005-04-04mirror changes made in main tree.. just happened to be doing this myselfDave Airlie1-3/+1
2005-02-01momentary revert. libdrm build may be broken now, but no one uses it yet...Adam Jackson1-3/+1
2005-01-30Final pass of libdrm.so work:Adam Jackson6-11/+47
2005-01-22Add drm.h to the install target.Adam Jackson1-1/+2
2005-01-17Add xf86drm.h to the install target.Adam Jackson1-1/+2
2005-01-16Shared libdrm work:Adam Jackson1-5/+15
2005-01-16The patch makes drmAddBufs/drmMapBufs can handle buffers in video memoryDave Airlie1-1/+2
2005-01-01Added a new DRM map type _DRM_CONSISTENT for consistent PCI memory. It usesFelix Kuehling1-1/+2