OSDN Git Service

android-x86/external-libdrm.git
2005-04-26 Eric AnholtConvert NOMAN to the new preferred spelling NO_MAN...
2005-04-26 Eric AnholtClean up some const qualifier cast warnings.
2005-04-26 Eric AnholtConvert BSD code to mostly use bus_dma, the dma abstrac...
2005-04-26 Eric AnholtUse msleep instead of tsleep to drop the DRM device...
2005-04-24 Eric AnholtFix a panic on startup with non-initmapping drivers...
2005-04-20 Thomas HellstromA fix for a locking bug which is triggered when a clien...
2005-04-20 Thomas HellstromVIA: Interrupt handler bugfixes. Bumped patchlevel...
2005-04-19 Dave AirlieRevert last commit, it affect via things
2005-04-18 Thomas HellstromVIA:
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-04-04 Dave Airliemirror changes made in main tree.. just happened to...
2005-03-29 Thomas HellstromMissing file via_video.c commited.
2005-03-29 Adam JacksonAdd skeletal imagine driver (but don't build it yet).
2005-03-28 Thomas HellstromVia updates:
2005-03-27 Dave AirlieDescription: Rather than use custom code in DRM_WAIT_ON...
2005-03-27 Dave AirlieSome ia64 platforms may not support write combining...
2005-03-25 Alan HourihaneDon't know who set the i915GM PCI ID incorrectly but...
2005-03-25 Dave AirlieFrom Xorg CVS realign the i915_drv.h
2005-03-25 Dave Airlieuse linux-core for 2.6 not this stuff..
2005-03-25 Dave Airliefix up AGP multi-head support for kernel 2.6.12
2005-03-25 Dave Airlieverify_area is deprecated, replaced by access_ok. Seems...
2005-03-25 Dave Airliefix bug with XFree86 4.3 on core drm
2005-03-25 Dave Airlie3dfx DRM depends on PCI
2005-03-25 Dave AirlieFor 2.6.12 and 2.6.11.x:
2005-03-18 Michel DaenzerAdd support for production version of ATI RN50/ES1000...
2005-03-15 Roland Scheideggeradd R200_EMIT_PP_TRI_PERF_CNTL packet to support brilin...
2005-03-14 Thomas Hellstromvia changes:
2005-03-13 Felix KuehlingCommand DMA optimizations:
2005-03-08 Dave AirlieFix for bug 2673 from Egbert Eich - memset the version
2005-03-07 Felix KuehlingTracked down random lockups related to command DMA...
2005-03-07 Dave Airlieminor pointer cast typo
2005-03-06 Felix KuehlingAdded support for command DMA on Savage4-based hardware...
2005-03-04 Dave Airlieadd some idct type 3 packets for reference
2005-02-23 Felix KuehlingUse wrap counter to extend 16-bit hardware event tags...
2005-02-20 Thomas HellstromFix VIA K8M800 PCI ID.
2005-02-19 Eric AnholtFix a couple of gcc warnings in DRM_INFOs.
2005-02-19 Eric AnholtMerge r1.26 from FreeBSD: Now that mem(4) is a kernel...
2005-02-18 Michel Daenzerfd.o bug #2576: Add support for ATI RN50/ES1000. (ATI...
2005-02-18 Adam JacksonBug #2567: Fix reversed memset arguments. (David Krause)
2005-02-15 Keith WhitwellRun depmod after installing new modules
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-14 Eric AnholtInitialize kbuf to NULL to quiet the compiler about...
2005-02-13 Thomas HellstromFixed Futex release bug. Bumped driver date and patchlevel.
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-10 Roland Scheideggeradd support for texture micro tiling for radeon/r200...
2005-02-10 Roland Scheideggeradd support for texture micro tiling on radeon/r200...
2005-02-10 Keith WhitwellStephane's port of Eric's race fix
2005-02-08 Roland Scheideggerfix incorrect PCI id for ATI radeon
2005-02-08 Eric AnholtClose a race which could allow for privilege escalation...
2005-02-07 Dave AirlieInvalid bound check of driver defined ioctls in drm_ioctl
2005-02-07 Roland ScheideggerCast user data to correct type in radeon_surface_free...
2005-02-07 Dave Airliechange DRIVER_ to CORE_ makes things look nicer, also...
2005-02-07 Dave Airliefix agp detection on linux
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-02-03 Thomas HellstromVia driver: Add missing drm_poll function to via driver...
2005-02-03 Eric AnholtDeclare r128_do_cleanup_pageflip static since it's...
2005-02-03 Eric AnholtCast user data to correct type in radeon_surface_free...
2005-02-01 Adam Jacksonmomentary revert. libdrm build may be broken now, but...
2005-02-01 Dave Airliecleanup patch from Adrian Bunk <bunk@stusta.de>
2005-02-01 Dave Airliemake functions static in i915, remove unused functions
2005-02-01 Dave Airlieupdate i830 similiar to the kernel, add statics
2005-02-01 Dave Airliemake more functions static in i810 and fix pageflip...
2005-01-30 Adam JacksonFinal pass of libdrm.so work:
2005-01-29 Dave Airliefix radeon drv
2005-01-27 Thomas HellstromFixed multiple devices DMA bug. Fixed PCI path FIRE...
2005-01-27 Dave Airliefix incorrect PCI id for ATI radeon
2005-01-26 Roland Scheidegger(Stephane Marchesin,me) Add radeon framebuffer tiling...
2005-01-26 Roland Scheideggerreplace magic number with macro constant RADEON_ZBLOCK16
2005-01-24 Dave Airlieuse libdrm after it was updated
2005-01-24 Dave Airliehopefully fix drm_core setversion ioctl... pointed...
2005-01-22 Adam JacksonAdd drm.h to the install target.
2005-01-20 Felix KuehlingRemoved one bogus Savage3D PCI ID. Corrected another...
2005-01-20 Adam JacksonAdd a Savage3D PCI ID
2005-01-20 Felix KuehlingCorrected some confusion of vb_stride and vtx_size
2005-01-19 Alan HourihaneFix cut & paste problem
2005-01-19 Alan HourihaneFix a cut & paste problem
2005-01-17 Jose FonsecaSome code commenting concerning the FIFO & DMA engine.
2005-01-17 Eric AnholtAdd detection of whether the device is AGP by walking...
2005-01-17 Adam JacksonAdd xf86drm.h to the install target.
2005-01-16 Adam JacksonShared libdrm work:
2005-01-16 Dave Airlieremove duplicate drm_sysfs.o
2005-01-16 Dave AirlieThis table is in radeon_drv.h along with the version...
2005-01-16 Dave AirlieThe patch makes drmAddBufs/drmMapBufs can handle buffer...
2005-01-16 Felix KuehlingFixed a bug that prevented the driver from ever emittin...
2005-01-15 Felix KuehlingSetup MTRRs for frame buffer and aperture manually...
2005-01-13 Dave Airliedue to backways compat crap for IRQ_HANDLED etc.. this...
2005-01-12 Felix KuehlingUse virt_to_page instead of vmalloc_to_page in drm_do_v...
2005-01-11 Keith WhitwellImport Thomas' changes upto 2.4.3 to shared. Small...
2005-01-11 Keith Whitwellimport Thomas' shared-core via changes up to 2.4.1
2005-01-10 Felix KuehlingOnly try to find the agp_buffer_map if dma_type is...
2005-01-09 Felix KuehlingImproved workaround for Savage3D DMA lockup to emit...
2005-01-09 Jon SmirlAdjust 4 level page check for <= 2.6.10
2005-01-08 Felix KuehlingFixed off-by-one error in savage_bci_wait_fifo_shadow.
2005-01-07 Thomas Hellstromvia updates: moved the verifier state struct to dev_pri...
2005-01-07 Thomas HellstromUpdated via DRM with check for stray FIRE commands...
next