aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/savage/savagecontext.h
Commit message (Expand)AuthorAgeFilesLines
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-9/+0
* Fixed some suspicious pointer casts that caused lots ofFelix Kuehling2005-04-211-3/+3
* Fixed TexEnv modes GL_BLEND and GL_ADD on Savage4-based cards. DisabledFelix Kuehling2005-04-211-0/+1
* Don't synchronize after each frame. Allow the GPU to be one frameFelix Kuehling2005-03-061-0/+1
* - Fixed two bugs related to DMA buffer handling that showed up with theFelix Kuehling2005-03-061-2/+0
* - Fixed scissor rectangle not moving with the window (Xorg bug #1731).Felix Kuehling2005-02-051-5/+8
* * Fixed uploading of textures of certain sizes.Felix Kuehling2005-01-291-1/+1
* Converted the Savage texture management to use Ian's common texmem code.Felix Kuehling2005-01-241-17/+11
* * Added options for disabling the fast path (render stage) and vertex DMAFelix Kuehling2005-01-201-0/+2
* Added support for ELTS to the _savage_render_stage. Requires at leastFelix Kuehling2005-01-201-0/+9
* Added state debugging option (SAVAGE_DEBUG=state).Felix Kuehling2005-01-081-0/+1
* Added support for floating point depth buffers on Savage4-basedFelix Kuehling2005-01-031-0/+1
* Removed all direct hardware access (MMIO, BCI) from the Savage DRIFelix Kuehling2005-01-011-17/+44
* - Fake projective textures on a single texture unit. A fallback is onlyFelix Kuehling2004-12-221-0/+2
* Made debugging output controllable via environment variableFelix Kuehling2004-12-171-29/+10
* Added configuration support to the Savage driver. Three options areFelix Kuehling2004-12-151-0/+7
* Apply Eric's stencil wrap patch (Eric Anholt)Alex Deucher2004-10-081-1/+0
* Converted the Savage driver to the new DRI interface and enabled compilationFelix Kuehling2004-08-221-2/+1
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-1/+1
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-021-1/+1
* get rid of last few XF86DRIClipRectDave Airlie2004-05-031-2/+2
* More state management changes:Felix Kuehling2004-03-251-0/+1
* Reorganized hardware state data structures and state emission. Don't trackFelix Kuehling2004-02-291-1/+3
* Converted vertex setup to use t_vertex.[ch].Felix Kuehling2004-02-261-4/+8
* Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVSFelix Kuehling2004-02-221-0/+299