Karl Schultz
53d30c56eb
Quiet compiler warnings.
2002-10-18 17:47:35 +00:00
Brian Paul
2ce0654eba
implement auto mipmap generation for compressed textures
2002-10-18 17:41:45 +00:00
Karl Schultz
8eaa290216
Add casts to quiet compiler warnings.
2002-10-18 17:02:00 +00:00
Brian Paul
6ac04f2fc6
fix bug in GL_MIRRORED_REPEAT_ARB (Ian Romanick)
2002-10-18 13:40:59 +00:00
Brian Paul
6e1ceff48b
latest fixes
2002-10-18 13:28:55 +00:00
Brian Paul
e716549618
only allow intformat==GL_COLOR_INDEX if EXT_paletted_texture is supported
2002-10-18 13:24:08 +00:00
Brian Paul
8c2a1f0e4d
check for GL_EXT_paletted_texture
2002-10-18 13:23:19 +00:00
Karl Schultz
798d83cf67
Add casts to quiet compiler warnings.
2002-10-17 22:26:06 +00:00
Karl Schultz
6afdc0bec2
Put back the include of windows.h so we are back to version 17 of the file.
2002-10-17 21:03:22 +00:00
Karl Schultz
3e2fa3fd5c
Change for Windows only: Make demos and examples build again.
...
Move the inclusion of windows.h from glext.h to gl.h. There are a few
good reasons for this:
- Including it in gl.h is more strightforward and makes it easier to
troubleshoot include file problems. It was sometimes hard to find it
in glext.h.
- Needed to define APIENTRY correctly. APIENTRY is used in gl.h.
- glut.h needs windows.h but does not include it, expecting the app to
include it. Including it in gl.h if not already included by the app
makes glut.h happy. This allows one to write a gl/glut app without
explictly including windows.h, which may only be really important for
toy apps like our samples and demos. But a "real" app can still
include windows.h if it wants.
2002-10-17 19:39:31 +00:00
Brian Paul
bc36ee25d8
new wrap modes (Ian Romanick)
2002-10-17 17:39:37 +00:00
Brian Paul
944ea204a8
s/functionOffset/offset/
2002-10-17 16:29:17 +00:00
Brian Paul
10d343f407
patches from Gerk Huisma for float-channel rendering
2002-10-17 15:26:38 +00:00
Brian Paul
673077c613
applied Philippe Houdoin's patch, plus minor clean-ups
2002-10-17 14:25:30 +00:00
Brian Paul
8dfc5b9863
surround vertex program code with #if FEATURE_NV_vertex_program/#endif
2002-10-16 17:57:51 +00:00
Brian Paul
e32b909054
remove some crud
2002-10-16 17:57:03 +00:00
Brian Paul
2efb3029f0
remove lowpc.c and highpc.c
2002-10-15 15:55:45 +00:00
Brian Paul
10882b17c9
removed highpc.c and lowpc.c
2002-10-15 15:54:23 +00:00
Brian Paul
0977fa67b8
update file list for tar file
2002-10-15 15:40:57 +00:00
Brian Paul
f7657d037e
make a few static function non-static for highpc.c
2002-10-15 15:36:26 +00:00
Brian Paul
d2ec14c4aa
remove 'beta' from GL_VERSION string
2002-10-15 15:23:16 +00:00
Brian Paul
d4ffbe4cca
allow querying of glut functions via glutGetProcAddress()
2002-10-15 15:23:02 +00:00
Brian Paul
dfedb8b78e
added gluTessNormal() dummy function
2002-10-15 14:45:19 +00:00
Brian Paul
9d00b68482
added missing glFinish()
2002-10-15 14:44:53 +00:00
Brian Paul
7c5282d2a8
minor updates
2002-10-15 14:43:55 +00:00
Brian Paul
f2e21e1026
added latest 4.1 changes
2002-10-15 14:41:48 +00:00
Brian Paul
11fd2d7558
disable wsPriv field in __GLdrawablePrivateRec to match XFree86/DRI
2002-10-14 17:12:01 +00:00
Brian Paul
60b6e4fd7e
context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbuffers)
2002-10-14 17:08:17 +00:00
Brian Paul
795ae30787
Glide driver disabled by default
2002-10-14 14:19:11 +00:00
Brian Paul
45c569860c
print transparent pixel info when using -v option (Gerd Sussner)
2002-10-14 13:57:23 +00:00
Brian Paul
cb4253a546
added missing GLX_TRANSPARENT_RGB
2002-10-14 13:52:27 +00:00
Brian Paul
2871f57bcf
check EXT_point_parameters before calling PointParameterfvEXT()
2002-10-11 21:42:08 +00:00
Brian Paul
32d0d5aec4
init swrast->CurrentBuffer
2002-10-11 17:50:59 +00:00
Brian Paul
f58826db57
updated info about glRead/DrawBuffers()
2002-10-11 17:42:48 +00:00
Brian Paul
8ad1076dc2
Another round of glRead/DrawBuffer() clean-ups and simplifications.
...
Replaced ctx->Color._DriverDrawBuffer with swrast->CurrentBuffer.
Replaced ctx->Pixel._DriverReadBuffer with ctx->Pixel._ReadSrcMask.
swrast->Driver.SetBuffer() takes FRONT/BACK_LEFT/RIGHT_BIT values now.
Added tokens and code for GL_AUX buffers, for completeness.
2002-10-11 17:41:03 +00:00
Brian Paul
9e84910749
undo previous check-in (check if ctx->Color.DrawBuffer == mode)
2002-10-11 15:17:12 +00:00
Keith Whitwell
b110ca34f0
lineloop fix
2002-10-11 08:24:13 +00:00
Brian Paul
d54d4633fd
check mode for no change in _mesa_Read/DrawBuffer()
2002-10-11 00:02:16 +00:00
Brian Paul
813c96f458
updated porting info
2002-10-10 23:49:02 +00:00
Keith Whitwell
fbc236b401
add GL_UNPACK_CLIENT_STORAGE_APPLE gets
2002-10-10 18:03:44 +00:00
Brian Paul
23cdcede5d
check texImage->IsClientData before freeing memory
2002-10-10 14:12:09 +00:00
Brian Paul
71072be182
disable _glapi_set_warning_func() call as it's not present in older libGLs
2002-10-10 00:22:13 +00:00
Brian Paul
0670eb259d
removed old TEXTURE0_ defines
2002-10-09 23:56:32 +00:00
Brian Paul
433a084130
removed old VERT_* defines, use VERT_BIT_* instead
2002-10-09 19:45:53 +00:00
Brian Paul
008a5dd7bb
use new vertex bitfield tokens
2002-10-09 19:38:32 +00:00
Brian Paul
85678e0399
disable wscx field in __GLimportsRec to be consistant with XFree86
2002-10-09 19:37:32 +00:00
Brian Paul
c20579d651
XFree86 fixes (clib macro wrappers)
2002-10-09 19:36:24 +00:00
Brian Paul
f2c5296dd7
disable XMesaCreatePBuffer() for XFree86
2002-10-09 19:35:11 +00:00
Brian Paul
59c5cf35c9
finally get rid of ctx->Texture._ReallyEnabled field
2002-10-08 23:59:33 +00:00
Brian Paul
614301faca
fix a typo
2002-10-08 23:58:55 +00:00