aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/savage/savageioctl.c
Commit message (Expand)AuthorAgeFilesLines
* When timestamping textures, need to emit the event with SAVAGE_WAIT_3DFelix Kuehling2005-03-141-12/+0
* Don't synchronize after each frame. Allow the GPU to be one frameFelix Kuehling2005-03-061-12/+6
* - Fixed two bugs related to DMA buffer handling that showed up with theFelix Kuehling2005-03-061-11/+5
* With Savage DRM version 2.3.x or later use event counters for textureFelix Kuehling2005-02-231-0/+12
* Make glean's masked clear test pass.Felix Kuehling2005-02-121-1/+15
* - Fixed scissor rectangle not moving with the window (Xorg bug #1731).Felix Kuehling2005-02-051-5/+12
* Fixed flushing of client-side vertex buffers.Felix Kuehling2005-02-021-52/+53
* Small cleanup:Felix Kuehling2005-01-211-34/+9
* Added support for ELTS to the _savage_render_stage. Requires at leastFelix Kuehling2005-01-201-3/+8
* 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