summaryrefslogtreecommitdiff
path: root/shared-core
AgeCommit message (Expand)AuthorFilesLines
2005-03-04add some idct type 3 packets for referenceDave Airlie1-0/+2
2005-02-23Use wrap counter to extend 16-bit hardware event tags to 32-bit logicalFelix Kuehling2-9/+31
2005-02-20Fix VIA K8M800 PCI ID.Thomas Hellstrom1-2/+2
2005-02-19Fix a couple of gcc warnings in DRM_INFOs.Eric Anholt1-3/+3
2005-02-18fd.o bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.)Michel Daenzer1-1/+1
2005-02-14Initialize kbuf to NULL to quiet the compiler about uninit variablesEric Anholt1-2/+4
2005-02-13Fixed Futex release bug. Bumped driver date and patchlevel.Thomas Hellstrom2-4/+4
2005-02-10add support for texture micro tiling on radeon/r200. Add support for r100Roland Scheidegger3-24/+156
2005-02-08Close a race which could allow for privilege escalation by users with DRIEric Anholt2-103/+82
2005-02-07fix agp detection on linuxDave Airlie1-20/+1
2005-02-05- Implement drm_initmap, and extend it with the resource number to helpEric Anholt2-23/+37
2005-02-03Via driver: Add missing drm_poll function to via driver in core.Thomas Hellstrom2-2/+3
2005-02-03Declare r128_do_cleanup_pageflip static since it's only used here and itsEric Anholt1-1/+1
2005-02-03Cast user data to correct type in radeon_surface_free's copyin.Eric Anholt1-1/+1
2005-02-01cleanup patch from Adrian Bunk <bunk@stusta.de>Dave Airlie21-487/+151
2005-02-01make functions static in i915, remove unused functionsDave Airlie3-56/+31
2005-01-27Fixed multiple devices DMA bug. Fixed PCI path FIRE command detectionThomas Hellstrom3-15/+35
2005-01-27fix incorrect PCI id for ATI radeonDave Airlie3-2/+2
2005-01-26(Stephane Marchesin,me) Add radeon framebuffer tiling support to radeonRoland Scheidegger4-4/+269
2005-01-26replace magic number with macro constant RADEON_ZBLOCK16Roland Scheidegger3-2/+3
2005-01-20Removed one bogus Savage3D PCI ID. Corrected another one. RestoredFelix Kuehling1-3/+2
2005-01-20Add a Savage3D PCI IDAdam Jackson1-0/+1
2005-01-20Corrected some confusion of vb_stride and vtx_sizeFelix Kuehling2-31/+316
2005-01-17Some code commenting concerning the FIFO & DMA engine.Jose Fonseca1-33/+133
2005-01-16This table is in radeon_drv.h along with the version number so remove itDave Airlie1-33/+0
2005-01-16The patch makes drmAddBufs/drmMapBufs can handle buffers in video memoryDave Airlie1-1/+2
2005-01-16Fixed a bug that prevented the driver from ever emitting triangle strips orFelix Kuehling2-6/+6
2005-01-15Setup MTRRs for frame buffer and aperture manually on Savage3D andFelix Kuehling2-1/+75
2005-01-10Only try to find the agp_buffer_map if dma_type is AGP. This is all that'sFelix Kuehling2-7/+10
2005-01-09Improved workaround for Savage3D DMA lockup to emit NOPs only before theFelix Kuehling2-3/+14
2005-01-08Fixed off-by-one error in savage_bci_wait_fifo_shadow.Felix Kuehling1-1/+1
2005-01-07via updates: moved the verifier state struct to dev_priv. Implemented AGPThomas Hellstrom4-61/+114
2005-01-07Updated via DRM with check for stray FIRE commands primitive list.Thomas Hellstrom2-2/+7
2005-01-06Add i915GM support Add resume functionality (must be used with later DDX)Alan Hourihane3-9/+6
2005-01-06via DRM: Updated the verifier to check the vertex lists more thorough. ThisThomas Hellstrom2-29/+100
2005-01-053D scissor regs are now managed by the DRM to iterate over clip rectsFelix Kuehling3-83/+283
2005-01-05Bumped driver date and minor version.Thomas Hellstrom1-3/+3
2005-01-05VIA update:Thomas Hellstrom6-5/+146
2005-01-05Fixed the DMA buffer age test. Should fix occasional "soft" lockups. BumpedFelix Kuehling1-4/+4
2005-01-01Completeley rewritten Savage DRM which can be considered secure (moduloFelix Kuehling4-0/+1964
2005-01-01Added a new DRM map type _DRM_CONSISTENT for consistent PCI memory. It usesFelix Kuehling1-1/+2
2004-12-31VIA DRM: verifier: Added verbose palette error reporting, and support forThomas Hellstrom2-13/+42
2004-12-31VIA DRM: Stability enhancements and cleanups in via_dma.c Added explicitThomas Hellstrom1-32/+57
2004-12-21via DRM: Tightened the security for some functions of theThomas Hellstrom2-5/+12
2004-12-20Copy HC_ParaType_Auto change to shared-core. Bump version numbers andKeith Whitwell2-2/+6
2004-12-19via changes: Fixed typecasting bug in via_dma.c, and possible short-circuitThomas Hellstrom2-16/+29
2004-12-13VIA drm updates:Thomas Hellstrom5-62/+188
2004-12-08(Stephane Marchesin, me) add hyperz support to radeon drm. Only fast zRoland Scheidegger4-8/+204
2004-12-06Security and optimization fixes for the via drm:Thomas Hellstrom2-7/+15
2004-12-03Added 3D functionality to the via command verifier. Modified the viaThomas Hellstrom4-74/+717