aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/savage/savageioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-2/+0
|\
| * savage: Remove unnecessary headers.Vinson Lee2010-01-231-2/+0
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-2/+2
* | mesa: implement per-buffer color maskingBrian Paul2009-12-291-7/+7
|/
* savage: Silence compiler warnings.Vinson Lee2009-12-151-0/+2
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-26/+26
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-6/+6
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+2
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-4/+10
* fix problems found with gcc 2.96 (bug 4934)Brian Paul2005-10-311-2/+2
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-3/+3
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-8/+8
* 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