summaryrefslogtreecommitdiff
path: root/hw/kdrive/ati/ati_draw.c
Commit message (Expand)AuthorAgeFilesLines
* The great kdrive purge.Adam Jackson2008-05-161-918/+0
* Death to RCS tags.Adam Jackson2007-06-291-3/+0
* Remove the waitSync from KdDisableScreen and push it off to drivers'Eric Anholt2006-02-151-1/+1
* Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson2005-12-271-1/+1
* - Replace the syncAccel hook in the kdrive structure with a pair of hooksEric Anholt2005-06-091-25/+26
* Move the draw tracing supplies into ati_draw.h, and do some touchups on it.Eric Anholt2005-02-211-10/+8
* Add an OUT_RING_REG macro for use with DMA_PACKET0, which is like OUT_RINGEric Anholt2005-01-271-5/+5
* Move the bailing out due to ATIUploadToScreen() being unfinished upEric Anholt2005-01-271-5/+4
* Fix R100 text by forcing the 3d engine to idle before executing more 3dKeith Packard2005-01-251-1/+2
* Finish converting RB2D_DSTCACHE to RB3D_DSTCACHE. Remove an extra pixelEric Anholt2005-01-251-18/+22
* Add tracing. Hack Radeon cache registers to use 3D addresses. Works on M6Keith Packard2005-01-251-5/+69
* Back out the previous day's broken R200 "fix" -- the same number of coordsEric Anholt2004-12-221-1/+5
* Fix r200 render (for real this time?) by setting tex1_comp_cnt right forEric Anholt2004-12-211-1/+1
* Fix the R200 Render code. Composite and Trapezoids are now supported justEric Anholt2004-09-201-8/+9
* - Fix a segfault on VT switch with DRI. Still dies due to cursor allocationEric Anholt2004-09-121-9/+18
* Move the RegisterBlockAndWakeupHandlers to before DRI initialization. TheEric Anholt2004-09-121-3/+3
* Add missing kaa.h include for kaaInitTrapOffsets.Eric Anholt2004-09-121-0/+1
* - Add disabled WIP trapezoid code for R128 and R100. The R128 rendering isEric Anholt2004-09-111-9/+13
* Set the right number of texture coordinates for r200 Render support (stillEric Anholt2004-07-191-2/+2
* Use the offscreen memory manager as much as possible to do the reservationEric Anholt2004-07-191-19/+32
* Separate out off-screen allocation from Init. Fix Enable to updateKeith Packard2004-06-281-12/+18
* Add ARGB cursor support for Radeon cards.Keith Packard2004-06-261-2/+1
* - Pass the right pixel mask (all ones) in to PrepareSolid in theEric Anholt2004-06-101-2/+2
* Align scratch area offsets to the offscreen byte alignment.Eric Anholt2004-06-101-2/+14
* Overhaul of the ATI driver:Eric Anholt2004-05-171-372/+571
* Support 1x1 repeat sources in R128's Blend.Eric Anholt2004-01-111-1/+3
* Change PCI ID information field to be one of r128, r100, r200, r300. ThisEric Anholt2004-01-091-1/+1
* Compile fixes for non-DRI case and for non-C99 compiler.Eric Anholt2004-01-081-3/+2
* - Add a new UploadToScratch kaa hook for putting the data for a singleEric Anholt2004-01-081-2/+52
* - Correctly set the texture coordinate set source for the second textureEric Anholt2004-01-041-3/+2
* - Add more Composite operations, including Saturate, to Radeon CompositeEric Anholt2004-01-031-3/+4
* - Add new Composite hook for kdrive drivers, which only ensures that theEric Anholt2003-12-301-1/+37
* Merge dri-0-1-branch to trunk. Notable changes:Eric Anholt2003-12-291-191/+295
* Remove sys/io.h inclusion from some files that didn't need it, and changeEric Anholt2003-12-011-1/+0
* - Fix Radeon offscreen pixmap pitch alignment.Eric Anholt2003-11-231-18/+18
* - Fix a bug in pitch alignment for offscren pixmaps.Eric Anholt2003-11-201-36/+102
* - Fix confusion of depth/bitsPerPixel in ati_draw.cEric Anholt2003-11-201-21/+34
* - Add PCI information (device/vendor id, bus location) to KdCardAttr toEric Anholt2003-11-191-0/+337