Jouk Jansen
4fbb2c6279
#include <assert.h>
1999-10-11 04:20:25 +00:00
Jouk Jansen
0279e2bc3a
misc -> glmisc
1999-10-11 04:17:50 +00:00
Brian Paul
567a1de666
now using GL_MALLOC, GL_FREE
1999-10-10 13:04:17 +00:00
Brian Paul
60a249d009
now using GL_MALLOC, GL_FREE
1999-10-10 12:51:29 +00:00
Brian Paul
375853e867
fixed dumb typo
1999-10-10 12:49:36 +00:00
Brian Paul
826e66a21f
now using GL_MALLOC, GL_FREE
1999-10-10 12:40:54 +00:00
Brian Paul
d77fa30761
added memory macros
1999-10-10 12:39:04 +00:00
Josh Vanderhoof
73d03344f4
no underscore prefix for freebsd >= 3 (Simon Walton)
1999-10-09 23:20:23 +00:00
Brian Paul
6e6d4c66bd
texture units now share default texture objects
1999-10-09 20:17:07 +00:00
Brian Paul
7ec8d588ab
fixed reference count bug in save_TexImage3DEXT()
1999-10-09 10:01:46 +00:00
Keith Whitwell
f8b3fc5454
fixed voodoo initialization
1999-10-08 11:07:54 +00:00
Keith Whitwell
485f040741
Fixed includes & added a few hooks for the DRI.
1999-10-08 09:27:09 +00:00
Miklos Fazekas
a7313e045d
Added PARB support.
1999-10-05 19:51:15 +00:00
Miklos Fazekas
3af541c541
Added gl_ext_multitexture_ADD suport.
1999-10-05 19:50:45 +00:00
Miklos Fazekas
37290c844c
Added packed ARGB support.
1999-10-05 19:49:41 +00:00
Miklos Fazekas
1076e7cd21
Packed RGBA support.
1999-10-05 19:26:54 +00:00
Miklos Fazekas
6a659315cd
Packed RGB support.
1999-10-05 19:00:11 +00:00
Miklos Fazekas
2ed47d29c6
Added support for GL_ext_texture_add
1999-10-05 18:48:49 +00:00
Miklos Fazekas
d598ca05e1
Minor cleanup.
1999-10-05 18:40:17 +00:00
Jouk Jansen
08a454c7af
Added tess_winding.c for compilation
1999-10-04 05:26:46 +00:00
Gareth Hughes
63fee8b3be
Added tessellation winding rule support. Misc bug fixes.
1999-10-03 00:56:07 +00:00
Gareth Hughes
45b95f048d
Added tessellation winding rule files.
1999-10-03 00:53:38 +00:00
Keith Whitwell
69cfdb2fcb
more hooks for mga driver, including an immediate fastpath
1999-09-30 11:18:21 +00:00
Jon Taylor
0b6ae412d3
Disable genkgi sublib handling until we have some sublibs to handle
1999-09-21 00:46:26 +00:00
Keith Whitwell
14f8b8b5c3
Bugfix for ctx->backface_sign calculation
1999-09-20 14:30:22 +00:00
Keith Whitwell
5a437d5889
Cleaning up
1999-09-19 23:43:02 +00:00
Keith Whitwell
c656951110
RasterMask was set incorrectly
1999-09-19 23:06:40 +00:00
Ted Jump
ea8e0b2156
Fixed LIBNAME entry
1999-09-19 10:03:19 +00:00
Ted Jump
a63baa3e8d
Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXT
1999-09-19 09:59:12 +00:00
Ted Jump
725ec81ae8
More Win32 build compliance fixups
1999-09-19 02:03:18 +00:00
Keith Whitwell
1bf9dfaf5d
Large patch:
...
- FX bug fixes.
- Polygon mode and edgeflag work properly.
- Clipping works with edgeflag.
- Driver.ReducedPrimitiveChange() callback so drivers
that implement lines & points as triangles can turn culling off
before rendering groups of these primitives.
- Cleaned up feedback & select primitives.
1999-09-18 20:41:22 +00:00
Keith Whitwell
39d29fe7fe
Fix for write-rgba-span and others
1999-09-17 15:14:02 +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
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
Brian Paul
67e9bd246b
fixed typo
1999-09-17 01:00:38 +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
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
43c9c2cfae
added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddress
1999-09-16 15:52:51 +00:00