Daniel Borca
f03cb2e4ee
Napalm total immersion
22 years ago
Daniel Borca
3f60e4f21b
cosmetics; translated asm routines for use with ASSYNTAX.H
22 years ago
Jon Smirl
1aa28b3fe3
Clean out some unused files
22 years ago
Jon Smirl
bcc6eddd33
Update DRI drivers to current DRI CVS and make them work.
22 years ago
Karl Schultz
906449753f
Define GLAPIENTRYP properly so that GLU compiles on Windows.
22 years ago
Karl Schultz
ec7eb274ab
Fix error in last check-in.
22 years ago
Karl Schultz
3aaeec6a01
Add missing files for building Windows distribution.
22 years ago
Jon Smirl
3e4a50f0d2
Fix Makefiles to copy lib to $(TOP)/lib if missing
22 years ago
Brian Paul
0f85b91c8a
Move initialization of default ctx->Driver.buffer-object-functions into
bufferobj.c so all the drivers don't have to worry about them.
22 years ago
Brian Paul
2bd4b68c5e
fix CVS info
22 years ago
Brian Paul
7c276acb6f
add .dsp files to tarballs
22 years ago
Brian Paul
5cd54509f5
update list of files for tarballs
22 years ago
Brian Paul
e8db87ee88
obsolete
22 years ago
Brian Paul
3eb0edb31f
added GL_ARB_point_sprite tokens
22 years ago
Jon Smirl
93dc6942eb
Define SOLO so that check is possible for SOLO in project makefiles
22 years ago
Jon Smirl
3fc0db95e4
Minor changes to make linux-solo build again
22 years ago
Brian Paul
f62b8985d6
protect whole file with #ifdef FX
22 years ago
Brian Paul
4eaf56a160
fix minor warnings from g++ 3.2
22 years ago
Brian Paul
16927d02bc
initialize GetBufferSubData pointer
22 years ago
Brian Paul
49aefce5e5
minor tweaks
22 years ago
Kendall Bennett
596d57c42a
Updates to SGI GLU code to get it to compile clean with the Open Watcom compiler.
Most of the changes were to get rid of warnings, but many of the warnings could
not be removed in the code so I also added #pragma's to disable the warnings.
Someone really should clean up this code, but I didn't want to mess with it
that much (and potentially break it).
22 years ago
Kendall Bennett
9b77fb7dab
Updates to x86 assembler support for Open Watcom and SNAP
22 years ago
Brian Paul
0f22705b0b
remove some cruft
22 years ago
Brian Paul
4524274377
exercise more vertex buffer object functions
22 years ago
Brian Paul
0bb281ba21
bufObj->Access wasn't being set
22 years ago
Daniel Borca
0219d1168e
minor fixes + doc update
22 years ago
Brian Paul
4b6f6e1b3d
minor fix in buffer_object_get_target()
22 years ago
Daniel Borca
fd83bc2b33
glide driver (wip)
22 years ago
Daniel Borca
6c520ef3d3
GameMode
22 years ago
Brian Paul
e4db8eb6fa
added GL_ARB_point_sprite demo, texgen bug fix
22 years ago
Brian Paul
2655e68504
fix some sphere texgen bugs (reported by Daniel Borca)
22 years ago
Brian Paul
4128d88b98
s/GL_COLOR_INDEX/OSMESA_COLOR_INDEX/
22 years ago
Brian Paul
5dce1e5c42
don't request accum buffer in color index mode
22 years ago
Brian Paul
dd29e04bd6
don't use color table's format to determine texture env functions
22 years ago
Karl Schultz
ad5cd6d337
Add missing entry points. (Warren Cashen)
22 years ago
Brian Paul
e6804945b3
add switch defaults to silence warnings
22 years ago
Brian Paul
db40aec48c
remove bogus _swrast_texture_table_lookup() call (Eric Plante)
22 years ago
Brian Paul
78f8292a54
old/unused
22 years ago
Brian Paul
1c4b7116c4
Eric Plante's updates for OSMesa16.
22 years ago
Karl Schultz
faa2b09012
Add notes about building with the mangled namespace on Windows.
22 years ago
Kendall Bennett
d4155bd1df
Added missing #undef SPAN_VARS to swrast/s_spantemp.h
22 years ago
Daniel Borca
009d7f8ba1
Minor MinGW fixes
22 years ago
Daniel Borca
1ffdad4939
FEATURE_ARB_vertex_buffer_object
22 years ago
Daniel Borca
d9f1e453ea
Reorganized combiners. Added optimized span functions.
22 years ago
Keith Whitwell
bcb3957b6c
Eric's mesa-depth32.diff
22 years ago
Kendall Bennett
2cdd699a77
More SciTech SNAP specific changes to glheader.h. Also modified the macros
in swrast/s_spantemp.h to allow dithering to be used in the SNAP drivers.
22 years ago
Keith Whitwell
4e5b58f483
index wasn't being calculated correctly (result was being discarded)
in light_ci()
22 years ago
Keith Whitwell
a4fc8035f1
VertexAttrib4fv wasn't being installed (4f was).
22 years ago
Keith Whitwell
3e291c01ea
Fix typo
22 years ago
Brian Paul
facb597f48
fix error message (bug 816876)
22 years ago