aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/savage/savagestate.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed and cleaned up programming of watermark registers. There may beFelix Kuehling2005-05-011-50/+75
* Software fallback for glColorMask. Can be avoided on Savage4 when allFelix Kuehling2005-04-241-40/+21
* Texturing fixes for Savage3D/MX/IX:Felix Kuehling2005-04-231-4/+14
* Fixed some suspicious pointer casts that caused lots ofFelix Kuehling2005-04-211-2/+2
* Initialize texture addresses to something valid.Felix Kuehling2005-03-231-0/+20
* If the texture image changed force emitting the texture address, evenFelix Kuehling2005-03-091-2/+10
* Fall back properly when GL_COLOR_LOGIC_OP is enabled and != GL_COPY.Felix Kuehling2005-02-121-12/+14
* - Fixed scissor rectangle not moving with the window (Xorg bug #1731).Felix Kuehling2005-02-051-137/+22
* Fixed initialization of draw destination to front buffer on singleFelix Kuehling2005-01-231-49/+19
* Added a fast path for emitting unclipped primitives directly to aFelix Kuehling2005-01-161-1/+1
* Added state debugging option (SAVAGE_DEBUG=state).Felix Kuehling2005-01-081-1/+3
* * Fixed handling of scissorsFelix Kuehling2005-01-051-33/+8
* Added support for floating point depth buffers on Savage4-basedFelix Kuehling2005-01-031-15/+30
* Removed all direct hardware access (MMIO, BCI) from the Savage DRIFelix Kuehling2005-01-011-107/+141
* Added configuration support to the Savage driver. Three options areFelix Kuehling2004-12-151-2/+8
* Fixed initialization of some stencil-related S4 registers, which wasFelix Kuehling2004-12-151-9/+10
* uint*t -> u_int*tAlan Hourihane2004-12-141-10/+10
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-0/+3
* Apply Eric's stencil wrap patch (Eric Anholt)Alex Deucher2004-10-081-162/+138
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-2/+2
* get rid of last few XF86DRIClipRectDave Airlie2004-05-031-2/+2
* Forgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d.Felix Kuehling2004-03-271-0/+1
* Enable drawing directly to the (now tiled) front buffer.Felix Kuehling2004-03-261-19/+6
* Recalculate the viewport matrix in savageEmitDrawingRectangle.Felix Kuehling2004-03-251-0/+1
* More state management changes:Felix Kuehling2004-03-251-22/+13
* Make sure hardware culling is disabled for unfilled primitives,Felix Kuehling2004-03-241-1/+1
* Buffer vertices and emit them in batches. Still using conventional drawingFelix Kuehling2004-03-241-2/+4
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-3/+3
* Removed some useless definitions, artifacts from the Utah-GLX i810 driver.Felix Kuehling2004-03-211-62/+62
* unsigned int -> uint32_t, unsigned char -> uint8_t where the size matters.Felix Kuehling2004-03-211-19/+48
* Cleaned up and fixed stencil fallback.Felix Kuehling2004-03-201-24/+9
* Fixed some small state tracking issues while hunting a different problem.Felix Kuehling2004-03-021-4/+6
* Reorganized hardware state data structures and state emission. Don't trackFelix Kuehling2004-02-291-904/+378
* Converted vertex setup to use t_vertex.[ch].Felix Kuehling2004-02-261-1/+0
* Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVSFelix Kuehling2004-02-221-0/+2444