index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
savage
/
savage_xmesa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added S3TC support to the Savage driver with some help from Mark Cass's
Felix Kuehling
2005-04-30
1
-1
/
+13
*
Texturing fixes for Savage3D/MX/IX:
Felix Kuehling
2005-04-23
1
-2
/
+8
*
Fixed some suspicious pointer casts that caused lots of
Felix Kuehling
2005-04-21
1
-3
/
+3
*
Don't synchronize after each frame. Allow the GPU to be one frame
Felix Kuehling
2005-03-06
1
-2
/
+10
*
- Fixed two bugs related to DMA buffer handling that showed up with the
Felix Kuehling
2005-03-06
1
-10
/
+6
*
With Savage DRM version 2.3.x or later use event counters for texture
Felix Kuehling
2005-02-23
1
-0
/
+10
*
Disable vertex DMA on SuperSavages.
Felix Kuehling
2005-02-05
1
-5
/
+15
*
- Fixed scissor rectangle not moving with the window (Xorg bug #1731).
Felix Kuehling
2005-02-05
1
-9
/
+4
*
Added an option texture_heaps that allows selecting which texture heaps
Felix Kuehling
2005-02-04
1
-2
/
+18
*
Check for heap == NULL before driSetTextureSwapCounterLocation.
Felix Kuehling
2005-02-02
1
-2
/
+5
*
Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.
Adam Jackson
2005-01-31
1
-4
/
+0
*
* Fixed uploading of textures of certain sizes.
Felix Kuehling
2005-01-29
1
-1
/
+1
*
Converted the Savage texture management to use Ian's common texmem code.
Felix Kuehling
2005-01-24
1
-118
/
+58
*
My last attempt to fix polygon offsets with the reversed viewport depth
Felix Kuehling
2005-01-23
1
-3
/
+0
*
Fixed polygon offset with reversed viewport depth range.
Felix Kuehling
2005-01-22
1
-0
/
+3
*
Small cleanup:
Felix Kuehling
2005-01-21
1
-2
/
+2
*
* Added options for disabling the fast path (render stage) and vertex DMA
Felix Kuehling
2005-01-20
1
-4
/
+22
*
Added support for ELTS to the _savage_render_stage. Requires at least
Felix Kuehling
2005-01-20
1
-4
/
+15
*
Added a fast path for emitting unclipped primitives directly to a
Felix Kuehling
2005-01-16
1
-2
/
+4
*
Make sure DMA buffers are released in savageDestroyContext. Usually
Felix Kuehling
2005-01-13
1
-1
/
+2
*
Fixes to cope with the lack of AGP textures. This is all that's needed
Felix Kuehling
2005-01-10
1
-12
/
+19
*
Added state debugging option (SAVAGE_DEBUG=state).
Felix Kuehling
2005-01-08
1
-0
/
+1
*
Added support for floating point depth buffers on Savage4-based
Felix Kuehling
2005-01-03
1
-4
/
+6
*
Removed all direct hardware access (MMIO, BCI) from the Savage DRI
Felix Kuehling
2005-01-01
1
-84
/
+63
*
Made debugging output controllable via environment variable
Felix Kuehling
2004-12-17
1
-15
/
+21
*
Added a TNL pipeline stage that normalizes texture coordinates as a
Felix Kuehling
2004-12-17
1
-1
/
+17
*
Also PUBLICize the config option table
Adam Jackson
2004-12-16
1
-1
/
+1
*
Mark __driCreateNewScreen PUBLIC
Adam Jackson
2004-12-15
1
-0
/
+1
*
Added configuration support to the Savage driver. Three options are
Felix Kuehling
2004-12-15
1
-1
/
+37
*
Moved some code from savageCreateContext to savageInitDriver, where it
Felix Kuehling
2004-12-15
1
-69
/
+43
*
uint*t -> u_int*t
Alan Hourihane
2004-12-14
1
-2
/
+2
*
Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().
Brian Paul
2004-11-27
1
-4
/
+0
*
Apply Eric's stencil wrap patch (Eric Anholt)
Alex Deucher
2004-10-08
1
-8
/
+9
*
added support for GL_ARB_draw_buffers
Brian Paul
2004-10-02
1
-1
/
+1
*
Converted the Savage driver to the new DRI interface and enabled compilation
Felix Kuehling
2004-08-22
1
-26
/
+149
*
Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out
Jon Smirl
2004-06-03
1
-4
/
+3
*
Missing in last commit.
Felix Kuehling
2004-03-24
1
-0
/
+4
*
ctx->Const.MaxTextureLevels is not the highest mipmap level but the number
Felix Kuehling
2004-03-21
1
-2
/
+2
*
Improved MaxTextureLevel computation to take the nr. of tex units and both
Felix Kuehling
2004-03-21
1
-12
/
+34
*
Implemented support for software-based AUX color buffers.
Brian Paul
2004-03-21
1
-2
/
+2
*
Fixed two small problems in the vertex setup.
Felix Kuehling
2004-03-07
1
-0
/
+5
*
Reorganized hardware state data structures and state emission. Don't track
Felix Kuehling
2004-02-29
1
-1
/
+2
*
Set ctx->Const.MaxTexture[Image/Coord]Units correctly. Fixes corruption in q3.
Felix Kuehling
2004-02-26
1
-0
/
+2
*
Converted vertex setup to use t_vertex.[ch].
Felix Kuehling
2004-02-26
1
-5
/
+0
*
Call _tnl_allow_pixel/vertex_fog in savageCreateContext. (Brian Paul)
Felix Kuehling
2004-02-25
1
-0
/
+2
*
Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVS
Felix Kuehling
2004-02-22
1
-0
/
+800