Brian Paul
2a88946f9a
OpenGL 1.3 support
24 år sedan
Brian Paul
c123a9b2ed
removed a semicolon in the USE() macro
24 år sedan
Brian Paul
d9fc8e20e3
bumped version string to 3.5.1
24 år sedan
Brian Paul
ac6daf97e1
better error messages
24 år sedan
Brian Paul
df631a866d
better error reporting
24 år sedan
Brian Paul
233aafbb30
new debugging code
24 år sedan
Brian Paul
976c26ca34
WindML driver (Stephane Raimbault)
24 år sedan
Brian Paul
60174c1aef
Fixes for 32-bit GLchans: smooth/flat/textured triangles seem to work now.
24 år sedan
Keith Whitwell
76a52525c7
Reenable, but only in the size four case...
24 år sedan
Keith Whitwell
bd9b4056d7
Undo last change - breaks other stuff.
24 år sedan
Keith Whitwell
3d1df5554e
Compute first partials before taking cross product to calculate normal.
Fixes diego santa cruz' nurbs lighting bug.
24 år sedan
Keith Whitwell
b1a2393bb7
Fix problem with colormaterial (bug #441859)
24 år sedan
Keith Whitwell
c8a27838a0
Removed optimizations (this code is now seldom used)
24 år sedan
Brian Paul
d922109eb3
added GL_EXT_texture_edge_clamp
24 år sedan
Brian Paul
978a2a0a43
fixed Solaris compilation problems (Bug 441817)
24 år sedan
Brian Paul
2e5a20ae21
rm .lo .la files for make clean
24 år sedan
Brian Paul
b22fe91cdb
removed ss_interp.c
24 år sedan
Brian Paul
58cfa0fd90
fixed a glPush/PopAttrib bug related to texture binding (reported by Wes Bethel)
24 år sedan
Brian Paul
c6182ab54c
fixed bug in DEST_4F template function
24 år sedan
Brian Paul
94f494e780
removed some now bogus assertions (due to Klaus's latest optimization)
24 år sedan
Brian Paul
ebc9f221b2
fixed NewState update bugs in _mesa_PopClientAttrib()
24 år sedan
Brian Paul
b5797a5085
Win32 fixes, etc. (Gerk Huisma)
24 år sedan
Brian Paul
696cd3d2b6
optimization to sample_lambda_2d() (Klaus Niederkrueger)
24 år sedan
Brian Paul
5e1680ce1d
fixed GLX context sharing bug (reported by Eric Plante)
24 år sedan
davem69
636fb6cae7
Use #function instead of @function
in .type directive so it works with Solaris
assembler as well as GNU assembler.
24 år sedan
Keith Whitwell
84170351db
Fix VERT_RGBA special case.
24 år sedan
Keith Whitwell
76ca0f5232
Fix SGL testLights.exe bugs (interaction of copying and fixup in display lists)
24 år sedan
Keith Whitwell
554ceab8ec
Fix SGL testGeoSets.exe polygon mode problem (wrong interpretation of
count parameter in DrawArrays)
24 år sedan
Keith Whitwell
51184566fb
Fix SGL monoindexed bug (glDrawRangeElements in dlist)
24 år sedan
Keith Whitwell
c618005dcf
Fix copying problem (light spots) on evaluated surfaces.
24 år sedan
Keith Whitwell
3670e206a7
Fix core in fixup_normal_lengths
24 år sedan
Keith Whitwell
46af1f87c8
Remove _BaseAlpha, fix reflect lighting bug.
24 år sedan
Brian Paul
616f470629
more GLAPIENTRY fixes (Karl Schultz)
24 år sedan
Brian Paul
8a8d474068
undo previous check-in (restore the @ symbols)
24 år sedan
Brian Paul
dae1774e20
check if deleting _Current texobj in _mesa_DeleteTextures (Bart Barenbrug)
24 år sedan
Brian Paul
24d9350897
replaced @ with ## or # to allow compilation on SunOS 5.6 (Bug 442742)
24 år sedan
Brian Paul
73fc243420
wglUseFontBitmapsA() update (Frank Warmerdam)
24 år sedan
Brian Paul
172281dad8
fixes for proxy cube map texture images
24 år sedan
Brian Paul
e2df5de01c
use GLAPIENTRY when declaring a couple function pointers (Gerk Huisma)
24 år sedan
Brian Paul
d4cff4f2fa
Applied Klaus Niederkrueger's latest flat-shading clean-ups and some of my own.
24 år sedan
Brian Paul
bbf6a41d2f
GLchan and GL_ADD clamping changes (Klaus Niederkrueger)
24 år sedan
Brian Paul
62c734f499
don't make default teximage if glTexImage's pixels=NULL (Gerk Huisma)
24 år sedan
Brian Paul
ae40b2281d
rename ERROR macro to TE_ERROR (Gerk Huisma)
24 år sedan
Brian Paul
3c03f3232d
fix some Win32 warnings (Gerk Huisma)
24 år sedan
Brian Paul
4fa5c1966a
don't clamp colors if GLchan==GLfloat in add_colors()
24 år sedan
Brian Paul
55180f4b92
GLubyte -> GLchan change
24 år sedan
Brian Paul
f3b85c983f
check for pixels=NULL in _mesa_store_teximage[123]d()
24 år sedan
Jouk Jansen
46e6c7ad54
Committing in .
Modified Files:
Mesa/si-glu/libtess/memalloc.h
malloc.h is non-standard on OpenVMS. If it is present it only includes
stdlib.h. therefore for VMS malloc.h is replaced by stdlib.h.
----------------------------------------------------------------------
24 år sedan
Brian Paul
48f3bdaeb3
GLchan changes
24 år sedan
Brian Paul
fd28445e10
Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)
24 år sedan