OSDN Git Service

nouveau/nv50: hack up initial channel context from current state
[android-x86/external-libdrm.git] / bsd-core /
2007-07-25 Eric AnholtFix copy'n'paste-o in FreeBSD drawable code.
2007-07-21 Eric AnholtReplace DRM_IOCTL_ARGS with (dev, data, file_priv)...
2007-07-20 Eric AnholtReplace filp in ioctl arguments with drm_file *file_priv.
2007-07-20 Eric AnholtBSD: Replace symlink building with symlinks in git.
2007-07-20 Eric AnholtRemove DRM_ERR OS macro.
2007-07-19 Eric AnholtFreeBSD warnings cleanup.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-19 Eric AnholtFreeBSD: Fix the recently added drawable add/remove...
2007-07-19 Eric AnholtFix the getclient test (Need this feature for future...
2007-07-18 Eric AnholtAdd dry-coded DRM drawable private information storage...
2007-07-16 Eric AnholtFix FreeBSD build.
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
2007-07-11 Arthur HuilletMade drm_sg_alloc accessible from inside the DRM -...
2007-05-29 Jung-uk KimUpdate a bunch of FreeBSD port code.
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-30 Eric AnholtMerge branch 'origin'
2007-03-24 Eric AnholtCatch up to new interrupt API, and retire FreeBSD 4...
2007-01-08 Keith PackardMerge branch 'master' into crestline
2006-12-19 Dave AirlieMerge branch 'nouveau-1'
2006-12-01 Michel DänzerCore build fix for BSD.
2006-12-01 Michel DänzerUnshare drm_drawable.c again for now.
2006-11-10 Nian WuMerge branch 'master' into crestline
2006-11-05 Dave AirlieMerge branch 'master' into nouveau-1
2006-10-31 Alan HourihaneFix bug #8839 - a comment
2006-10-19 Thomas HellstromImporting fixes from drm-ttm-0-2-branch
2006-10-18 Thomas HellstromMerging drm-ttm-0-2-branch
2006-10-14 Stephane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2006-09-29 Michel DänzerAdd support for tracking drawable information to core
2006-09-28 Michel DänzerAdd support for tracking drawable information to core
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-07-19 Michel Dänzer.cvsignore -> .gitignore
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-18 Eric AnholtReorder the DRM_*_AGP enum to match linux's numbers...
2005-12-30 Eric AnholtMerge patch from jhb to catch up with FreeBSD-current...
2005-12-05 Eric AnholtRemove driver.device_is_agp code duplicated in drm_devi...
2005-12-02 Eric AnholtFinish the last bits necessary to get the i915 DRM...
2005-12-02 Eric AnholtFreeBSD PR kern/85479: Restore the enabling of debuggin...
2005-11-28 Eric AnholtFix AGP support guessing: Implement the same bridge...
2005-11-15 Eric AnholtFix compiling and reenable build of i915 driver.
2005-11-15 Eric AnholtFix Savage DRI without ShadowStatus NO by allowing...
2005-11-11 Eric AnholtFix breakage from the move of driver ioctl externs...
2005-11-08 Eric AnholtCorrect another LOR issue with resource allocation...
2005-11-08 Eric AnholtInitial port of savage to FreeBSD for the AGP and ...
2005-11-08 Eric AnholtCorrect a LOR related to the PCI resource allocations...
2005-11-08 Eric AnholtFix FreeBSD DRM for latest MGA changes to agp support...
2005-11-08 Eric AnholtCatch FreeBSD up to the pcie gart changes. Required...
2005-11-08 Eric AnholtCorrect a recursion on non-recursive mutex in drm_addma...
2005-11-06 Eric AnholtRe-disable the via driver while it's broken on BSD.
2005-09-30 Dave AirlieAdd support to turn writeback off via radeon module...
2005-09-12 Eric AnholtFix the spelling of DRM_AUTH so that the bsd core stuff...
2005-09-03 Dave Airlieconvert ioctl flags to use flags instead of separate...
2005-08-26 Eric Anholt- Don't try to allocate mappings of less than a PAGE_SI...
2005-08-26 Eric AnholtPreviously, drm_get_resource_start() and drm_get_resour...
2005-08-26 Eric AnholtFix a lack of parenthesis in macro usage that showed...
2005-08-26 Eric Anholt[1] Fix BSD DRM for the nonroot changes. [2] Don't...
2005-08-17 Dave Airlieadd agp buffer token
2005-08-15 Eric AnholtPort the VIA DRM to FreeBSD. Original patch by Jake...
2005-08-12 Eric AnholtFix build after linux-side checkin of master/root-only...
2005-08-05 Eric AnholtRename the driver hooks in the DRM to something a littl...
2005-08-04 Eric AnholtFix the MGA driver on BSD by passing in the proper...
2005-07-27 Eric AnholtCorrect a couple of descriptions of files in comments...
2005-07-27 Eric AnholtLink in the savage files from shared-core.
2005-07-20 Eric AnholtAdd latest r300 support from r300.sf.net CVS. Patch...
2005-06-29 Eric AnholtGet the BSD DRM compiling again after MGA and mapping...
2005-06-14 Ian RomanickAdds support for PCI cards to MGA DRM
2005-06-09 Ian RomanickCompletely re-initialize DMA settings
2005-06-06 Eric AnholtAdd a few more bits of Tonnerre's NetBSD port (Still...
2005-05-27 Ian RomanickModify drm_driver::device_is_agp to return a tri-state...
2005-05-21 Ian RomanickChange the MGA initialization and cleanup a bit. The...
2005-05-16 Ian RomanickAdded device_is_agp callback to drm_driver. This functi...
2005-04-26 Eric AnholtConvert NOMAN to the new preferred spelling NO_MAN...
2005-04-26 Eric AnholtConvert BSD code to mostly use bus_dma, the dma abstrac...
2005-04-24 Eric AnholtFix a panic on startup with non-initmapping drivers...
2005-04-16 Eric AnholtUse /*- to begin license blocks in BSD code to reduce...
2005-04-13 Eric AnholtFix build on FreeBSD-current, thanks to jhb@.
2005-02-19 Eric AnholtMerge r1.26 from FreeBSD: Now that mem(4) is a kernel...
2005-02-14 Eric AnholtUse fuword32 for DRM_GET_USER_UNCHECKED when available...
2005-02-14 Eric AnholtUse the proper API to get PCI vendor/device number...
2005-02-13 Eric AnholtFix bad copy'n'pastage of copyrights -- don't disclaim...
2005-02-13 Eric AnholtAdd the first bits necessary for a port of savage to...
2005-02-08 Eric AnholtClose a race which could allow for privilege escalation...
2005-02-07 Eric AnholtRestore a debugging message to DRM_DEBUG instead of...
2005-02-07 Eric AnholtRemove some annoying trailing whitespace.
2005-02-05 Eric Anholt- Implement drm_initmap, and extend it with the resourc...
2005-01-17 Eric AnholtAdd detection of whether the device is AGP by walking...
2004-12-15 Eric AnholtUse SYSCTL_ADD_OID macro instead of calling function...
2004-11-07 Eric AnholtRefine the locking of the DRM. Most significant is...
2004-11-07 Eric AnholtDon't link in files which no longer exist.
2004-11-07 Eric AnholtNow that the memory debug code is gone, and all 3 BSDs...
2004-11-06 Eric AnholtAdd the drm Makefile and update .cvsignores.
2004-11-06 Eric AnholtConvert more drivers for bsd-core, moving the ioctl...
2004-11-06 Eric AnholtRemove some core stuff that ended up being unnecessary.
2004-11-06 Eric AnholtGet r128 basically working: Hook up the driver's dma...
2004-11-06 Eric AnholtMove the lock/unlock ioctls to a more logical place...
2004-11-06 Eric AnholtConnect up r128_ioctls in driver config.
2004-11-06 Eric AnholtHook the debug output up to a sysctl, so you can choose...
next