Brian Paul
e7abc078ab
test for ARB_texture_cube_map when getting GL version(Ian Romanick)
23 years ago
Jouk Jansen
0a7fc572a7
Committing in .
Adding vsnprintf support for OpenVMS (needed in src/imports.c)
Modified Files:
Mesa/src/Makefile.am Mesa/src/descrip.mms
Added Files:
Mesa/src/vsnprintf.c
----------------------------------------------------------------------
23 years ago
Brian Paul
7e35cc53ce
updated wglGetProcAddress
23 years ago
Brian Paul
528afb5ff4
updated DOS file list
23 years ago
Brian Paul
05ed911aca
updates from Daniel Borca
23 years ago
Brian Paul
b9f75444e6
improved error string
23 years ago
Brian Paul
ba88dd0d92
s/5/NUM_TEXTURE_TARGETS/
23 years ago
Brian Paul
ed00b2ef33
fixed compilation problem for swdd->SetBuffer
23 years ago
Brian Paul
391876e5e6
fix up stuff accidentaly checked in a few days ago
23 years ago
Karl Schultz
53880a85b6
Don't call _mesa_initialize_context because we are using
_mesa_create_context. This avoids calling initialize twice and fixes
memory leaks. Add call to free the GL context because we are creating it
with _mesa_create_context, fixing another leak.
23 years ago
Brian Paul
41771982c4
define GLAPIENTRY and GLAPI if not defined in gl.h
23 years ago
Brian Paul
fb657ef91d
added glXAllocate/FreeMemoryNV()
23 years ago
Brian Paul
8fefafa220
stub functions for glXAllocate/FreeMemoryNV()
23 years ago
Brian Paul
2188d002df
minor error message changes
23 years ago
Brian Paul
62166908a9
re-enable ASSIGN_NORM_GROUP( 3dnow )
23 years ago
Brian Paul
1e0241d3c6
replace Current.Color with Current.Attrib[VERT_ATTRIB_COLOR0]
23 years ago
Keith Whitwell
713800a495
update colormaterial state on swtcl wakeup
23 years ago
Brian Paul
2b930072b3
s/DrawDestMask/_DrawDestMask/
23 years ago
Brian Paul
b79e99ad60
s/ProjectedClipPtr/NdcPtr/
23 years ago
Brian Paul
3ac01f5e47
fix problems in FXgetImage()
23 years ago
Brian Paul
34713c1a3c
fixed array index typo in VERT_SAVE_RGBA() macro
23 years ago
Brian Paul
5117a8214d
added multitexture and line stipple
23 years ago
Brian Paul
f569dc447a
minor tweaks
23 years ago
Brian Paul
9f7011b88b
added error checking for glCallLists() type parameter
23 years ago
Brian Paul
af3265fabd
added new GLUT features
23 years ago
Brian Paul
6bf6cd3418
bump lib version to 3.7.1, more make clean commands
23 years ago
Brian Paul
7ae671446a
added glutGetProcAddress()
23 years ago
Brian Paul
46a035f76d
added glutGetProcAddress() and GLUT_FPS env var option
23 years ago
Karl Schultz
10730663a1
Add note about needing to run VCVARS32.BAT when compiling.
Add book and samples to the list of dirs that are built.
Reword some notes about the build process.
23 years ago
Brian Paul
1972ac661c
added (char *) casts
23 years ago
Brian Paul
3efe5beefc
fix up resulting FOGC and PSIZ when needed
23 years ago
Brian Paul
352c13f783
init tmp->Normal.size = 3
23 years ago
Brian Paul
ebe671cfad
comments
23 years ago
Brian Paul
ea53a5b5ab
change GLvector3f to GLvector4f for normal transformation
23 years ago
Brian Paul
946ad2720a
change dest stride to 16 bytes instead of 12
23 years ago
Brian Paul
2a1abe3b46
initialize SWvertex array to zeros
23 years ago
Brian Paul
fb8ca95dff
changed normal stride from 12 to 16 bytes since normals are now GLfloat[4] (for vertex program)
23 years ago
Brian Paul
a4ac844979
re-check-in - something didn't work on the previous check-in
23 years ago
Brian Paul
e968686133
latest bug fixes
23 years ago
Brian Paul
77df88727c
struct sw_span is again allocated on the stack, but the arrays of span
data are broken out into a new struct span_arrays which is allocated
per-context (to avoid huge stack allocations - a problem on Windows).
This lets us use span.redStep instead of span->redStep (for example) to
hopefully get slightly better performance in the triangle functions.
23 years ago
Karl Schultz
2353e96c32
Coerce vsnprintf to _vsnprintf for windows
23 years ago
Brian Paul
971df9b389
misc updates
23 years ago
Brian Paul
c2656d588b
define MAXSTRING and use vsnprintf to preven overflows
23 years ago
Karl Schultz
f1dee4fe8f
Catch up windows driver with recent context mods
23 years ago
Karl Schultz
54572c1b93
export new symbols for osmesa lib
23 years ago
Brian Paul
c712425d0d
fix warnings (bug 580528)
23 years ago
Brian Paul
5c711e3671
fix patching offsets (Sven Panne) (patch 544637)
23 years ago
Brian Paul
e237491493
silence warnings
23 years ago
Brian Paul
f02a5f6cc5
Pedantic compiler fixes (Sven Panne)
23 years ago
Brian Paul
902d2faadf
applied Eric Anholt's patch for Athlon SSE
23 years ago