Brian Paul
0822c1050e
replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps()
25 years ago
Brian Paul
c00c0b323f
header includes clean-up (Daryll)
25 years ago
Brian Paul
99f16d01dd
changes to silence MSVC warnings
25 years ago
Brian Paul
19f90e35ff
flush pb after each line segment - for conformance
25 years ago
Brian Paul
327c69127c
clean-up of header includes (Daryll)
25 years ago
Gareth Hughes
787250cc01
Added filename, line number output for debugging messages.
25 years ago
Ted Jump
f7190d4b1f
turned off 'conditional expression is constant' warning for win32
25 years ago
Brian Paul
94acb57278
removed printf's
25 years ago
Brian Paul
17407de73a
added xfont demo
25 years ago
Brian Paul
f1b45ca254
new xfont demo
25 years ago
Brian Paul
5b37c32274
clean-up to reduce MSVC warnings
25 years ago
Keith Whitwell
30990a65f8
Fix for glerror on compilation of list containing gldrawelements calls
25 years ago
Gareth Hughes
486e1f982e
Major winding rule updates, especially stacked contour support.
Improved debugging output that can be altered with an environment
variable instead of hard coded at compile time. Fixed bug in vertex
sorting function, so vertices are now indexed correctly (left to right).
25 years ago
Gareth Hughes
eb459c6070
Updated demo for new GLU 1.3 tessellation. Added optimized rendering
by saving the output of the tessellation into display lists.
25 years ago
Gareth Hughes
64e10feb25
Changed ($MAKE) to $(MAKE) to allow real-clean to work correctly.
25 years ago
Miklos Fazekas
6bc96bfebe
Added glColorTable, etc.
25 years ago
Brian Paul
5b6677da16
include assert.h with rest of system headers
25 years ago
Josh Vanderhoof
0dd75e2884
swap operand order for Intel style REGOFF
25 years ago
Brian Paul
b09a4cd913
added another fast-path in _mesa_unpack_ubyte_color_spa(), more comments
25 years ago
Brian Paul
c3f0a511a7
new texture image processing
25 years ago
Brian Paul
d51b2c99d5
new texture image, cleaned-up code
25 years ago
Brian Paul
306b3b02b7
added linux-glide-debug config
25 years ago
Brian Paul
03d96a0ce2
fixed a typo in a comment
25 years ago
Ted Jump
38136ec3dd
Changed over to maximal warnings on Win32 builds.
25 years ago
Ted Jump
364b56a20e
Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not appropriate
25 years ago
Brian Paul
12cc2bfff7
pixel pack/unpack ImageHeight and SkipImages was not initialized
25 years ago
Brian Paul
3c14ec9b55
added a few more scale/bias/lookup functions (for future use)
25 years ago
Brian Paul
8de4a38777
minor changes to Usage() function
25 years ago
Brian Paul
0144a50f04
removed -lm from link command
25 years ago
Brian Paul
be12aecc59
added -lm to XLIBS for all configs
25 years ago
Brian Paul
4a867fcbf5
disabled glXGetProcAddress code
25 years ago
Brian Paul
38a811057d
disabled gluGetProcAddressEXT
25 years ago
Brian Paul
d865227d21
removed cvs history logs and old comments
25 years ago
Brian Paul
782ca03d6d
removed glXGetProcAddressEXT
25 years ago
Brian Paul
c7af1b0b94
removed gluGetProcAddressEXT()
25 years ago
Brian Paul
9a19ccb578
better texture matrix, better end-cap reflections on cylinder
25 years ago
Brian Paul
98b607b57d
fixed stupid error in GL_RGA case in gl_pack_rgba_span()
25 years ago
Brian Paul
20cdbc068e
more comments, removed unneeded glDepthFunc call
25 years ago
Brian Paul
83435611c8
added gloss demo
25 years ago
Brian Paul
bb1119fd44
initial rev
25 years ago
Brian Paul
64b7da799f
fixed byteswapping bug in gl_pack_rgba_span()
25 years ago
Brian Paul
3428162e27
added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)
25 years ago
Brian Paul
e261963104
removed revision history info
25 years ago
Brian Paul
a6f09fa880
define GLUAPI, GLAPIENTRY and GLCALLBACK to nothing if not using Mesa's gl.h
25 years ago
Brian Paul
a460e65028
minor clean-up of linux-elf-debug target
25 years ago
Brian Paul
64a79b2f3a
applied Jonn Carmack's patch for faster glTexSubImage2D() in Quake
25 years ago
Brian Paul
d13c0a90c7
added f key to toggle front/back drawing
25 years ago
Brian Paul
ac12609099
added -info command line option
25 years ago
Brian Paul
bc937424f1
updated some comments/docs
25 years ago
Brian Paul
5393bb3830
silenced some uninitialized var warnings
25 years ago