index
:
~suokko/mesa
ARB_sampler_object
ARB_sampler_object2
KHR_gl_texture_image
KHR_gl_texture_image2
constant_texture_sampler_wip
master
non-recursive-make
Mesa playground.
suokko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2001-12-15
divide by W and clipping now work - in pretty good shape now
Brian Paul
1
-60
/
+59
2001-12-15
temporary hack for divide by W
Brian Paul
1
-9
/
+12
2001-12-15
better api trace/log messages
Brian Paul
3
-191
/
+221
2001-12-15
vertex program fixes
Brian Paul
1
-2
/
+1
2001-12-15
disable debug printf's, fix a crash
Brian Paul
5
-15
/
+15
2001-12-15
free the NormalLengthPtr if non-null in _tnl_free_immediate()
Brian Paul
1
-3
/
+9
2001-12-14
added newline characters to trace strings
Brian Paul
1
-748
/
+748
2001-12-14
Add .cc as a valid suffix.
Karl Schultz
1
-1
/
+2
2001-12-14
Remove rules that were put into place to deal with compiling files that
Karl Schultz
2
-170
/
+2
2001-12-14
s/glxGetProcAddress/glXGetProcAddressARB/
Brian Paul
1
-3
/
+3
2001-12-14
minor tweaks
Brian Paul
1
-3
/
+5
2001-12-14
minor dispatach table changes
Brian Paul
2
-20
/
+49
2001-12-14
vertex program check-in
Brian Paul
56
-2823
/
+6842
2001-12-14
add dispatch offsets for vertex program functions
Brian Paul
1
-175
/
+181
2001-12-13
Remove const from save_TexParameteri to match prototype for glTexParameteri.
Karl Schultz
1
-2
/
+2
2001-12-13
fixed errors in feedback for glDraw/CopyPixels and glBitmap
Brian Paul
1
-38
/
+23
2001-12-13
special case blend optmizations (Jeremy Fitzhardinge)
Brian Paul
1
-6
/
+54
2001-12-13
call FLUSH_VERTICES() in _mesaTexParameterfv() (bug 491832)
Brian Paul
1
-3
/
+25
2001-12-13
fix for ubyte colors
Keith Whitwell
1
-14
/
+14
2001-12-13
fix primitive calculation in 1-line dlist immediates (molecules)
Keith Whitwell
1
-2
/
+2
2001-12-11
fix glut tess lockup
Keith Whitwell
1
-8
/
+3
2001-12-05
add inf and nan tests to swrast functions
Keith Whitwell
5
-8
/
+23
2001-12-04
fixed potential array overwrite problem
Brian Paul
1
-15
/
+9
2001-12-04
prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado...
Brian Paul
6
-71
/
+266
2001-12-04
dispatch changes to minimize hassle with XFree86 libGL
Brian Paul
16
-2476
/
+2441
2001-12-04
further tweak to dlist change
Keith Whitwell
1
-2
/
+2
2001-12-03
guard ResetStipple calls
Keith Whitwell
1
-3
/
+4
2001-12-03
fx another place where PRIM_PARITY is calculated
Keith Whitwell
1
-2
/
+5
2001-12-03
simplify drawarrays paths
Keith Whitwell
1
-36
/
+29
2001-12-03
avoid side-effects in macro param
Keith Whitwell
1
-3
/
+5
2001-12-03
correctly reset input after dlist execution
Keith Whitwell
1
-3
/
+9
2001-11-30
Corrected bad line breaks in macro definitions within code compiled
Karl Schultz
1
-7
/
+4
2001-11-30
malloc() prototype is in stdlib.h for darwin
Karl Schultz
1
-3
/
+3
2001-11-30
Don't reset _tnl_CurrentInput when in DestroyContext.
Alan Hourihane
1
-2
/
+9
2001-11-29
main trunk is now 4.1
Karl Schultz
3
-3
/
+3
2001-11-29
update to version 4.0
Karl Schultz
3
-3
/
+3
2001-11-29
Fix compilation errors and warnings for NURBS support. (Robert Bergkvist)
Karl Schultz
13
-70
/
+79
2001-11-29
use smaller buffer when decomposing large drawarrays, for cache goodness
Keith Whitwell
1
-2
/
+2
2001-11-28
updated comment about CHAN_BITS
Brian Paul
1
-3
/
+3
2001-11-28
use v2 color, not v0 in flat_ci_triangle()
Brian Paul
1
-2
/
+2
2001-11-27
use glXGetProcAddressARB to avoid extension linkage problems
Brian Paul
6
-19
/
+250
2001-11-27
don't directly call glSecondaryColor*EXT() or glFogCoord*EXT()
Brian Paul
1
-8
/
+8
2001-11-26
don't use near and far for parameter names
Brian Paul
1
-3
/
+3
2001-11-26
avoid using near and far as variable names since they are reserved words
Karl Schultz
1
-2
/
+2
2001-11-26
Possible fix for vtk tristrip bug
Keith Whitwell
1
-2
/
+7
2001-11-23
fix for bug 474479, remove Trace/* stuff
Brian Paul
2
-20
/
+12
2001-11-22
Another locked drawarrys fix
Keith Whitwell
1
-3
/
+1
2001-11-19
3dnow normalize_normals broken, disable
Keith Whitwell
1
-2
/
+4
2001-11-19
possible fix for cva ignore start index bug
Keith Whitwell
1
-2
/
+2
2001-11-19
More span rendering optimizations from Klaus Niederkrueger
Brian Paul
4
-353
/
+707
[next]