Kendall Bennett
c40d1dd62d
Added GLAPIENTRY decorations for all first level OpenGL API function entry
points so that the calling conventions will work correctly with the assembler
stubs with the Open Watcom compiler.
vor 22 Jahren
Alan Hourihane
b1ca87a565
prevent from optimizing out by some compilers (from XFree86 CVS)
vor 22 Jahren
Brian Paul
35b52c72d0
added more debug code and tests
vor 22 Jahren
Brian Paul
b4590f1c94
wrap in #ifdef FX / #endif
vor 22 Jahren
Brian Paul
ce8e13dc79
fix an error message
vor 22 Jahren
Daniel Borca
1b6cca67b5
documentation update; also new makefiles for Win32 MesaFX build
vor 22 Jahren
Jouk Jansen
1d61db5f31
Committing in .
The latest version of the OpenVMS DECCRTL contains (v)snprintf
If this one is beeing used the (v)snprintf routines are not compiled in
from mesa's source.
Modified Files:
Mesa-newtree/src/mesa/main/descrip.mms
Mesa-newtree/src/mesa/main/imports.c
----------------------------------------------------------------------
vor 22 Jahren
Daniel Borca
6d4afe2a95
fixed some NASM opcodes; added segment overrides and temporary labels
vor 22 Jahren
Daniel Borca
f03cb2e4ee
Napalm total immersion
vor 22 Jahren
Daniel Borca
3f60e4f21b
cosmetics; translated asm routines for use with ASSYNTAX.H
vor 22 Jahren
Jon Smirl
1aa28b3fe3
Clean out some unused files
vor 22 Jahren
Jon Smirl
bcc6eddd33
Update DRI drivers to current DRI CVS and make them work.
vor 22 Jahren
Karl Schultz
906449753f
Define GLAPIENTRYP properly so that GLU compiles on Windows.
vor 22 Jahren
Karl Schultz
ec7eb274ab
Fix error in last check-in.
vor 22 Jahren
Karl Schultz
3aaeec6a01
Add missing files for building Windows distribution.
vor 22 Jahren
Jon Smirl
3e4a50f0d2
Fix Makefiles to copy lib to $(TOP)/lib if missing
vor 22 Jahren
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.
vor 22 Jahren
Brian Paul
2bd4b68c5e
fix CVS info
vor 22 Jahren
Brian Paul
7c276acb6f
add .dsp files to tarballs
vor 22 Jahren
Brian Paul
5cd54509f5
update list of files for tarballs
vor 22 Jahren
Brian Paul
e8db87ee88
obsolete
vor 22 Jahren
Brian Paul
3eb0edb31f
added GL_ARB_point_sprite tokens
vor 22 Jahren
Jon Smirl
93dc6942eb
Define SOLO so that check is possible for SOLO in project makefiles
vor 22 Jahren
Jon Smirl
3fc0db95e4
Minor changes to make linux-solo build again
vor 22 Jahren
Brian Paul
f62b8985d6
protect whole file with #ifdef FX
vor 22 Jahren
Brian Paul
4eaf56a160
fix minor warnings from g++ 3.2
vor 22 Jahren
Brian Paul
16927d02bc
initialize GetBufferSubData pointer
vor 22 Jahren
Brian Paul
49aefce5e5
minor tweaks
vor 22 Jahren
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).
vor 22 Jahren
Kendall Bennett
9b77fb7dab
Updates to x86 assembler support for Open Watcom and SNAP
vor 22 Jahren
Brian Paul
0f22705b0b
remove some cruft
vor 22 Jahren
Brian Paul
4524274377
exercise more vertex buffer object functions
vor 22 Jahren
Brian Paul
0bb281ba21
bufObj->Access wasn't being set
vor 22 Jahren
Daniel Borca
0219d1168e
minor fixes + doc update
vor 22 Jahren
Brian Paul
4b6f6e1b3d
minor fix in buffer_object_get_target()
vor 22 Jahren
Daniel Borca
fd83bc2b33
glide driver (wip)
vor 22 Jahren
Daniel Borca
6c520ef3d3
GameMode
vor 22 Jahren
Brian Paul
e4db8eb6fa
added GL_ARB_point_sprite demo, texgen bug fix
vor 22 Jahren
Brian Paul
2655e68504
fix some sphere texgen bugs (reported by Daniel Borca)
vor 22 Jahren
Brian Paul
4128d88b98
s/GL_COLOR_INDEX/OSMESA_COLOR_INDEX/
vor 22 Jahren
Brian Paul
5dce1e5c42
don't request accum buffer in color index mode
vor 22 Jahren
Brian Paul
dd29e04bd6
don't use color table's format to determine texture env functions
vor 22 Jahren
Karl Schultz
ad5cd6d337
Add missing entry points. (Warren Cashen)
vor 22 Jahren
Brian Paul
e6804945b3
add switch defaults to silence warnings
vor 22 Jahren
Brian Paul
db40aec48c
remove bogus _swrast_texture_table_lookup() call (Eric Plante)
vor 22 Jahren
Brian Paul
78f8292a54
old/unused
vor 22 Jahren
Brian Paul
1c4b7116c4
Eric Plante's updates for OSMesa16.
vor 22 Jahren
Karl Schultz
faa2b09012
Add notes about building with the mangled namespace on Windows.
vor 22 Jahren
Kendall Bennett
d4155bd1df
Added missing #undef SPAN_VARS to swrast/s_spantemp.h
vor 22 Jahren
Daniel Borca
009d7f8ba1
Minor MinGW fixes
vor 22 Jahren