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
Keith Whitwell
c34cb25bdd
further tweak to dlist change
23 years ago
Keith Whitwell
aa46094ca6
guard ResetStipple calls
23 years ago
Keith Whitwell
4ea18fc2dc
fx another place where PRIM_PARITY is calculated
23 years ago
Keith Whitwell
a8b25ada45
simplify drawarrays paths
23 years ago
Keith Whitwell
3a825a85f1
avoid side-effects in macro param
23 years ago
Keith Whitwell
bfd2ae6e99
correctly reset input after dlist execution
23 years ago
Karl Schultz
e6373ba6d7
Corrected bad line breaks in macro definitions within code compiled
when BEOS_THREADS is defined. This usually does not cause a problem when
BEOS_THREADS is not defined, but the bad line break in this case put
the "#name" text as the first non-white space in a line, causing the
IRIX C preprocessor to think that it was a preprocessor directive, and
that generated a distracting warning. I also fixed a couple of other
line breaks that seemed wrong to me.
23 years ago
Karl Schultz
3ac348c17a
Add darwin target
23 years ago
Karl Schultz
fcc0abe6cf
malloc() prototype is in stdlib.h for darwin
23 years ago
Alan Hourihane
bce1689d5b
Don't reset _tnl_CurrentInput when in DestroyContext.
23 years ago
Karl Schultz
7b2a146d3a
main trunk is now 4.1
23 years ago
Karl Schultz
209e1348bd
update to version 4.0
23 years ago
Karl Schultz
8ff271548a
Update notes on si-glu NURBS.
23 years ago
Karl Schultz
9c8cbe6950
Fix compilation errors and warnings for NURBS support. (Robert Bergkvist)
23 years ago
Keith Whitwell
4e6c835210
use smaller buffer when decomposing large drawarrays, for cache goodness
23 years ago
Brian Paul
d8af040f5e
updated comment about CHAN_BITS
23 years ago
Brian Paul
e4eba73060
use v2 color, not v0 in flat_ci_triangle()
23 years ago
Brian Paul
253270dfcc
use glXGetProcAddressARB to avoid extension linkage problems
23 years ago
Brian Paul
2f3d620398
don't directly call glSecondaryColor*EXT() or glFogCoord*EXT()
23 years ago
Brian Paul
70c05e6781
don't use near and far for parameter names
23 years ago
Karl Schultz
20517ce040
avoid using near and far as variable names since they are reserved words
in the windows compiler.
23 years ago