index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
savage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recalculate the viewport matrix in savageEmitDrawingRectangle.
Felix Kuehling
2004-03-25
1
-0
/
+1
*
More state management changes:
Felix Kuehling
2004-03-25
4
-27
/
+21
*
Make sure hardware culling is disabled for unfilled primitives,
Felix Kuehling
2004-03-24
3
-15
/
+29
*
Missing in last commit.
Felix Kuehling
2004-03-24
1
-0
/
+4
*
Buffer vertices and emit them in batches. Still using conventional drawing
Felix Kuehling
2004-03-24
7
-148
/
+233
*
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
3
-7
/
+7
*
Removed some useless definitions, artifacts from the Utah-GLX i810 driver.
Felix Kuehling
2004-03-21
3
-430
/
+74
*
unsigned int -> uint32_t, unsigned char -> uint8_t where the size matters.
Felix Kuehling
2004-03-21
6
-340
/
+361
*
Fixed texture LOD bias.
Felix Kuehling
2004-03-20
1
-63
/
+24
*
Fixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_BCI_swap which resulted
Felix Kuehling
2004-03-20
2
-2
/
+3
*
Cleaned up and fixed stencil fallback.
Felix Kuehling
2004-03-20
1
-24
/
+9
*
Cleaned up and slightly optimized the texture upload code.
Felix Kuehling
2004-03-08
1
-145
/
+122
*
Swapout textures who's space is claimed by a new texture. Don't destroy.
Felix Kuehling
2004-03-08
1
-1
/
+1
*
Fixed texture tiling format for 8bit texels on ProSavage and Twister.
Felix Kuehling
2004-03-07
1
-5
/
+5
*
Rewrote tiled texture upload. Small mipmap levels work correctly now.
Felix Kuehling
2004-03-07
2
-424
/
+243
*
Fixed two small problems in the vertex setup.
Felix Kuehling
2004-03-07
2
-3
/
+11
*
Small texture management fixes. Should get rid of assertions some people were...
Felix Kuehling
2004-03-04
1
-16
/
+6
*
Clearing rectangle was one too big in each direction.
Felix Kuehling
2004-03-04
1
-2
/
+2
*
Cope with float colors in VERT_SET_RGBA and VERT_SET_SPEC macros.
Felix Kuehling
2004-03-02
1
-17
/
+16
*
Fixed some small state tracking issues while hunting a different problem.
Felix Kuehling
2004-03-02
1
-4
/
+6
*
Corrected the maximum vertex size argument of _tnl_init_vertices.
Felix Kuehling
2004-02-29
1
-1
/
+1
*
Reorganized hardware state data structures and state emission. Don't track
Felix Kuehling
2004-02-29
7
-1373
/
+706
*
Set ctx->Const.MaxTexture[Image/Coord]Units correctly. Fixes corruption in q3.
Felix Kuehling
2004-02-26
1
-0
/
+2
*
Adapt the VERT_SET/COPY/SAVE/RESTORE_RGBA/SPEC macros to copy with all savage...
Felix Kuehling
2004-02-26
1
-7
/
+13
*
Forgot to remove savagevb.h in last commit.
Felix Kuehling
2004-02-26
1
-62
/
+0
*
Converted vertex setup to use t_vertex.[ch].
Felix Kuehling
2004-02-26
7
-503
/
+121
*
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
21
-0
/
+10537