Age | Commit message (Expand) | Author |
2005-04-13 | Fix build on FreeBSD-current, thanks to jhb@. | Eric Anholt |
2005-04-04 | mirror changes made in main tree.. just happened to be doing this myself | Dave Airlie |
2005-03-29 | Missing file via_video.c commited. | Thomas Hellstrom |
2005-03-29 | Add skeletal imagine driver (but don't build it yet). | Adam Jackson |
2005-03-28 | Via updates: | Thomas Hellstrom |
2005-03-27 | Description: Rather than use custom code in DRM_WAIT_ON() to do exactly | Dave Airlie |
2005-03-27 | Some ia64 platforms may not support write combining on all type of memory, | Dave Airlie |
2005-03-25 | Don't know who set the i915GM PCI ID incorrectly but it should be 0x2592 | Alan Hourihane |
2005-03-25 | From Xorg CVS realign the i915_drv.h | Dave Airlie |
2005-03-25 | use linux-core for 2.6 not this stuff.. | Dave Airlie |
2005-03-25 | fix up AGP multi-head support for kernel 2.6.12 | Dave Airlie |
2005-03-25 | verify_area is deprecated, replaced by access_ok. Seems I missed this one | Dave Airlie |
2005-03-25 | fix bug with XFree86 4.3 on core drm | Dave Airlie |
2005-03-25 | 3dfx DRM depends on PCI | Dave Airlie |
2005-03-25 | For 2.6.12 and 2.6.11.x: | Dave Airlie |
2005-03-18 | Add support for production version of ATI RN50/ES1000. (ATI Technologies | Michel Daenzer |
2005-03-15 | add R200_EMIT_PP_TRI_PERF_CNTL packet to support brilinear filtering on | Roland Scheidegger |
2005-03-14 | via changes: | Thomas Hellstrom |
2005-03-13 | Command DMA optimizations: | Felix Kuehling |
2005-03-08 | Fix for bug 2673 from Egbert Eich - memset the version | Dave Airlie |
2005-03-07 | Tracked down random lockups related to command DMA that occurred in Quake3 | Felix Kuehling |
2005-03-07 | minor pointer cast typo | Dave Airlie |
2005-03-06 | Added support for command DMA on Savage4-based hardware. Unfortunately | Felix Kuehling |
2005-03-04 | add some idct type 3 packets for reference | Dave Airlie |
2005-02-23 | Use wrap counter to extend 16-bit hardware event tags to 32-bit logical | Felix Kuehling |
2005-02-20 | Fix VIA K8M800 PCI ID. | Thomas Hellstrom |
2005-02-19 | Fix a couple of gcc warnings in DRM_INFOs. | Eric Anholt |
2005-02-19 | Merge r1.26 from FreeBSD: Now that mem(4) is a kernel module, we need to | Eric Anholt |
2005-02-18 | fd.o bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.) | Michel Daenzer |
2005-02-18 | Bug #2567: Fix reversed memset arguments. (David Krause) | Adam Jackson |
2005-02-15 | Run depmod after installing new modules | Keith Whitwell |
2005-02-14 | Use fuword32 for DRM_GET_USER_UNCHECKED when available. May help on 64-bit | Eric Anholt |
2005-02-14 | Use the proper API to get PCI vendor/device number for a dev. | Eric Anholt |
2005-02-14 | Initialize kbuf to NULL to quiet the compiler about uninit variables | Eric Anholt |
2005-02-13 | Fixed Futex release bug. Bumped driver date and patchlevel. | Thomas Hellstrom |
2005-02-13 | Fix bad copy'n'pastage of copyrights -- don't disclaim anything for VA | Eric Anholt |
2005-02-13 | Add the first bits necessary for a port of savage to FreeBSD. More to | Eric Anholt |
2005-02-10 | add support for texture micro tiling for radeon/r200. Add support for cube | Roland Scheidegger |
2005-02-10 | add support for texture micro tiling on radeon/r200. Add support for r100 | Roland Scheidegger |
2005-02-10 | Stephane's port of Eric's race fix | Keith Whitwell |
2005-02-08 | fix incorrect PCI id for ATI radeon | Roland Scheidegger |
2005-02-08 | Close a race which could allow for privilege escalation by users with DRI | Eric Anholt |
2005-02-07 | Invalid bound check of driver defined ioctls in drm_ioctl | Dave Airlie |
2005-02-07 | Cast user data to correct type in radeon_surface_free's copyin. | Roland Scheidegger |
2005-02-07 | change DRIVER_ to CORE_ makes things look nicer, also change it so the | Dave Airlie |
2005-02-07 | fix agp detection on linux | Dave Airlie |
2005-02-07 | Restore a debugging message to DRM_DEBUG instead of DRM_ERROR. | Eric Anholt |
2005-02-07 | Remove some annoying trailing whitespace. | Eric Anholt |
2005-02-05 | - Implement drm_initmap, and extend it with the resource number to help | Eric Anholt |
2005-02-03 | Via driver: Add missing drm_poll function to via driver in core. | Thomas Hellstrom |