OSDN Git Service

android-x86/external-libdrm.git
2006-08-27 Thomas HellstromHave TTM create and reference ioctl call return the...
2006-08-27 Thomas HellstromAdd TTM map handle on reference.
2006-08-27 Thomas Hellstromttm create / destroy / ref / unref ioctl.
2006-08-25 Thomas HellstromMore ioctl stubs.
2006-08-25 Thomas Hellstromttm and buffer objects ioctl stubs.
2006-08-25 Thomas HellstromModule protection map access is moving into mainline...
2006-08-25 Thomas HellstromCheckpoint commit
2006-08-23 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
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-22 Thomas HellstromMore ttm cleanups.
2006-08-22 Thomas Hellstromttm code cleanup.
2006-08-22 Thomas HellstromAdd a fence object class field for future use (For...
2006-08-22 Thomas HellstromInitial i915 buffer object driver
2006-08-22 Thomas HellstromAGP backends for TTM.
2006-08-22 Thomas HellstromBring in stripped TTM functionality.
2006-08-21 Thomas HellstromAllow longer sequence lifetimes.
2006-08-21 Thomas Hellstromi915 fence object driver implementing 2 fence object...
2006-08-21 Thomas HellstromRemove some accidently included TTM code.
2006-08-21 Thomas HellstromAdd missing fence type define.
2006-08-21 Thomas HellstromUser / Kernel space fence objects (device-independent...
2006-08-21 Thomas HellstromBackwards compatibility code for ttms.
2006-08-21 Thomas HellstromGeneric DRM support base-class support for user-space...
2006-08-21 Thomas HellstromAvoid using vmalloc for small hash tables.
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...
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...
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
2006-03-07 Aapo Tahkolaia64 support for r300_scratch. (not tested)
2006-03-06 Aapo TahkolaAdd general-purpose packet for manipulating scratch...
2006-03-01 Thomas Hellstromfile xf86mm.c was initially added on branch drm-ttm...
2006-03-01 Thomas Hellstromfile xf86mm.h was initially added on branch drm-ttm...
next