aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/savage/savageioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Added support for floating point depth buffers on Savage4-basedFelix Kuehling2005-01-031-4/+12
* Removed all direct hardware access (MMIO, BCI) from the Savage DRIFelix Kuehling2005-01-011-206/+321
* uint*t -> u_int*tAlan Hourihane2004-12-141-25/+25
* Apply Eric's stencil wrap patch (Eric Anholt)Alex Deucher2004-10-081-6/+0
* WAIT_IDLE_EMPTY in savageSwapBuffers until real frame throttling is possible.Felix Kuehling2004-05-241-0/+1
* get rid of last few XF86DRIClipRectDave Airlie2004-05-031-3/+3
* Enable drawing directly to the (now tiled) front buffer.Felix Kuehling2004-03-261-2/+2
* Make sure hardware culling is disabled for unfilled primitives,Felix Kuehling2004-03-241-0/+4
* Buffer vertices and emit them in batches. Still using conventional drawingFelix Kuehling2004-03-241-6/+31
* unsigned int -> uint32_t, unsigned char -> uint8_t where the size matters.Felix Kuehling2004-03-211-25/+25
* Fixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_BCI_swap which resultedFelix Kuehling2004-03-201-2/+1
* Clearing rectangle was one too big in each direction.Felix Kuehling2004-03-041-2/+2
* Reorganized hardware state data structures and state emission. Don't trackFelix Kuehling2004-02-291-4/+4
* Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVSFelix Kuehling2004-02-221-0/+521