summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/savage/savageioctl.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-26dri: Remove all DRI1 driversIan Romanick1-662/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul1-2/+0
2010-01-23savage: Remove unnecessary headers.Vinson Lee1-2/+0
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-2/+2
2009-12-29mesa: implement per-buffer color maskingBrian Paul1-7/+7
2009-12-15savage: Silence compiler warnings.Vinson Lee1-0/+2
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell1-26/+26
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-6/+6
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul1-3/+2
2006-10-18Want to stop passing x/y/width/height to Clear() function.Brian Paul1-4/+10
2005-10-31fix problems found with gcc 2.96 (bug 4934)Brian Paul1-2/+2
2005-09-03SetBuffer, renderbuffer changesBrian Paul1-3/+3
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-8/+8
2005-03-14When timestamping textures, need to emit the event with SAVAGE_WAIT_3DFelix Kuehling1-12/+0
2005-03-06Don't synchronize after each frame. Allow the GPU to be one frameFelix Kuehling1-12/+6
2005-03-06- Fixed two bugs related to DMA buffer handling that showed up with theFelix Kuehling1-11/+5
2005-02-23With Savage DRM version 2.3.x or later use event counters for textureFelix Kuehling1-0/+12
2005-02-12Make glean's masked clear test pass.Felix Kuehling1-1/+15
2005-02-05- Fixed scissor rectangle not moving with the window (Xorg bug #1731).Felix Kuehling1-5/+12
2005-02-02Fixed flushing of client-side vertex buffers.Felix Kuehling1-52/+53
2005-01-21Small cleanup:Felix Kuehling1-34/+9
2005-01-20Added support for ELTS to the _savage_render_stage. Requires at leastFelix Kuehling1-3/+8
2005-01-03Added support for floating point depth buffers on Savage4-basedFelix Kuehling1-4/+12
2005-01-01Removed all direct hardware access (MMIO, BCI) from the Savage DRIFelix Kuehling1-206/+321
2004-12-14uint*t -> u_int*tAlan Hourihane1-25/+25
2004-10-08Apply Eric's stencil wrap patch (Eric Anholt)Alex Deucher1-6/+0
2004-05-24WAIT_IDLE_EMPTY in savageSwapBuffers until real frame throttling is possible.Felix Kuehling1-0/+1
2004-05-03get rid of last few XF86DRIClipRectDave Airlie1-3/+3
2004-03-26Enable drawing directly to the (now tiled) front buffer.Felix Kuehling1-2/+2
2004-03-24Make sure hardware culling is disabled for unfilled primitives,Felix Kuehling1-0/+4
2004-03-24Buffer vertices and emit them in batches. Still using conventional drawingFelix Kuehling1-6/+31
2004-03-21unsigned int -> uint32_t, unsigned char -> uint8_t where the size matters.Felix Kuehling1-25/+25
2004-03-20Fixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_BCI_swap which resultedFelix Kuehling1-2/+1
2004-03-04Clearing rectangle was one too big in each direction.Felix Kuehling1-2/+2
2004-02-29Reorganized hardware state data structures and state emission. Don't trackFelix Kuehling1-4/+4
2004-02-22Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVSFelix Kuehling1-0/+521