Brian Paul [Sun, 23 Nov 2003 16:22:54 +0000 (16:22 +0000)]
include malloc.h to get ptrdiff_t for vertex buffer object's GLintptr
Keith Whitwell [Sun, 23 Nov 2003 10:27:10 +0000 (10:27 +0000)]
build fixes, rh9
Brian Paul [Sat, 22 Nov 2003 18:44:10 +0000 (18:44 +0000)]
added OpenGL 1.5 tokens and functions not yet put into glext.h
Brian Paul [Sat, 22 Nov 2003 18:29:43 +0000 (18:29 +0000)]
pass ctx to fetch_vector4_deriv()
Brian Paul [Sat, 22 Nov 2003 18:28:21 +0000 (18:28 +0000)]
GL_ARB_point_sprite is not part of 1.5
Daniel Borca [Sat, 22 Nov 2003 11:27:33 +0000 (11:27 +0000)]
updated core makefiles to include arbparse
Brian Paul [Fri, 21 Nov 2003 20:48:16 +0000 (20:48 +0000)]
fix some bugs in computation of DDX, DDY commands
Brian Paul [Fri, 21 Nov 2003 17:07:59 +0000 (17:07 +0000)]
s/byte/GLubyte/ and other minor clean-ups
Brian Paul [Fri, 21 Nov 2003 16:50:03 +0000 (16:50 +0000)]
reformat comments for 80-column viewing
Brian Paul [Fri, 21 Nov 2003 16:38:56 +0000 (16:38 +0000)]
fix a bunch of warnings
Daniel Borca [Fri, 21 Nov 2003 09:56:50 +0000 (09:56 +0000)]
more texture compression
Jouk Jansen [Fri, 21 Nov 2003 08:24:40 +0000 (08:24 +0000)]
Committing in .
- Added arbparse.c to OpenVMS makefile
- Added 2 type casts in a strcmp call to make my compiler happy.
Modified Files:
Mesa-newtree/src/mesa/main/arbparse.c
Mesa-newtree/src/mesa/main/descrip.mms
----------------------------------------------------------------------
Karl Rasche [Fri, 21 Nov 2003 01:22:46 +0000 (01:22 +0000)]
Caught missing parse_color_type() [Jacob Jansen]
Daniel Borca [Thu, 20 Nov 2003 17:07:31 +0000 (17:07 +0000)]
texture compression testbed
Daniel Borca [Thu, 20 Nov 2003 17:05:56 +0000 (17:05 +0000)]
small matters
Karl Rasche [Wed, 19 Nov 2003 13:21:20 +0000 (13:21 +0000)]
Initial checkin of new ARB frag/vertex program parser
Karl Rasche [Wed, 19 Nov 2003 13:17:33 +0000 (13:17 +0000)]
Initial checkin of new ARB_frag/vertex program parser
Karl Rasche [Wed, 19 Nov 2003 13:15:13 +0000 (13:15 +0000)]
Initial checking of new ARB_frag/vertex program parser
Daniel Borca [Tue, 18 Nov 2003 12:18:13 +0000 (12:18 +0000)]
doc updates; GLUT timer additions; fixed compilation warnings
Brian Paul [Tue, 18 Nov 2003 03:44:53 +0000 (03:44 +0000)]
added reference to original half/float conversion code
Brian Paul [Tue, 18 Nov 2003 03:42:17 +0000 (03:42 +0000)]
added missing <type> error checking in read_index_pixels()
Brian Paul [Tue, 18 Nov 2003 03:41:14 +0000 (03:41 +0000)]
Some groundwork for supporting GLhalf datatype.
Brian Paul [Tue, 18 Nov 2003 00:48:24 +0000 (00:48 +0000)]
fix comments about Cr==V, Cb==U
Brian Paul [Mon, 17 Nov 2003 15:15:18 +0000 (15:15 +0000)]
fix texgen bug 597589
Brian Paul [Thu, 13 Nov 2003 23:09:43 +0000 (23:09 +0000)]
remove GL_GLEXT_LEGACY
Brian Paul [Thu, 13 Nov 2003 22:24:36 +0000 (22:24 +0000)]
added glAccum bug fix
Brian Paul [Thu, 13 Nov 2003 22:16:45 +0000 (22:16 +0000)]
no-op glAccum in selection/feedback mode (per Mark Kilgard's updates to the 1.5 spec)
Daniel Borca [Thu, 13 Nov 2003 16:27:25 +0000 (16:27 +0000)]
vanilla extensions disabled
Brian Paul [Wed, 12 Nov 2003 15:39:13 +0000 (15:39 +0000)]
added Ville's RGBA blend fix
Brian Paul [Wed, 12 Nov 2003 15:32:57 +0000 (15:32 +0000)]
updated 5.0.2 tarballs
Brian Paul [Wed, 12 Nov 2003 15:27:52 +0000 (15:27 +0000)]
Ville Syrjala's logic op patch
Daniel Borca [Wed, 12 Nov 2003 11:55:21 +0000 (11:55 +0000)]
dirty hack to advertise vanilla extension names
Brian Paul [Mon, 10 Nov 2003 19:08:37 +0000 (19:08 +0000)]
Redo array element checking for vertex array buffers.
Now, compute ctx->Array._MaxElement as the min of enabled array's max element.
Test against ctx->Array._MaxElement in glDrawArrays/Elements.
Note: testing in glArrayElement not done yet.
Only do element checking if ctx->Const.CheckArrayBounds is set.
Brian Paul [Fri, 7 Nov 2003 17:28:46 +0000 (17:28 +0000)]
s/GGIMesaContext/ggi_mesa_context_t/
Brian Paul [Fri, 7 Nov 2003 17:28:24 +0000 (17:28 +0000)]
fix comments
Brian Paul [Fri, 7 Nov 2003 14:53:17 +0000 (14:53 +0000)]
added glTexSubImage3D bug
Brian Paul [Fri, 7 Nov 2003 14:52:09 +0000 (14:52 +0000)]
s/xoffset/zoffset/ (Cedric Gautier)
Daniel Borca [Fri, 7 Nov 2003 13:17:21 +0000 (13:17 +0000)]
NCC fixes and some cosmetics
Brian Paul [Tue, 4 Nov 2003 23:38:33 +0000 (23:38 +0000)]
added wgl bug fix
Brian Paul [Tue, 4 Nov 2003 23:37:53 +0000 (23:37 +0000)]
fix AccessViolation bug (#835861)
Brian Paul [Mon, 3 Nov 2003 21:59:36 +0000 (21:59 +0000)]
another tweak from Matt Sealey
Daniel Borca [Mon, 3 Nov 2003 12:16:22 +0000 (12:16 +0000)]
small fixes wrt texture handling
Daniel Borca [Mon, 3 Nov 2003 12:13:23 +0000 (12:13 +0000)]
small fixes wrt texture handling
Daniel Borca [Mon, 3 Nov 2003 12:01:03 +0000 (12:01 +0000)]
Voodoo2 happiness
Daniel Borca [Mon, 3 Nov 2003 12:00:24 +0000 (12:00 +0000)]
accomodate decorated names
Daniel Borca [Fri, 31 Oct 2003 11:07:39 +0000 (11:07 +0000)]
removed detritus
Daniel Borca [Thu, 30 Oct 2003 11:44:19 +0000 (11:44 +0000)]
bugfixes wrt texture compression
Daniel Borca [Wed, 29 Oct 2003 14:40:43 +0000 (14:40 +0000)]
changes to accomodate texture compression
Daniel Borca [Wed, 29 Oct 2003 14:35:31 +0000 (14:35 +0000)]
texture compression
Brian Paul [Mon, 27 Oct 2003 20:04:43 +0000 (20:04 +0000)]
prefix MAKELIB with TOP in default case (Matt Sealey)
Brian Paul [Mon, 27 Oct 2003 18:33:34 +0000 (18:33 +0000)]
minor fix to glutSetColor prototype (Evgeny Kotsuba)
Brian Paul [Mon, 27 Oct 2003 18:24:37 +0000 (18:24 +0000)]
Pass $(MKLIB_OPTIONS) to mklib script to allow setting extra options.
Brian Paul [Mon, 27 Oct 2003 18:13:37 +0000 (18:13 +0000)]
added MorphOS instructions (Matt Sealey)
Jon Smirl [Fri, 24 Oct 2003 20:44:55 +0000 (20:44 +0000)]
Fix for missing GLAPIENTRYP definition
Daniel Borca [Thu, 23 Oct 2003 13:57:31 +0000 (13:57 +0000)]
entrypoints... again
Daniel Borca [Thu, 23 Oct 2003 13:28:05 +0000 (13:28 +0000)]
more MinGW fixes
Brian Paul [Thu, 23 Oct 2003 12:19:10 +0000 (12:19 +0000)]
s/GLuint */GLvoid */
Daniel Borca [Thu, 23 Oct 2003 12:02:36 +0000 (12:02 +0000)]
added a few missing GLAPIENTRYs to make MinGW compile again
Brian Paul [Wed, 22 Oct 2003 22:59:07 +0000 (22:59 +0000)]
Initial work for bounds checking of vertex arrays and vertex buffer objects.
Only glDrawArrays() done so far.
Simplified glVertex/Color/etcPointer functions.
Misc casts added here and there.
Kendall Bennett [Wed, 22 Oct 2003 21:02:15 +0000 (21:02 +0000)]
More SciTech SNAP updates. Some of these files didn't really change, but
they show up in the list (GLU stuff) for some reason. The major change
here is the addition of code in the glx86asm.py file to generate assembler
stub entry points with the correct name decorations for _stdcall calling
conventions so this can be used on Windows boxes.
Daniel Borca [Wed, 22 Oct 2003 11:34:22 +0000 (11:34 +0000)]
cosmetics and memos
Daniel Borca [Wed, 22 Oct 2003 11:33:14 +0000 (11:33 +0000)]
small fixes to accomodate Intel compiler/linker
Daniel Borca [Wed, 22 Oct 2003 11:30:37 +0000 (11:30 +0000)]
fixed a typo (array size)
Kendall Bennett [Tue, 21 Oct 2003 23:53:34 +0000 (23:53 +0000)]
Updates to SSE assembler support for Open Watcom
Kendall Bennett [Tue, 21 Oct 2003 22:22:17 +0000 (22:22 +0000)]
Added GLAPIENTRY decorations for all first level OpenGL API function entry
points so that the calling conventions will work correctly with the assembler
stubs with the Open Watcom compiler.
Alan Hourihane [Tue, 21 Oct 2003 21:49:23 +0000 (21:49 +0000)]
prevent from optimizing out by some compilers (from XFree86 CVS)
Brian Paul [Tue, 21 Oct 2003 14:56:53 +0000 (14:56 +0000)]
added more debug code and tests
Brian Paul [Tue, 21 Oct 2003 14:55:27 +0000 (14:55 +0000)]
wrap in #ifdef FX / #endif
Brian Paul [Tue, 21 Oct 2003 14:54:16 +0000 (14:54 +0000)]
fix an error message
Daniel Borca [Tue, 21 Oct 2003 11:15:52 +0000 (11:15 +0000)]
documentation update; also new makefiles for Win32 MesaFX build
Jouk Jansen [Tue, 21 Oct 2003 10:12:47 +0000 (10:12 +0000)]
Committing in .
The latest version of the OpenVMS DECCRTL contains (v)snprintf
If this one is beeing used the (v)snprintf routines are not compiled in
from mesa's source.
Modified Files:
Mesa-newtree/src/mesa/main/descrip.mms
Mesa-newtree/src/mesa/main/imports.c
----------------------------------------------------------------------
Daniel Borca [Tue, 21 Oct 2003 08:33:10 +0000 (08:33 +0000)]
fixed some NASM opcodes; added segment overrides and temporary labels
Daniel Borca [Tue, 21 Oct 2003 08:31:02 +0000 (08:31 +0000)]
Napalm total immersion
Daniel Borca [Tue, 21 Oct 2003 08:27:21 +0000 (08:27 +0000)]
cosmetics; translated asm routines for use with ASSYNTAX.H
Jon Smirl [Tue, 21 Oct 2003 06:26:05 +0000 (06:26 +0000)]
Clean out some unused files
Jon Smirl [Tue, 21 Oct 2003 06:05:39 +0000 (06:05 +0000)]
Update DRI drivers to current DRI CVS and make them work.
Karl Schultz [Mon, 20 Oct 2003 17:36:41 +0000 (17:36 +0000)]
Define GLAPIENTRYP properly so that GLU compiles on Windows.
Karl Schultz [Mon, 20 Oct 2003 16:48:14 +0000 (16:48 +0000)]
Fix error in last check-in.
Karl Schultz [Mon, 20 Oct 2003 16:28:00 +0000 (16:28 +0000)]
Add missing files for building Windows distribution.
Jon Smirl [Mon, 20 Oct 2003 02:17:32 +0000 (02:17 +0000)]
Fix Makefiles to copy lib to $(TOP)/lib if missing
Brian Paul [Sun, 19 Oct 2003 15:10:36 +0000 (15:10 +0000)]
Move initialization of default ctx->Driver.buffer-object-functions into
bufferobj.c so all the drivers don't have to worry about them.
Brian Paul [Fri, 17 Oct 2003 14:09:54 +0000 (14:09 +0000)]
fix CVS info
Brian Paul [Thu, 16 Oct 2003 19:30:22 +0000 (19:30 +0000)]
add .dsp files to tarballs
Brian Paul [Thu, 16 Oct 2003 19:25:24 +0000 (19:25 +0000)]
update list of files for tarballs
Brian Paul [Thu, 16 Oct 2003 16:33:51 +0000 (16:33 +0000)]
obsolete
Brian Paul [Thu, 16 Oct 2003 16:33:05 +0000 (16:33 +0000)]
added GL_ARB_point_sprite tokens
Jon Smirl [Thu, 16 Oct 2003 04:54:24 +0000 (04:54 +0000)]
Define SOLO so that check is possible for SOLO in project makefiles
Jon Smirl [Thu, 16 Oct 2003 04:50:42 +0000 (04:50 +0000)]
Minor changes to make linux-solo build again
Brian Paul [Wed, 15 Oct 2003 21:13:15 +0000 (21:13 +0000)]
protect whole file with #ifdef FX
Brian Paul [Wed, 15 Oct 2003 21:11:13 +0000 (21:11 +0000)]
fix minor warnings from g++ 3.2
Brian Paul [Wed, 15 Oct 2003 20:51:28 +0000 (20:51 +0000)]
initialize GetBufferSubData pointer
Brian Paul [Wed, 15 Oct 2003 20:50:41 +0000 (20:50 +0000)]
minor tweaks
Kendall Bennett [Tue, 14 Oct 2003 23:48:57 +0000 (23:48 +0000)]
Updates to SGI GLU code to get it to compile clean with the Open Watcom compiler.
Most of the changes were to get rid of warnings, but many of the warnings could
not be removed in the code so I also added #pragma's to disable the warnings.
Someone really should clean up this code, but I didn't want to mess with it
that much (and potentially break it).
Kendall Bennett [Tue, 14 Oct 2003 23:47:21 +0000 (23:47 +0000)]
Updates to x86 assembler support for Open Watcom and SNAP
Brian Paul [Tue, 14 Oct 2003 16:59:44 +0000 (16:59 +0000)]
remove some cruft
Brian Paul [Tue, 14 Oct 2003 15:49:12 +0000 (15:49 +0000)]
exercise more vertex buffer object functions
Brian Paul [Tue, 14 Oct 2003 15:48:39 +0000 (15:48 +0000)]
bufObj->Access wasn't being set
Daniel Borca [Tue, 14 Oct 2003 14:56:45 +0000 (14:56 +0000)]
minor fixes + doc update
Brian Paul [Tue, 14 Oct 2003 14:49:39 +0000 (14:49 +0000)]
minor fix in buffer_object_get_target()
Daniel Borca [Mon, 13 Oct 2003 11:14:58 +0000 (11:14 +0000)]
glide driver (wip)