Brian Paul
b51b0a847d
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots of potential problems
24 years ago
Brian Paul
249aebdd35
_MinMagThresh[] should be GLfloat
24 years ago
Brian Paul
90ea526114
added some casts in the 16-bit GLchan macros, just to be safe
24 years ago
Brian Paul
be3d539dac
added Driver.BlendColor() function, for completeness
24 years ago
Brian Paul
ac859a4cbd
fixed segfaults when tex unit 1 enabled, but not unit 0 (conform)
24 years ago
Brian Paul
75280a2c74
added missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() macros
24 years ago
Keith Whitwell
89700a4abd
DO_POINT renamed DO_POINTS
24 years ago
Keith Whitwell
0ceb82b838
Changes for ffb
24 years ago
Keith Whitwell
3db5374e66
Fix typo
24 years ago
Brian Paul
d395251b35
GL_EXT_secondary_color test
24 years ago
Brian Paul
d49081302a
GL_EXT_fog_coord test
24 years ago
Keith Whitwell
3c646597cf
Add missing cases for viewport transform. Remove INVALIDATE_STORED_VERTICS
macro
24 years ago
Brian Paul
a11c0bcf97
replaced gl_test_os_katmai*() with _mesa_test_os_katmai*()
24 years ago
Brian Paul
865322f931
more clean-ups
24 years ago
Brian Paul
d62269757b
used indent to clean-up the code
24 years ago
Brian Paul
188f2949ea
more namespace clean-ups
24 years ago
Brian Paul
0883634178
lots of gl_*() to _mesa_*() namespace clean-up
24 years ago
Brian Paul
19bbfc6263
optimized lambda calculation (Klaus Niederkrueger)
24 years ago
Brian Paul
85312e6db1
changed AlphaFunc() ref from GLclampf to GLchan
24 years ago
Brian Paul
eb2b63877a
fixed _mesa_getenv() weirdness
24 years ago
Brian Paul
6a2d72ecff
fixed mistake in alpha buffer clear test
24 years ago
Keith Whitwell
6da33b1249
Uncomment some defaults.
24 years ago
Keith Whitwell
0fe593a71e
Bugfixes for vertex format, templates
24 years ago
Brian Paul
d89c87ac40
added s/w alpha buffer clearing
24 years ago
Brian Paul
b4203c1c49
removed some bogus error checks
24 years ago
Brian Paul
0221e4d6c8
Now there's four possible display modes:
1. normal, shadowed rendering
2. display depth texture image
3. display depth texture mapped onto scene
4. render grayscale scene where gray level = distance from light source
24 years ago
Keith Whitwell
feb555af03
Templates are in working order.
24 years ago
Brian Paul
be3602da41
GLvisual inside GLframebuffer is no longer a pointer, copy the struct instead.
Added context/drawbuffer visual config sanity checking in _mesa_make_current2().
Added some 'const' keywords.
24 years ago
Brian Paul
6a9851d72d
fixed glitches in error checking of imaging extensions
24 years ago
Brian Paul
bf8b5f99a1
signal _NEW_TEXTURE in all teximage functions
24 years ago
Brian Paul
2eb801cda2
added fog coord clamping
24 years ago
Brian Paul
8753b1c397
colortable w/ size=0 wasn't handled correctly
24 years ago
Keith Whitwell
bed4c5bf58
Initialize Line._Width
24 years ago
Brian Paul
18c516655f
more tweaks
24 years ago
Brian Paul
01a5dd879b
minor extension tweaks
24 years ago
Brian Paul
6975540db2
Disable most extensions by default. Drivers should enable them as needed.
Renamed gl_*() functions as _mesa_*().
24 years ago
Brian Paul
806e20f463
fixed extension checking in _mesa_BlendEquation()
24 years ago
Brian Paul
511378b05d
added filtering option, compute shadow tex size from window size
24 years ago
Brian Paul
eb198d2702
tiny change to a gl_problem() call
24 years ago
Brian Paul
1f57563b9d
added a cube map error check
24 years ago
Brian Paul
30038ecaa2
bilinear sampling of depth textures
24 years ago
Keith Whitwell
feca368c29
Template work
24 years ago
Brian Paul
0d04827f6d
another fix in _mesa_stencil_and_ztest_pixels() for hardware fallbacks
24 years ago
Brian Paul
74b775e14d
fixed bug in _mesa_stencil_and_ztest_pixels() found w/ DRI mga driver
24 years ago
Brian Paul
dab76b4dc5
improvements to regions_overlap() function
24 years ago
Brian Paul
ea83bacf9c
removed some bogus code
24 years ago
Jouk Jansen
69c283e061
Committing in .
Modified Files:
Mesa/src/descrip.mms
old files removed/ new files included in VMS makefile
----------------------------------------------------------------------
24 years ago
Brian Paul
abe094e4a1
fixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel()
24 years ago
Keith Whitwell
4eebc90a17
Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.
24 years ago
Brian Paul
8bbc71f2eb
more 3.5 updates
24 years ago