Brian Paul
e784671997
silence gcc warnings (Marc La France)
23 years ago
Brian Paul
c2165e799c
updated comments for CHAN_BITS=16 or 32
23 years ago
Brian Paul
40519b3eb3
DOS driver updates from Daniel Borca
23 years ago
Brian Paul
dcda68de33
Fixed out-of-bounds memory write problem (CONVERT_TEXEL_DWORD macro).
Renamed 'packing' to 'unpacking' since we're moving data from client -> GL.
Rnamed DST_ROW_WIDTH to DST_ROW_BYTES.
23 years ago
Brian Paul
3b029b0c7d
check for initialized XMesaBuffer in XMesaGarbageCollect()
23 years ago
Brian Paul
94865a95b1
use separate GC for SwapBuffers to avoid colormask problem
23 years ago
Karl Schultz
b8b23d4552
fix casts to quiet compiler warnings.
23 years ago
Brian Paul
3245cfdf41
obsolete
23 years ago
Brian Paul
69e043158a
fixed float->int conversion. Fix conditional for 16-bit Z buffer path
23 years ago
Keith Whitwell
3ce17ffb84
Remove debug
23 years ago
Keith Whitwell
33b483f882
remove debug prints
23 years ago
Keith Whitwell
308a036114
More support for t&l drivers.
Fix reset_stipple calls.
Fix unsigned compare bugs.
23 years ago
Karl Schultz
4c97c84f7e
silence compiler warning (windows)
23 years ago
Brian Paul
41110917d7
Prep for Mesa 4.0.2 release.
23 years ago
Brian Paul
27b503cab8
Daniel Borca's new DOS/DJGPP driver.
23 years ago
Brian Paul
851acc6ea7
added some handy debug code
23 years ago
Brian Paul
6115d784a7
don't use affine/persp_textured_triangle funcs when CHAN_BITS > 8
23 years ago
Brian Paul
fcca385bec
replace GLushort w/ GLubyte in DEST_4US template (fixes 16-bit GLchan problem
23 years ago
Brian Paul
b372b40bd1
set PB->haveSpec in line functions that emit specular color
23 years ago
Karl Schultz
3e3bd40614
Fixes for 24-bit Windows devices. The old code was trying to do 3-byte
stores with a full DWORD store (yuk). (Jeff Lewis)
23 years ago
Brian Paul
3fb6d0bfde
added some missing error checks
23 years ago
Brian Paul
b36acc0423
removed API compat stuff
23 years ago
Karl Schultz
287d6127d2
Fixed pixel color component problem and clear code for 24-bit Windows
devices. (Jeff Lewis)
23 years ago
Karl Schultz
a8290d3a95
Remove trailing CR's from most of the lines. No logical changes.
23 years ago
Brian Paul
b26f972618
don't apply scissor box in read_fast_rgba_pixels()
23 years ago
Brian Paul
5bd6bad38d
fixed int->float conversion bug in _mesa_TexEnviv()
23 years ago
Brian Paul
1ae3437156
fixed GL_REPLACE / GL_RGB bug
23 years ago
Brian Paul
93665403aa
texture env color wasn't used correctly in GL_BLEND mode
23 years ago
Brian Paul
e0a30e9d2d
work-around for QNX compiler problem
23 years ago
Brian Paul
fd3da01ec3
fix typo (d'oh)
23 years ago
Brian Paul
40bbb8b7f3
fix bug 498555 - test for __GNUC__
23 years ago
Brian Paul
00b7772bda
fixes from Albert Chin
23 years ago
Karl Schultz
0fc4d7e46d
Define finite as _finite for Windows.
24 years ago
Keith Whitwell
1261fed2c3
Further help with libGL version skew in dri drivers.
24 years ago
Keith Whitwell
4f4f542bd7
Fix clipping problem on mga
24 years ago
Brian Paul
ad83c33a4d
have to clamp color+specular in _swrast_add_spec_terms_triangle()! (fixes Chimera bug)
24 years ago
Brian Paul
a340c4f6ef
disable blocks of GGI code so it at least compiles instead of bombing
24 years ago
Brian Paul
08e126fba6
Texture type is GLuint
24 years ago
Brian Paul
b03241a552
put the .type stuff on a separate line
24 years ago
Brian Paul
785bfd0c1e
remove conditional in RESET_STIPPLE to fix conformance failure
24 years ago
Brian Paul
f6e1618f97
free the NormalLengthPtr if non-null in _tnl_free_immediate()
24 years ago
Karl Schultz
6ef05c2817
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).
24 years ago
Karl Schultz
5141607357
Remove const from save_TexParameteri to match prototype for glTexParameteri.
Allows compilation on IRIX.
24 years ago
Brian Paul
5196a16629
fixed errors in feedback for glDraw/CopyPixels and glBitmap
24 years ago
Brian Paul
9012185ae8
special case blend optmizations (Jeremy Fitzhardinge)
24 years ago
Brian Paul
1703b67ee0
call FLUSH_VERTICES() in _mesaTexParameterfv() (bug 491832)
24 years ago
Keith Whitwell
2f88c5fbd4
fix primitive calculation in 1-line dlist immediates (molecules)
24 years ago
Keith Whitwell
dc35f387ca
fix for ubyte colors
24 years ago
Keith Whitwell
597ec4040c
fix glut tess lockup
24 years ago
Keith Whitwell
51aa3d2f30
Add INF_OR_NAN tests to swrast functions
24 years ago