Brian Paul
50a46abdd9
updated for Mesa 3.2
hace 25 años
Brian Paul
187bce0724
minor clean-up
hace 25 años
Brian Paul
c902f7d05a
added do /while to multi-line macros
hace 25 años
Brian Paul
3db088f7d7
added missing POINT/LINE RANGE/GRANULARITY tokens
hace 25 años
Brian Paul
d0edf6ad30
use nplanes instead of bitsPerRGBValue in GET_BITS_PER_PIXEL macro
hace 25 años
Randy Frank
0deb3737c4
Added entry point and define for the occlusion test.
hace 25 años
Brian Paul
4049cd35d8
applied Daryll's patches for GLX_DIRECT_RENDERING
hace 25 años
Brian Paul
e8dad9dbe4
fixed prototype typo in glHintPGI ( )
hace 25 años
Brian Paul
3c3533c5c8
added missing glHintPGI() function
hace 25 años
Brian Paul
0a654a5d5a
assigned official GL_ARB_transpose_matrix enums
hace 25 años
Brian Paul
2d2e9c0c0a
added missing glColorTableParameter defines
hace 25 años
Brian Paul
ff06c837b5
added GLX_ARB_get_proc_address
hace 25 años
Brian Paul
0056c5e40d
added GL_ARB_transpose_matrix
hace 25 años
Brian Paul
5bf7f47083
removed version logging
hace 25 años
Brian Paul
b16103c466
bumped version to 3.3
hace 25 años
Brian Paul
2257a12013
added XMesaMakeCurrent2(), XMesaGetCurrentReadBuffer(), bumped version to 3.3
hace 25 años
Brian Paul
b314d1d3af
added a few more GLX 1.3 tokens
hace 25 años
Brian Paul
5fff37ecd4
renamed near and far arguments to gluUnProject4()
hace 25 años
Brian Paul
9331b6702c
added GLU 1.3 functions
hace 25 años
Brian Paul
664a1f88f2
added GLX 1.3 tokens and functions
hace 25 años
Brian Paul
bf3f9bdaae
bumped GLX version to 1.2, added glXGetCurrentDisplay()
hace 25 años
Brian Paul
47cdadc626
added pragma 4615 (Eero), added copyright
hace 25 años
Brian Paul
a65efe4b75
reordered the extensions and numbered them
hace 25 años
Brian Paul
36d8d7ae81
fixed some glitches (Eero Pajarre)
hace 25 años
Brian Paul
e23e2759fc
changed multi-include guard symbol
hace 25 años
Brian Paul
b95d252c34
added GL_EXT_texture_env_add extension
hace 25 años
Brian Paul
9ad72cd9b1
removed redundant extension prototypes
hace 25 años
Kendall Bennett
a73119234c
. Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibility
with the IBM VisualAge C++ compiler. Eventually some more code will be
needed in the headers to enable the reversal of (__stdcall*) to (*__stdcall)
for the IBM compilers, however we currently build using our own header files
that already handle this.
. Changed instances of (GLCALLBACK*) to GLCALLBACKP for compatibility
with the IBM VisualAge C++ compiler in src-glu.
. Misc cleanups for warnings generated with Watcom C++ in src-glu. Compiles
with 0 warnings now.
. tess_hash.c: line 244 - Why is this function stubbed out? I removed the
code with a #if 0 to avoid a compiler warning, but it looks dangerous.
hace 25 años
Brian Paul
fbd8f212c3
first big check-in of new Mesa 3.3 code
hace 25 años
Brian Paul
0822c1050e
replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps()
hace 25 años
Ted Jump
f7190d4b1f
turned off 'conditional expression is constant' warning for win32
hace 25 años
Miklos Fazekas
6bc96bfebe
Added glColorTable, etc.
hace 25 años
Ted Jump
38136ec3dd
Changed over to maximal warnings on Win32 builds.
hace 25 años
Brian Paul
d865227d21
removed cvs history logs and old comments
hace 25 años
Brian Paul
782ca03d6d
removed glXGetProcAddressEXT
hace 25 años
Brian Paul
c7af1b0b94
removed gluGetProcAddressEXT()
hace 25 años
Brian Paul
e261963104
removed revision history info
hace 25 años
Brian Paul
a6f09fa880
define GLUAPI, GLAPIENTRY and GLCALLBACK to nothing if not using Mesa's gl.h
hace 25 años
Ted Jump
b19ba7827c
Added pragma to disable warning about unk pragmas for MSVC5
hace 25 años
Ted Jump
3f17dfb8ba
Minor patches to cleanup some compiler warnings in MSVC
hace 25 años
Brian Paul
52880f85b5
GL_MAX_ELEMENTS_VERTICES/INDICES enums had wrong values
hace 25 años
Brian Paul
c782c911e9
more ARB_imaging colortable functions
hace 25 años
Brian Paul
053f2020ca
added missing GL_ARB_imaging color table functions
hace 25 años
Miklos Fazekas
bc95b2f07e
Added glGetMinmax
hace 25 años
Brian Paul
b80429e49e
removed GL_EXT_get_proc_address
hace 25 años
Brian Paul
251ba69ffc
replaced glGetMinMax() with glGetMinmax()
hace 25 años
tanner
bc34adfc54
lots of autoconf updates
hace 26 años
Ted Jump
01db31b678
Changed name 'glGetProcAddressEXT' to 'gluGetProcAddressEXT'
hace 26 años
Ted Jump
725ec81ae8
More Win32 build compliance fixups
hace 26 años
Brian Paul
56b58668e8
disabled GL_EXT_get_proc_address for the time being
hace 26 años