Brian Paul
bdbd2e04c8
changed comment for WriteRGBSpan()
1999-11-22 21:54:14 +00:00
Brian Paul
b82d993b03
added glXGetCurrentDisplay() for GLX 1.2
1999-11-22 21:52:23 +00:00
Brian Paul
8acb3a1238
fixed potential bug in _mesa_ShadeModel()
1999-11-22 18:58:53 +00:00
Brian Paul
414b6e7c00
added SET/CLEAR/TEST_BITS macros, misc clean-up
1999-11-22 18:57:56 +00:00
Brian Paul
f2db7ed71e
fixed shade model bug (A.Borrmann)
1999-11-22 18:28:39 +00:00
Brian Paul
ca1ea0ac09
removed redundant fxCloseHardware() decl
1999-11-22 14:02:12 +00:00
Brian Paul
f0dee6578a
renamed struct gl_palette as struct gl_color_table
1999-11-19 22:51:29 +00:00
Brian Paul
7fb54ae3b3
updates for thread safety
1999-11-19 22:33:50 +00:00
Brian Paul
0498682406
updates for Mesa 3.3
1999-11-19 22:26:52 +00:00
Brian Paul
9fd022a905
replace encounteed with encountered
1999-11-19 21:23:37 +00:00
Keith Whitwell
784657c379
fixes for andree's drawarrays problems
1999-11-19 00:03:27 +00:00
Brian Paul
653c83b9b4
two fixes in gl_DrawArrays (Andree Borrman)
1999-11-18 23:56:04 +00:00
Brian Paul
e160f9419c
fixed FX_grSstControl(), now returns FxBool
1999-11-18 19:42:09 +00:00
Brian Paul
e95cc0dce3
removed unused fxTMNewTMFreeNode decl
1999-11-18 19:42:00 +00:00
Brian Paul
4b7526d001
silence an uninitialized var warning
1999-11-18 15:44:37 +00:00
Brian Paul
d0247f53ae
test visinfo, not vishandle in save_glx_visual (Wolfram Gloger)
1999-11-18 15:17:01 +00:00
Andre Werthmann
6630e2be01
checked in the first new PIII vertex-transformation code
1999-11-18 09:20:50 +00:00
Brian Paul
80e872df2b
make clean removes .lo .la and .libs/
1999-11-16 15:49:12 +00:00
Brian Paul
ece75acd6b
fixed several texture state bugs found with objbug.c program
1999-11-15 22:21:47 +00:00
Brian Paul
9779220286
texture palette update
1999-11-15 18:18:15 +00:00
Brian Paul
de3c9791b0
include mem.h
1999-11-15 18:17:55 +00:00
Brian Paul
9b006e00ab
fixed mistake in merge regarding texture palettes
1999-11-15 18:08:15 +00:00
Brian Paul
5a95679e58
update/merge with Daryll's X server changes
1999-11-15 18:05:00 +00:00
Josh Vanderhoof
a2ee2fe360
fixed SSE bugs
1999-11-13 02:25:17 +00:00
Brian Paul
b4334b2b87
replaced EXT_color_table with EXT_paletted_texture
1999-11-12 23:38:42 +00:00
Brian Paul
4586d8769b
replaced _GLAPI_EXT_color_table with _GLAPI_EXT_paletted_texture
1999-11-12 18:57:50 +00:00
Brian Paul
789cf43f18
reordered some functions
1999-11-12 18:27:27 +00:00
Brian Paul
2da507defd
moved assembly-related macros from types.h to glheader.h
1999-11-12 18:23:47 +00:00
Brian Paul
93b76c048f
restored the gl_Viewport function
1999-11-12 18:10:47 +00:00
Kendall Bennett
be599f845f
. More Watcom C++ warnings fixed in Mesa.
1999-11-12 16:46:56 +00:00
Jouk Jansen
5b974ed6a1
Workaround for the VMS 32 character maximum limit.
1999-11-12 08:32:37 +00:00
Kendall Bennett
e312cf26ea
. Updates to get X86, MXX and 3DNow assembler code working with Watcom
...
C++ and NASM. This includes lots of _ASMAPI macros to ensure that
assembler functions are prototyped as __cdecl, as Watcom C++ uses
register calling conventions by default.
. Misc fixes to files to remove warnings generated by Watcom C++.
1999-11-12 04:56:54 +00:00
Brian Paul
b95d252c34
added GL_EXT_texture_env_add extension
1999-11-12 02:07:56 +00:00
Brian Paul
a087e348ab
added gl_extension_is_enabled()
1999-11-12 02:05:46 +00:00
Brian Paul
ea895e6839
added some braces to silence gcc warnings
1999-11-12 00:14:06 +00:00
Brian Paul
d23f90726a
minor clean-ups
1999-11-12 00:06:07 +00:00
Brian Paul
1d5971db24
changed a warning string
1999-11-11 17:53:14 +00:00
Brian Paul
845117bd05
ColorTableEXT clean-up
1999-11-11 17:50:04 +00:00
Brian Paul
b99db9ea7b
updated for new texture color palette struct
1999-11-11 17:11:49 +00:00
Brian Paul
eb1f282b73
don't include strings.h or stdio.h
1999-11-11 15:26:45 +00:00
sio
3d993b7dee
Added missing GLAPIENTRY to glConvolution* and glCopy*
1999-11-11 14:11:16 +00:00
Jouk Jansen
d1aeac8d1d
version 3.3 update
1999-11-11 09:57:57 +00:00
Jouk Jansen
86d36643de
tess_macro.h included
1999-11-11 09:55:39 +00:00
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.
1999-11-11 03:21:43 +00:00
Brian Paul
cb5ecb883e
initial changes for Mesa 3.3
1999-11-11 01:28:16 +00:00
Brian Paul
fbd8f212c3
first big check-in of new Mesa 3.3 code
1999-11-11 01:22:25 +00:00
Keith Whitwell
06ac59281b
fix for colormaterial
1999-11-10 06:29:44 +00:00
Keith Whitwell
6adfc6bd9e
use glClientActiveTexture in interleaved setup
1999-11-09 17:26:15 +00:00
Keith Whitwell
6a9f16edae
more fixes for glDrawArrays
1999-11-09 17:00:25 +00:00
Keith Whitwell
20f6c10b41
second try at drawarrays fix
1999-11-09 10:12:34 +00:00