Keith Whitwell
0ceb82b838
Changes for ffb
pirms 24 gadiem
Keith Whitwell
3db5374e66
Fix typo
pirms 24 gadiem
Brian Paul
d395251b35
GL_EXT_secondary_color test
pirms 24 gadiem
Brian Paul
d49081302a
GL_EXT_fog_coord test
pirms 24 gadiem
Keith Whitwell
3c646597cf
Add missing cases for viewport transform. Remove INVALIDATE_STORED_VERTICS
macro
pirms 24 gadiem
Brian Paul
a11c0bcf97
replaced gl_test_os_katmai*() with _mesa_test_os_katmai*()
pirms 24 gadiem
Brian Paul
865322f931
more clean-ups
pirms 24 gadiem
Brian Paul
d62269757b
used indent to clean-up the code
pirms 24 gadiem
Brian Paul
188f2949ea
more namespace clean-ups
pirms 24 gadiem
Brian Paul
0883634178
lots of gl_*() to _mesa_*() namespace clean-up
pirms 24 gadiem
Brian Paul
19bbfc6263
optimized lambda calculation (Klaus Niederkrueger)
pirms 24 gadiem
Brian Paul
85312e6db1
changed AlphaFunc() ref from GLclampf to GLchan
pirms 24 gadiem
Brian Paul
eb2b63877a
fixed _mesa_getenv() weirdness
pirms 24 gadiem
Brian Paul
6a2d72ecff
fixed mistake in alpha buffer clear test
pirms 24 gadiem
Keith Whitwell
6da33b1249
Uncomment some defaults.
pirms 24 gadiem
Keith Whitwell
0fe593a71e
Bugfixes for vertex format, templates
pirms 24 gadiem
Brian Paul
d89c87ac40
added s/w alpha buffer clearing
pirms 24 gadiem
Brian Paul
b4203c1c49
removed some bogus error checks
pirms 24 gadiem
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
pirms 24 gadiem
Keith Whitwell
feb555af03
Templates are in working order.
pirms 24 gadiem
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.
pirms 24 gadiem
Brian Paul
6a9851d72d
fixed glitches in error checking of imaging extensions
pirms 24 gadiem
Brian Paul
bf8b5f99a1
signal _NEW_TEXTURE in all teximage functions
pirms 24 gadiem
Brian Paul
2eb801cda2
added fog coord clamping
pirms 24 gadiem
Brian Paul
8753b1c397
colortable w/ size=0 wasn't handled correctly
pirms 24 gadiem
Keith Whitwell
bed4c5bf58
Initialize Line._Width
pirms 24 gadiem
Brian Paul
18c516655f
more tweaks
pirms 24 gadiem
Brian Paul
01a5dd879b
minor extension tweaks
pirms 24 gadiem
Brian Paul
6975540db2
Disable most extensions by default. Drivers should enable them as needed.
Renamed gl_*() functions as _mesa_*().
pirms 24 gadiem
Brian Paul
806e20f463
fixed extension checking in _mesa_BlendEquation()
pirms 24 gadiem
Brian Paul
511378b05d
added filtering option, compute shadow tex size from window size
pirms 24 gadiem
Brian Paul
eb198d2702
tiny change to a gl_problem() call
pirms 24 gadiem
Brian Paul
1f57563b9d
added a cube map error check
pirms 24 gadiem
Brian Paul
30038ecaa2
bilinear sampling of depth textures
pirms 24 gadiem
Keith Whitwell
feca368c29
Template work
pirms 24 gadiem
Brian Paul
0d04827f6d
another fix in _mesa_stencil_and_ztest_pixels() for hardware fallbacks
pirms 24 gadiem
Brian Paul
74b775e14d
fixed bug in _mesa_stencil_and_ztest_pixels() found w/ DRI mga driver
pirms 24 gadiem
Brian Paul
dab76b4dc5
improvements to regions_overlap() function
pirms 24 gadiem
Brian Paul
ea83bacf9c
removed some bogus code
pirms 24 gadiem
Jouk Jansen
69c283e061
Committing in .
Modified Files:
Mesa/src/descrip.mms
old files removed/ new files included in VMS makefile
----------------------------------------------------------------------
pirms 24 gadiem
Brian Paul
abe094e4a1
fixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel()
pirms 24 gadiem
Keith Whitwell
4eebc90a17
Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.
pirms 24 gadiem
Brian Paul
8bbc71f2eb
more 3.5 updates
pirms 24 gadiem
Brian Paul
0a0595f2d3
added extension #ifdef/#endifs
pirms 24 gadiem
Brian Paul
03ca5eb58f
added shadow extensions
pirms 24 gadiem
Brian Paul
d6c3f73fb4
added shadowtex
pirms 24 gadiem
Brian Paul
1399d7650d
demo of GL_SGIX_shadow
pirms 24 gadiem
Brian Paul
c499ce31ba
Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
Added some const keywords in the s/w texturing code.
pirms 24 gadiem
Brian Paul
0c75c4c417
plug in fallback teximage DD functions
pirms 24 gadiem
Brian Paul
2aadbf41df
Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions
so they work like the other teximage functions. Added fallback routines to
texstore.c for drivers to use.
pirms 24 gadiem