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
/
glide
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-19
4
-90
/
+83
*
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-07
1
-1
/
+1
*
used indent to clean-up the code
Brian Paul
2001-03-03
13
-5466
/
+5758
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
5
-14
/
+14
*
minor extension tweaks
Brian Paul
2001-02-27
1
-0
/
+3
*
Disable most extensions by default. Drivers should enable them as needed.
Brian Paul
2001-02-26
1
-14
/
+6
*
plug in fallback teximage DD functions
Brian Paul
2001-02-19
1
-1
/
+13
*
Changed FetchTexel() function pointer arguments.
Brian Paul
2001-02-17
1
-32
/
+23
*
Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when
Keith Whitwell
2001-02-16
1
-2
/
+1
*
new texture image routines work now
Brian Paul
2001-02-07
2
-14
/
+22
*
updated texture image handling - STILL UNTESTED
Brian Paul
2001-02-06
3
-320
/
+480
*
Overhaul of texture image handling.
Brian Paul
2001-02-06
3
-53
/
+43
*
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
2001-01-29
1
-193
/
+208
*
removed the unused/broken GL_PGI_misc_hints extension
Brian Paul
2001-01-24
1
-3
/
+0
*
Lots of GLchan datatype changes.
Brian Paul
2001-01-24
1
-9
/
+6
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-3
/
+3
*
Fix several conformance problems. Hack solution to line stipple problem.
Keith Whitwell
2001-01-16
2
-3
/
+34
*
Fixed 'IRound' to 'IROUND' in mmath.h
Keith Whitwell
2001-01-08
1
-6
/
+4
*
Bring the FX driver into line with core mesa changes.
Keith Whitwell
2001-01-08
3
-26
/
+30
*
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2001-01-05
5
-37
/
+103
*
More color macro clean-ups.
Brian Paul
2001-01-03
1
-2
/
+0
*
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
Brian Paul
2001-01-02
2
-0
/
+18
*
Add render stage for unclipped vb's to fx driver.
Keith Whitwell
2000-12-28
3
-14
/
+62
*
Major rework of tnl module
Keith Whitwell
2000-12-26
8
-145
/
+1298
*
minor changes to fix compiler warnings
Brian Paul
2000-11-27
1
-0
/
+1
*
Support for swappable t&l modules, including an example one in the FX
Keith Whitwell
2000-11-24
7
-170
/
+213
*
Modified Files:
Jouk Jansen
2000-11-22
2
-49
/
+49
*
Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.
Brian Paul
2000-11-19
2
-4
/
+4
*
Minor header file changes to silence warnings.
Brian Paul
2000-11-17
1
-21
/
+0
*
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-16
4
-614
/
+22
*
Removed Driver.Color() and Driver.Index() functions.
Brian Paul
2000-11-14
2
-5
/
+9
*
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-13
1
-1
/
+5
*
removed unused var
Brian Paul
2000-11-13
1
-1
/
+0
*
minor changes to silence compiler warnings
Brian Paul
2000-11-10
1
-0
/
+1
*
Lots of changes:
Keith Whitwell
2000-11-05
10
-540
/
+155
*
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-31
1
-2
/
+2
*
Remove dead code in FX driver.
Keith Whitwell
2000-10-31
2
-7
/
+0
*
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-30
3
-11
/
+51
*
Basic work to support deep color channels:
Brian Paul
2000-10-28
1
-1
/
+1
*
Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c
Brian Paul
2000-10-27
1
-1
/
+1
*
Implement EXT_fog_coord and EXT_secondary_color.
Keith Whitwell
2000-10-27
1
-0
/
+1
*
First batch of OpenGL SI related changes:
Brian Paul
2000-09-26
2
-24
/
+24
*
removed unused NEW_DRVSTATE flags
Brian Paul
2000-09-08
1
-1
/
+0
*
removed ctx->Driver.Dither function
Brian Paul
2000-09-08
2
-18
/
+7
*
Removed ctx->Driver.LogicOp().
Brian Paul
2000-09-07
2
-6
/
+6
*
fbiRev and tmuRev weren't getting initialized when using Glide3
Brian Paul
2000-08-31
1
-13
/
+26
*
added more resolutions (Andy Sloane)
Brian Paul
2000-08-31
1
-3
/
+5
*
use ImageTransferState
Brian Paul
2000-08-21
1
-1
/
+1
*
fixed depth mask bug in fxddClear(DD_DEPTH_BIT)
Brian Paul
2000-08-09
1
-0
/
+2
*
replaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadMipMapLevel() to work-a...
Brian Paul
2000-06-16
1
-1
/
+1
[next]