index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
dlist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
GL_SGI_texture_color_table extension (Eric Plante)
Brian Paul
2003-01-21
1
-3
/
+5
*
First batch of code for GL_NV_fragment_program.
Brian Paul
2003-01-14
1
-2
/
+2
*
a few dispatch pointers weren't set (glGenTexturesEXT for example)
Brian Paul
2002-11-06
1
-2
/
+18
*
Header file clean-up:
Brian Paul
2002-10-24
1
-60
/
+52
*
surround vertex program code with #if FEATURE_NV_vertex_program/#endif
Brian Paul
2002-10-16
1
-1
/
+7
*
removed old comment
Brian Paul
2002-10-07
1
-2
/
+1
*
implemented glProgramParameters4[df]vNV()
Brian Paul
2002-09-06
1
-10
/
+26
*
hook-up dispatch for glActiveStencilFaceEXT()
Brian Paul
2002-09-06
1
-8
/
+4
*
GL_EXT_stencil_two_side extension, not 100% complete yet.
Brian Paul
2002-09-06
1
-1
/
+27
*
added error checking for glCallLists() type parameter
Brian Paul
2002-08-17
1
-4
/
+46
*
Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...
Brian Paul
2002-06-30
1
-1
/
+25
*
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-06-29
1
-2
/
+2
*
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-15
1
-64
/
+77
*
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2002-06-13
1
-6
/
+6
*
Added GL_NV_point_sprite functions: glPointParameteri[v]NV().
Brian Paul
2002-05-29
1
-102
/
+3
*
dispatch offsets for ARB_window_pos
Brian Paul
2002-05-27
1
-18
/
+21
*
bring in changes from dri tcl branch
Keith Whitwell
2002-04-09
1
-5
/
+10
*
GL_ARB_point_parameters support
Brian Paul
2002-04-02
1
-2
/
+5
*
some display list support for vertex program extension
Brian Paul
2001-12-19
1
-9
/
+174
*
Replace old matrix stacks with new code based on struct matrix_stack.
Brian Paul
2001-12-18
1
-1
/
+5
*
minor dispatach table changes
Brian Paul
2001-12-14
1
-17
/
+46
*
vertex program check-in
Brian Paul
2001-12-14
1
-1
/
+16
*
Remove const from save_TexParameteri to match prototype for glTexParameteri.
Karl Schultz
2001-12-13
1
-2
/
+2
*
dispatch changes to minimize hassle with XFree86 libGL
Brian Paul
2001-12-04
1
-42
/
+42
*
added test implementation of GL_ARB_window_pos
Brian Paul
2001-11-18
1
-2
/
+124
*
API dispath updates
Brian Paul
2001-11-18
1
-44
/
+44
*
compiler warnings
Karl Schultz
2001-09-18
1
-63
/
+68
*
Consolidated source files. Since the re-org a number of source files
Brian Paul
2001-06-18
1
-6
/
+1
*
don't compile glClientActiveTextureARB() into display lists, per the spec
Brian Paul
2001-06-12
1
-24
/
+10
*
fixed minor display list bugs (#431517)
Brian Paul
2001-06-11
1
-10
/
+10
*
infrastructure for GL_ARB_multisample
Brian Paul
2001-05-29
1
-1
/
+29
*
increase blocksize, remove dead opcodes
Keith Whitwell
2001-05-14
1
-10
/
+28
*
Set 'prefer_float_colors' true, now that tnl uses them natively.
Keith Whitwell
2001-05-10
1
-2
/
+2
*
Add FLUSH_CURRENT() calls to fix ordering problems (incl. hierarchical
Keith Whitwell
2001-05-09
1
-4
/
+13
*
silence compiler warnings
Brian Paul
2001-03-27
1
-3
/
+3
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-18
/
+18
*
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-07
1
-8
/
+9
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-45
/
+61
*
Overhaul of texture image handling.
Brian Paul
2001-02-06
1
-3
/
+4
*
removed the unused/broken GL_PGI_misc_hints extension
Brian Paul
2001-01-24
1
-26
/
+1
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-3
/
+3
*
fix conform dlist test
Keith Whitwell
2001-01-13
1
-10
/
+10
*
try and force a log message
Keith Whitwell
2000-12-27
1
-1
/
+2
*
try and force a log message
Keith Whitwell
2000-12-27
1
-2
/
+1
*
try and force a log message
Keith Whitwell
2000-12-27
1
-1
/
+2
*
try and force a log message
Keith Whitwell
2000-12-27
1
-2
/
+1
*
fix demos/fire, enable lazy vertex flushing
Keith Whitwell
2000-12-27
1
-1
/
+2
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-229
/
+856
*
Fixed a couple of bugs that crept into last commit
Keith Whitwell
2000-11-24
1
-6
/
+5
*
Support for swappable t&l modules, including an example one in the FX
Keith Whitwell
2000-11-24
1
-260
/
+18
[next]