Age | Commit message (Expand) | Author |
2005-03-13 | Command DMA optimizations: | Felix Kuehling |
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-18 | fd.o bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.) | Michel Daenzer |
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-10 | add support for texture micro tiling on radeon/r200. Add support for r100 | Roland Scheidegger |
2005-02-08 | Close a race which could allow for privilege escalation by users with DRI | Eric Anholt |
2005-02-07 | fix agp detection on linux | Dave Airlie |
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 |
2005-02-03 | Declare r128_do_cleanup_pageflip static since it's only used here and its | Eric Anholt |
2005-02-03 | Cast user data to correct type in radeon_surface_free's copyin. | Eric Anholt |
2005-02-01 | cleanup patch from Adrian Bunk <bunk@stusta.de> | Dave Airlie |
2005-02-01 | make functions static in i915, remove unused functions | Dave Airlie |
2005-01-27 | Fixed multiple devices DMA bug. Fixed PCI path FIRE command detection | Thomas Hellstrom |
2005-01-27 | fix incorrect PCI id for ATI radeon | Dave Airlie |
2005-01-26 | (Stephane Marchesin,me) Add radeon framebuffer tiling support to radeon | Roland Scheidegger |
2005-01-26 | replace magic number with macro constant RADEON_ZBLOCK16 | Roland Scheidegger |
2005-01-20 | Removed one bogus Savage3D PCI ID. Corrected another one. Restored | Felix Kuehling |
2005-01-20 | Add a Savage3D PCI ID | Adam Jackson |
2005-01-20 | Corrected some confusion of vb_stride and vtx_size | Felix Kuehling |
2005-01-17 | Some code commenting concerning the FIFO & DMA engine. | Jose Fonseca |
2005-01-16 | This table is in radeon_drv.h along with the version number so remove it | Dave Airlie |
2005-01-16 | The patch makes drmAddBufs/drmMapBufs can handle buffers in video memory | Dave Airlie |
2005-01-16 | Fixed a bug that prevented the driver from ever emitting triangle strips or | Felix Kuehling |
2005-01-15 | Setup MTRRs for frame buffer and aperture manually on Savage3D and | Felix Kuehling |
2005-01-10 | Only try to find the agp_buffer_map if dma_type is AGP. This is all that's | Felix Kuehling |
2005-01-09 | Improved workaround for Savage3D DMA lockup to emit NOPs only before the | Felix Kuehling |
2005-01-08 | Fixed off-by-one error in savage_bci_wait_fifo_shadow. | Felix Kuehling |
2005-01-07 | via updates: moved the verifier state struct to dev_priv. Implemented AGP | Thomas Hellstrom |
2005-01-07 | Updated via DRM with check for stray FIRE commands primitive list. | Thomas Hellstrom |
2005-01-06 | Add i915GM support Add resume functionality (must be used with later DDX) | Alan Hourihane |
2005-01-06 | via DRM: Updated the verifier to check the vertex lists more thorough. This | Thomas Hellstrom |
2005-01-05 | 3D scissor regs are now managed by the DRM to iterate over clip rects | Felix Kuehling |
2005-01-05 | Bumped driver date and minor version. | Thomas Hellstrom |
2005-01-05 | VIA update: | Thomas Hellstrom |
2005-01-05 | Fixed the DMA buffer age test. Should fix occasional "soft" lockups. Bumped | Felix Kuehling |
2005-01-01 | Completeley rewritten Savage DRM which can be considered secure (modulo | Felix Kuehling |
2005-01-01 | Added a new DRM map type _DRM_CONSISTENT for consistent PCI memory. It uses | Felix Kuehling |
2004-12-31 | VIA DRM: verifier: Added verbose palette error reporting, and support for | Thomas Hellstrom |
2004-12-31 | VIA DRM: Stability enhancements and cleanups in via_dma.c Added explicit | Thomas Hellstrom |
2004-12-21 | via DRM: Tightened the security for some functions of the | Thomas Hellstrom |
2004-12-20 | Copy HC_ParaType_Auto change to shared-core. Bump version numbers and | Keith Whitwell |
2004-12-19 | via changes: Fixed typecasting bug in via_dma.c, and possible short-circuit | Thomas Hellstrom |