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
/
tnl
/
t_imm_dlist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Store material attributes in an Attrib[] style array. This is a
Keith Whitwell
2003-08-05
1
-35
/
+27
*
Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.
Brian Paul
2003-05-01
1
-1
/
+1
*
comments
Brian Paul
2003-04-01
1
-2
/
+1
*
minor clean-ups, const qualifiers
Brian Paul
2003-03-31
1
-10
/
+6
*
reduce memory needed for vertex attributes (allocate on demand)
Brian Paul
2003-03-31
1
-2
/
+10
*
minor clean-ups, comments, etc
Brian Paul
2003-03-28
1
-16
/
+32
*
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-03-01
1
-3
/
+3
*
First batch of code for GL_NV_fragment_program.
Brian Paul
2003-01-14
1
-3
/
+3
*
updated email addresses
Brian Paul
2002-10-29
1
-2
/
+2
*
Header file clean-up:
Brian Paul
2002-10-24
1
-2
/
+2
*
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-15
1
-4
/
+4
*
more removal of fprintf() calls
Brian Paul
2002-06-13
1
-8
/
+7
*
new casts
Brian Paul
2002-04-19
1
-3
/
+3
*
bring in changes from dri tcl branch
Keith Whitwell
2002-04-09
1
-1
/
+4
*
More suport for t&l drivers
Keith Whitwell
2002-02-13
1
-1
/
+2
*
Clean-up/renaming of the per-vertex attribute bits, specifically, the
Brian Paul
2002-01-22
1
-30
/
+30
*
removed api_compat stuff
Brian Paul
2002-01-15
1
-4
/
+3
*
Vertex program checkpoint commit: converted all vertex attributes (color,
Brian Paul
2002-01-05
1
-13
/
+16
*
Further help with dri libGL version skew
Keith Whitwell
2001-12-20
1
-17
/
+7
*
vertex program check-in
Brian Paul
2001-12-14
1
-9
/
+9
*
fix primitive calculation in 1-line dlist immediates (molecules)
Keith Whitwell
2001-12-13
1
-2
/
+2
*
further tweak to dlist change
Keith Whitwell
2001-12-04
1
-2
/
+2
*
correctly reset input after dlist execution
Keith Whitwell
2001-12-03
1
-3
/
+9
*
more warning fixes (Karl Schultz)
Brian Paul
2001-09-14
1
-9
/
+9
*
Fix SGL testLights.exe bugs (interaction of copying and fixup in display lists)
Keith Whitwell
2001-08-02
1
-3
/
+5
*
Fix core in fixup_normal_lengths
Keith Whitwell
2001-07-28
1
-4
/
+6
*
more GLAPIENTRY fixes (Karl Schultz)
Brian Paul
2001-07-27
1
-3
/
+3
*
use GLAPIENTRY when declaring a couple function pointers (Gerk Huisma)
Brian Paul
2001-07-26
1
-3
/
+3
*
fix some Win32 warnings (Gerk Huisma)
Brian Paul
2001-07-23
1
-4
/
+4
*
Fix Alan Barnett's 'try10' display list bug.
Keith Whitwell
2001-07-17
1
-6
/
+10
*
silence an uninitialized var warning
Brian Paul
2001-07-13
1
-2
/
+2
*
restore normal length optimization in dlists
Keith Whitwell
2001-06-28
1
-4
/
+62
*
Adaptor code that lets tnl convert compiled (display list) cassettes back
Keith Whitwell
2001-06-04
1
-15
/
+280
*
Fix for glean texgen test.
Keith Whitwell
2001-05-14
1
-3
/
+3
*
Clean up _tnl_Begin/begin/hard_begin.
Keith Whitwell
2001-05-11
1
-1
/
+8
*
Clean up translation of array elements, copying of elts in pure-elt
Keith Whitwell
2001-05-11
1
-25
/
+5
*
fix for moebius infinite loop
Keith Whitwell
2001-05-03
1
-5
/
+5
*
Lots more eval fixes
Keith Whitwell
2001-04-30
1
-37
/
+10
*
Restore optimization for cva glArrayElement operation.
Keith Whitwell
2001-04-30
1
-1
/
+2
*
first pass at eval fixes
Keith Whitwell
2001-04-26
1
-2
/
+6
*
Perform fixup on material values
Keith Whitwell
2001-04-09
1
-1
/
+5
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-36
/
+35
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-3
/
+3
*
Fixed conform problems with recent material tracking change.
Keith Whitwell
2001-02-16
1
-1
/
+3
*
Fix propogation of material values in VB's that don't reach the lighting
Keith Whitwell
2001-02-15
1
-66
/
+13
*
gl_error clean-ups
Brian Paul
2001-02-13
1
-1
/
+2
*
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
2001-01-29
1
-2
/
+5
*
Fixed 'IRound' to 'IROUND' in mmath.h
Keith Whitwell
2001-01-08
1
-45
/
+1
*
Add render stage for unclipped vb's to fx driver.
Keith Whitwell
2000-12-28
1
-12
/
+41
*
fix sproingies bug
Keith Whitwell
2000-12-27
1
-5
/
+7
[next]