platform/upstream/libdrm.git
2006-09-28 Michel DänzerDrop tasklet locked driver callback when uninstalling...
2006-09-28 Michel DänzerExport drm_get_drawable_info symbol from core.
2006-09-28 Michel DänzerHook up DRM_IOCTL_UPDATE_DRAW ioctl.
2006-09-28 Michel DänzerOnly reallocate cliprect memory if the number of clipre...
2006-09-28 Michel DänzerAdd support for tracking drawable information to core
2006-09-28 Michel DänzerAdd support for interrupt triggered driver callback...
2006-09-28 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-09-28 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-09-21 Felix Kuhlingbug 5942: add stubs for drm_mtrr_add/del for non-MTRR...
2006-09-21 Anish Mistrybug 7092 : add pci ids for mach64 in Dell poweredge...
2006-09-20 Roland Scheideggerdo a TCL state flush before accessing VAP_CNTL to preve...
2006-09-18 Dave Airliedrm: put domain number back to 0, domain support is...
2006-09-15 Michel DänzerUse register writes instead of BITBLT_MULTI packets...
2006-09-11 Dave Airliedrm: use radeon specific names for radeon flags
2006-09-07 Eric AnholtUse the DRM_INIT_WAITQUEUE argument (needed on Linux...
2006-09-07 Eric AnholtPut the PCI device/vendor id in the drm_device_t.
2006-09-07 Eric AnholtAdd a typedef for u64.
2006-08-28 Dave Airliedrm: lots of small cleanups and whitespace issues fixed up
2006-08-28 Dave Airlieadd static function, and remove bad attributions
2006-08-28 Dave Airliefix const pointer warnings with file_operations
2006-08-28 Dave Airlieremove local copies of pci domain/bus/slot/num
2006-08-28 Dave Airlieremove some DRM_ARRAY_SIZE from linux core code
2006-08-28 Dave Airliefixup some of the comments in drm_context.c
2006-08-28 Dave Airliedrm: i810_dma.c: fix pointer arithmetic for 64-bit...
2006-08-26 Michel DänzerBug #7595: Avoid u32 overflows in radeon_check_and_fixu...
2006-08-23 Thomas HellstromFix previous commit: Only fall back to hashed handles
2006-08-23 Thomas HellstromAllow multiple addMaps with the same 32-bit map offset.
2006-08-23 Thomas HellstromFix hashtab implementation leaking illegal error codes...
2006-08-16 Thomas HellstromRemove hash tables on DRM exit.
2006-08-14 Thomas HellstromAvoid kernel oops in some error paths calling drm_lastc...
2006-08-14 Dave Airlieremove all TRUE instances as well
2006-08-14 Dave Airlieremove all TRUE/FALSE no need for this in the drm,...
2006-08-10 Dave Airliei965 code and Linux coding style < 0
2006-08-10 Dave Airliecleanup some whitespace issue and move compat code...
2006-08-10 Dave Airlieclean up script to create an lk drm directory
2006-08-10 Dave Airliedrm: ati_pcigart cleanup
2006-08-08 Alan HourihaneAdd support for Intel i965G chipsets.
2006-08-07 Dave Airliedrm: whitespace cleanup in new files
2006-08-07 Dave Airliedrm: remove extra whitespace from drm_mm.c
2006-08-07 Dave Airliedrm: fixup whitespace and style for Linux kernel import
2006-07-26 Michel DänzerRevert "Make sure busmastering gets disabled on module...
2006-07-26 Michel DänzerBug #7629: Fix for CHIP_IS_AGP getting 'restored' with...
2006-07-24 Dave Airlieremove incorrect exit marking on cleanup pci as this...
2006-07-24 Dave Airlieswitch drm to use Linux mutexes instead of semaphore.
2006-07-19 Adam JacksonDelete the pre-core DRM code with extreme prejudice.
2006-07-19 Adam JacksonMake sure busmastering gets disabled on module unload.
2006-07-19 Michel DänzerUse RADEON_RB3D_DSTCACHE_CTLSTAT instead of RADEON_RB2D...
2006-07-19 Michel DänzerMake sure CHIP_IS_AGP flag is set when not overriding...
2006-07-19 Michel DänzerWhen writeback isn't used, actually disable it in the...
2006-07-19 Michel DänzerImplement RADEON_PARAM_SCRATCH_OFFSET getparam.
2006-07-19 Michel DänzerSome debug output when the getparam ioctl is called...
2006-07-19 Michel Dänzer.cvsignore -> .gitignore
2006-07-11 Thomas HellstromKeep hashed user tokens, with the following changes:
2006-07-10 Thomas HellstromChange drm Map handles to be arbitrary 32-bit hash...
2006-07-05 Thomas HellstromSiS 315 Awareness.
2006-07-05 Thomas HellstromAdd missing semaphore release.
2006-06-27 Adam JacksonDisable building static libraries. Bump to 2.0.2 for... libdrm-2_0_2
2006-06-23 Alan HourihaneFix compilation problem on 2.6.9 kernels (bug #6211)
2006-06-22 Keith PackardRemove spurious debug messages from i915 vblank config...
2006-06-21 Keith Packardi915: Save vblank pipe configuration to restore on...
2006-06-19 Keith PackardAdd i915 ioctls to configure pipes for vblank interrupt.
2006-06-19 Thomas HellstromFix buffer cleanup on close. Move memory manager reset...
2006-06-19 Thomas Hellstromvia: Bump version number and date.
2006-06-16 Thomas Hellstromvia: Return the requested size instead of the correct...
2006-06-15 Thomas Hellstromvia:
2006-06-06 Thomas Hellstroms/list_entry/drm_hash_entry/ for "drm_hash_item"s.
2006-06-06 Thomas HellstromFix drm_remove_magic potential memory leak / corruption...
2006-06-06 Thomas HellstromMerge in the drm-sman-branch
2006-05-28 Thomas Hellstromfile via_mm.c was initially added on branch drm-sman...
2006-05-28 Thomas Hellstromfile drm_sman.h was initially added on branch drm-sman...
2006-05-28 Thomas Hellstromfile sis_mm.c was initially added on branch drm-sman...
2006-05-28 Thomas Hellstromfile drm_sman.c was initially added on branch drm-sman...
2006-05-26 Thomas Hellstromfile drm_hashtab.h was initially added on branch drm...
2006-05-24 Roland ScheideggerAdd support for r200 vertex programs (R200_EMIT_VAP_PVS...
2006-05-20 Roland Scheideggeradd forgotten register define for previous commit
2006-05-20 Roland ScheideggerDo a tcl state flush before accessing tcl vector space...
2006-05-19 Dave Airlierip out unneeded back compat code
2006-05-18 Dave Airlieadd consts to radeon microcode.
2006-05-17 Eric AnholtSet entry->virtual for sg maps, fixing ATI PCI/PCIE...
2006-05-17 Eric AnholtAdd the bits for vblank support on FreeBSD, which most...
2006-05-17 Eric AnholtAdd the workaround that's in the kernel to suppress...
2006-04-23 Dave Airliefixup GFP_COMP for older kernels and get_page/put_page...
2006-04-23 Dave AirlieFix from Benh for ppc r300 scratch
2006-04-20 Brian Paulcheck for __FreeBSD_kernel__ (bug 3810)
2006-04-18 Eric AnholtErr, use "ifndef" rather than "if !", to avoid compiler...
2006-04-18 Eric AnholtReorder the DRM_*_AGP enum to match linux's numbers...
2006-04-18 Eric AnholtUse __LP64__ instead of checking the linux-specific...
2006-04-09 Eric AnholtRevert a change that accidentally went in with whitespa...
2006-04-08 Eric AnholtCompile fixes for FreeBSD.
2006-04-05 Dave Airliecoverity bugfix from the kernel
2006-04-05 Dave Airlieremove stupid init and exit flags..
2006-04-03 Dave Airliemake add context non master...
2006-03-25 Dave Airlieradeon fix up the PCI ids for new memory map like the... libdrm-2_0_1
2006-03-20 Adam JacksonBump driver date to reflect airlied's last fix.
2006-03-19 Dave Airliefix issue in mga from kernel
2006-03-19 Dave Airliemake some functions static in via driver
2006-03-17 Roland ScheideggerAdd missing pci ids for new radeons (most but not all...
2006-03-15 Adam JacksonAvoid walking off the end of the hash table. (Coverity...
2006-03-08 Dave AirlieFix bug I reintroduced
2006-03-08 Dave Airliefix some use before NULL check
next