Brian Paul
3f9be68dc4
added separate specular bug fix to 4.0.1 list
23 years ago
Brian Paul
fa6b2fba7a
fix a comment typo
23 years ago
Brian Paul
f47efb5ab3
have to clamp color+specular in _swrast_add_spec_terms_triangle()! (fixes Chimera bug)
23 years ago
Brian Paul
c6a14906c6
remove some cruft
23 years ago
Brian Paul
530da27edb
bring 4.0.1 info into trunk
23 years ago
Brian Paul
30f51ae067
Replace old matrix stacks with new code based on struct matrix_stack.
Moved vertex program hash table into shared context state.
Implemented reference counting for vertex programs.
Replaced tnl "ProjectedClip" with "Ndc" (normalized device coordinates).
23 years ago
Brian Paul
645ced2955
disable prototype matrix stack code
23 years ago
Jouk Jansen
aea09490f5
Committing in .
Update OpenVMS makefile for vertex-routines
#ifndef __VMS added for one print statement containing __FUNCTION__
Modified Files:
Mesa/src/descrip.mms Mesa/src/tnl/t_imm_api.c
----------------------------------------------------------------------
23 years ago
Brian Paul
3ade8af7ff
added some debug printfs (disabled)
23 years ago
Brian Paul
10f30eb438
first checkpoint commit of Klaus's new span code (struct sw_span)
23 years ago
Brian Paul
57d6e1aebf
first checkpoint commit of Klaus's new span code (struct sw_span)
23 years ago
Brian Paul
c843a1a039
remove conditional in RESET_STIPPLE to fix conformance failure
23 years ago
Brian Paul
54772892bd
updated vertex buffer identifiers
23 years ago
Brian Paul
c11120270c
warp a quadmesh with a gravitational source via vertex program
23 years ago
Brian Paul
9cb3947c56
rotating, lit torus via vertex program
23 years ago
Brian Paul
e3a0f39824
divide by W and clipping now work - in pretty good shape now
23 years ago
Brian Paul
56790ced1a
temporary hack for divide by W
23 years ago
Brian Paul
b15a3b4d13
better api trace/log messages
23 years ago
Brian Paul
d2237d48ec
vertex program fixes
23 years ago
Brian Paul
c3d90f3211
disable debug printf's, fix a crash
23 years ago
Brian Paul
36c77a81ad
free the NormalLengthPtr if non-null in _tnl_free_immediate()
23 years ago
Brian Paul
9745d47991
added newline characters to trace strings
23 years ago
Karl Schultz
5cbd179121
Use $(MAKE) on the irix targets, instead of hard-coding pmake,
as suggested in SF bug 482149. People can still use
pmake -v -f Makefile.X11 if they want to use pmake (works great for me).
Sorry, this should have been in the last check-in.
23 years ago
Karl Schultz
92512085d5
Add .cc as a valid suffix.
23 years ago
Karl Schultz
16e2d94cc7
Cleanup for IRIX 6 platforms. Build src-glu instead of si-glu due
to problems with building the c++ code in the si-glu.
23 years ago
Karl Schultz
c589af2fe2
Fix up targets for
irix6-o32, irix6-o32-dso, irix6-n32, irix6-n32-dso
23 years ago
Karl Schultz
7c8db694cc
Remove rules that were put into place to deal with compiling files that
are in subdirectories of this directory. The list of rules that were here
was out of date for Mesa 4 and would likely get out of date again. It is
better to have make handle it (e.g., use pmake -v on IRIX).
23 years ago
Brian Paul
1668d4bab8
s/glxGetProcAddress/glXGetProcAddressARB/
23 years ago
Brian Paul
eaf0eac7d3
oops, wrong value for GLX_SAMPLES
23 years ago
Brian Paul
b70f5c21e7
added GLX_SAMPLE_BUFFERS, GLX_SAMPLES
23 years ago
Brian Paul
15d4a2327d
minor tweaks
23 years ago
Brian Paul
a19d7c35cd
4.1 extensions
23 years ago
Brian Paul
1d1635d27b
planned extensions for 4.1
23 years ago
Brian Paul
b638c34381
minor dispatach table changes
23 years ago
Brian Paul
797ea81d63
vertex program test program
23 years ago
Brian Paul
86b842790b
vertex program check-in
23 years ago
Brian Paul
680522f74c
add dispatch offsets for vertex program functions
23 years ago
Karl Schultz
faaa88fc48
Remove const from save_TexParameteri to match prototype for glTexParameteri.
Allows compilation on IRIX.
23 years ago
Karl Schultz
d313068dc8
Added missing entry points
23 years ago
Brian Paul
d9331ae71e
fixed errors in feedback for glDraw/CopyPixels and glBitmap
23 years ago
Brian Paul
59235bd5da
special case blend optmizations (Jeremy Fitzhardinge)
23 years ago
Brian Paul
c3209d45ad
call FLUSH_VERTICES() in _mesaTexParameterfv() (bug 491832)
23 years ago
Keith Whitwell
5246b6c9d1
fix for ubyte colors
23 years ago
Keith Whitwell
59e5b90452
fix primitive calculation in 1-line dlist immediates (molecules)
23 years ago
Keith Whitwell
09fc9324f6
fix glut tess lockup
23 years ago
Brian Paul
74df2ef732
added enums for GL_ARB_depth_texture/shadow/shadow_ambient (temporary)
23 years ago
Keith Whitwell
ef4f5b391e
add inf and nan tests to swrast functions
23 years ago
Brian Paul
aecfb51c30
fixed potential array overwrite problem
23 years ago
Brian Paul
014ec1ac5e
prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shadow_ambient
23 years ago
Brian Paul
471a774f43
dispatch changes to minimize hassle with XFree86 libGL
23 years ago