Commit Graph

156805 Commits

Author SHA1 Message Date
Keith Whitwell 39d29fe7fe Fix for write-rgba-span and others 1999-09-17 15:14:02 +00:00
Brian Paul ecaf1a0865 silenced some warnings 1999-09-17 12:27:01 +00:00
Brian Paul 1bf28c46c2 glGetProcAddressEXT changes to accomodate Win32 and non-Win32 1999-09-17 12:21:36 +00:00
Brian Paul 9b563507cb pad GL_TINY to 6 digits 1999-09-17 12:07:10 +00:00
Brian Paul d2a57c9b2b pad GLU_TINY to 6 digits 1999-09-17 12:06:56 +00:00
Gareth Hughes b32966fc80 Winding rule updates. 1999-09-17 06:31:02 +00:00
Jouk Jansen 727f35a518 mesa_wgl.h should only be included when _WIN32 is defined 1999-09-17 05:56:43 +00:00
Ted Jump 477da9eff1 Modified to build better with Mesa wgl functions 1999-09-17 04:27:02 +00:00
Ted Jump 6799ecb675 Relocated wgl function prototypes to separate .h for easier work with fxwgl & glut 1999-09-17 04:25:56 +00:00
Ted Jump 5eea3d068f wgl function prototypes moved out to better work with fxwgl 1999-09-17 04:25:10 +00:00
Ted Jump d29b1c2ea6 Patch error fixup 1999-09-17 03:17:18 +00:00
Ted Jump 1f256fd6b3 Win32 build req't updates 1999-09-17 03:07:28 +00:00
Ted Jump 3849b44d66 I changed the xxxGetProcAddressEXT function declarations to be more
MSVC friendly. Brianp - could you verify that they describe and operate
as intended on Linux/ETC platforms?
1999-09-17 02:44:19 +00:00
Ted Jump d043adc890 Cleaned up exit from main to prevent MSVC warnings 1999-09-17 02:41:38 +00:00
Ted Jump 83c02efa52 Added ESC key handling 1999-09-17 02:40:51 +00:00
Ted Jump 74783e9936 Update for beta3 1999-09-17 02:37:14 +00:00
Brian Paul 67e9bd246b fixed typo 1999-09-17 01:00:38 +00:00
Brian Paul 6efd0fb9b5 link with -lGL instead of -lMesaGL 1999-09-17 00:55:21 +00:00
Brian Paul 1300ce1e14 added src-glut.beos back in demo files 1999-09-17 00:54:27 +00:00
Brian Paul 738e977580 link with -lGLU -lGL instead of -lMesaGLU -lMesaGL 1999-09-17 00:07:26 +00:00
Brian Paul f33e6b1e83 version symbol changes 1999-09-17 00:06:57 +00:00
Brian Paul 20298685c3 gluGetProcAddressEXT change for C++ / BeOS 1999-09-17 00:06:14 +00:00
Brian Paul 3d7e15533f updated for GL instead of MesaGL 1999-09-17 00:03:47 +00:00
Brian Paul 4811b7c7e0 initial check-in 1999-09-16 22:45:24 +00:00
Brian Paul b9e8741c8f added some casts in gluGetProcAddressEXT() 1999-09-16 22:37:56 +00:00
Brian Paul 1447677fa4 GLU_EXT_get_proc_address clean-up 1999-09-16 16:54:22 +00:00
Brian Paul 978b089aee clean-up of GLU_EXT_get_proc_address 1999-09-16 16:53:28 +00:00
Brian Paul dd4f708894 GL_EXT_get_proc_address clean-up 1999-09-16 16:47:35 +00:00
Brian Paul 9df2b25af1 added GL_EXT_get_proc_address 1999-09-16 16:44:37 +00:00
Brian Paul 4ed71ebbb9 changed archive filenames to beta3 1999-09-16 16:43:38 +00:00
Brian Paul 92460c25a3 added glxinfo 1999-09-16 16:41:03 +00:00
Brian Paul d2bfe1ee29 initial check-in 1999-09-16 16:40:46 +00:00
Brian Paul 43c9c2cfae added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddress 1999-09-16 15:52:51 +00:00
Brian Paul 17f0efb896 changed version string to return 1.2 1999-09-16 15:46:05 +00:00
Keith Whitwell e3f37862d2 Do pop for GL_VIEWPORT_BIT via. the api 1999-09-16 11:54:56 +00:00
Gareth Hughes 0099981b1c Misc winding rule bug fixes. 1999-09-16 06:41:42 +00:00
Brian Paul 69b78057d1 bumped version strings to Mesa 3.1 1999-09-15 20:04:04 +00:00
Brian Paul b7064bcf33 misc changes to tar file list 1999-09-15 19:38:28 +00:00
Brian Paul 7bc00c9ca8 minor library name changes 1999-09-15 17:02:06 +00:00
Brian Paul c8c391d584 removed mention of libMesaGL 1999-09-15 16:39:01 +00:00
Brian Paul e42048f937 3.1 beta 3 info 1999-09-15 16:34:43 +00:00
Brian Paul e300ab8b2b new MESA_ version number symbols 1999-09-15 16:32:48 +00:00
Brian Paul 212e625c24 new version number symbols 1999-09-15 16:31:31 +00:00
Brian Paul cd65179540 added a few more files to the tar list 1999-09-15 15:20:50 +00:00
Brian Paul 2f49a40a07 added third, tiny version number to mklib scripts 1999-09-15 15:11:01 +00:00
Brian Paul d9bb106726 added third, tiny version number to arguments 1999-09-15 15:10:20 +00:00
Brian Paul 210ef19797 added TINY version symbol 1999-09-15 15:09:00 +00:00
Brian Paul af19f37b79 removed unused GLcontext arg from a few functions 1999-09-15 13:56:44 +00:00
Gareth Hughes a852e8fc0f Added debugging pragma message. 1999-09-15 02:12:16 +00:00
Gareth Hughes d7c9c1e5c0 Fixed vector macro calls, specifically COPY_3V params. 1999-09-15 02:11:10 +00:00