mesa.git
24 years agoadded memory macros
Brian Paul [Sun, 10 Oct 1999 12:39:04 +0000 (12:39 +0000)]
added memory macros

24 years agono underscore prefix for freebsd >= 3 (Simon Walton)
Josh Vanderhoof [Sat, 9 Oct 1999 23:20:23 +0000 (23:20 +0000)]
no underscore prefix for freebsd >= 3 (Simon Walton)

24 years agotexture units now share default texture objects
Brian Paul [Sat, 9 Oct 1999 20:17:07 +0000 (20:17 +0000)]
texture units now share default texture objects

24 years agofixed reference count bug in save_TexImage3DEXT()
Brian Paul [Sat, 9 Oct 1999 10:01:46 +0000 (10:01 +0000)]
fixed reference count bug in save_TexImage3DEXT()

24 years agofixed voodoo initialization
Keith Whitwell [Fri, 8 Oct 1999 11:07:54 +0000 (11:07 +0000)]
fixed voodoo initialization

24 years agoFixed includes & added a few hooks for the DRI.
Keith Whitwell [Fri, 8 Oct 1999 09:27:09 +0000 (09:27 +0000)]
Fixed includes & added a few hooks for the DRI.

24 years agoAdded PARB support.
Miklos Fazekas [Tue, 5 Oct 1999 19:51:15 +0000 (19:51 +0000)]
Added PARB support.

24 years agoAdded gl_ext_multitexture_ADD suport.
Miklos Fazekas [Tue, 5 Oct 1999 19:50:45 +0000 (19:50 +0000)]
Added gl_ext_multitexture_ADD suport.

24 years agoAdded packed ARGB support.
Miklos Fazekas [Tue, 5 Oct 1999 19:49:41 +0000 (19:49 +0000)]
Added packed ARGB support.

24 years agoPacked RGBA support.
Miklos Fazekas [Tue, 5 Oct 1999 19:26:54 +0000 (19:26 +0000)]
Packed RGBA support.

24 years agoPacked RGB support.
Miklos Fazekas [Tue, 5 Oct 1999 19:00:11 +0000 (19:00 +0000)]
Packed RGB support.

24 years agoAdded support for GL_ext_texture_add
Miklos Fazekas [Tue, 5 Oct 1999 18:48:49 +0000 (18:48 +0000)]
Added support for GL_ext_texture_add

24 years agoMinor cleanup.
Miklos Fazekas [Tue, 5 Oct 1999 18:40:17 +0000 (18:40 +0000)]
Minor cleanup.

24 years ago Added tess_winding.c for compilation
Jouk Jansen [Mon, 4 Oct 1999 05:26:46 +0000 (05:26 +0000)]
 Added tess_winding.c for compilation

24 years agoFixed overflow bug in combineCallback.
Gareth Hughes [Sun, 3 Oct 1999 01:00:33 +0000 (01:00 +0000)]
Fixed overflow bug in combineCallback.

24 years agoAdded tessellation winding rule support. Misc bug fixes.
Gareth Hughes [Sun, 3 Oct 1999 00:56:07 +0000 (00:56 +0000)]
Added tessellation winding rule support.  Misc bug fixes.

24 years agoAdded tessellation winding rule files.
Gareth Hughes [Sun, 3 Oct 1999 00:53:38 +0000 (00:53 +0000)]
Added tessellation winding rule files.

24 years agomore hooks for mga driver, including an immediate fastpath
Keith Whitwell [Thu, 30 Sep 1999 11:18:21 +0000 (11:18 +0000)]
more hooks for mga driver, including an immediate fastpath

24 years agoDisable genkgi sublib handling until we have some sublibs to handle
Jon Taylor [Tue, 21 Sep 1999 00:46:26 +0000 (00:46 +0000)]
Disable genkgi sublib handling until we have some sublibs to handle

24 years agoadded mesa.conf
Keith Whitwell [Mon, 20 Sep 1999 21:06:57 +0000 (21:06 +0000)]
added mesa.conf

24 years agoBugfix for ctx->backface_sign calculation
Keith Whitwell [Mon, 20 Sep 1999 14:30:22 +0000 (14:30 +0000)]
Bugfix for ctx->backface_sign calculation

24 years agoCleaning up
Keith Whitwell [Sun, 19 Sep 1999 23:43:02 +0000 (23:43 +0000)]
Cleaning up

24 years agoRasterMask was set incorrectly
Keith Whitwell [Sun, 19 Sep 1999 23:06:40 +0000 (23:06 +0000)]
RasterMask was set incorrectly

24 years agolots of autoconf updates
tanner [Sun, 19 Sep 1999 20:09:00 +0000 (20:09 +0000)]
lots of autoconf updates

24 years agoChanged name 'glGetProcAddressEXT' to 'gluGetProcAddressEXT'
Ted Jump [Sun, 19 Sep 1999 10:04:01 +0000 (10:04 +0000)]
Changed name 'glGetProcAddressEXT' to 'gluGetProcAddressEXT'

24 years agoFixed LIBNAME entry
Ted Jump [Sun, 19 Sep 1999 10:03:19 +0000 (10:03 +0000)]
Fixed LIBNAME entry

24 years agoRemoved use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXT
Ted Jump [Sun, 19 Sep 1999 09:59:12 +0000 (09:59 +0000)]
Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXT

24 years agoAdded NASM support
Ted Jump [Sun, 19 Sep 1999 09:55:37 +0000 (09:55 +0000)]
Added NASM support

24 years agoMore Win32 build compliance fixups
Ted Jump [Sun, 19 Sep 1999 02:03:18 +0000 (02:03 +0000)]
More Win32 build compliance fixups

24 years agoLarge patch:
Keith Whitwell [Sat, 18 Sep 1999 20:41:22 +0000 (20:41 +0000)]
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.

24 years agodisabled GL_EXT_get_proc_address for the time being
Brian Paul [Sat, 18 Sep 1999 01:06:52 +0000 (01:06 +0000)]
disabled GL_EXT_get_proc_address for the time being

24 years agoadded a bunch of missing files to LIB_FILES
Brian Paul [Fri, 17 Sep 1999 18:08:32 +0000 (18:08 +0000)]
added a bunch of missing files to LIB_FILES

24 years agoFix for write-rgba-span and others
Keith Whitwell [Fri, 17 Sep 1999 15:14:02 +0000 (15:14 +0000)]
Fix for write-rgba-span and others

24 years agosilenced some warnings
Brian Paul [Fri, 17 Sep 1999 12:27:01 +0000 (12:27 +0000)]
silenced some warnings

24 years agoglGetProcAddressEXT changes to accomodate Win32 and non-Win32
Brian Paul [Fri, 17 Sep 1999 12:21:36 +0000 (12:21 +0000)]
glGetProcAddressEXT changes to accomodate Win32 and non-Win32

24 years ago pad GL_TINY to 6 digits
Brian Paul [Fri, 17 Sep 1999 12:07:10 +0000 (12:07 +0000)]
 pad GL_TINY to 6 digits

24 years ago pad GLU_TINY to 6 digits
Brian Paul [Fri, 17 Sep 1999 12:06:56 +0000 (12:06 +0000)]
 pad GLU_TINY to 6 digits

24 years agoWinding rule updates.
Gareth Hughes [Fri, 17 Sep 1999 06:31:02 +0000 (06:31 +0000)]
Winding rule updates.

24 years agomesa_wgl.h should only be included when _WIN32 is defined
Jouk Jansen [Fri, 17 Sep 1999 05:56:43 +0000 (05:56 +0000)]
mesa_wgl.h should only be included when _WIN32 is defined

24 years agoModified to build better with Mesa wgl functions
Ted Jump [Fri, 17 Sep 1999 04:27:02 +0000 (04:27 +0000)]
Modified to build better with Mesa wgl functions

24 years agoRelocated wgl function prototypes to separate .h for easier work with fxwgl & glut
Ted Jump [Fri, 17 Sep 1999 04:25:56 +0000 (04:25 +0000)]
Relocated wgl function prototypes to separate .h for easier work with fxwgl & glut

24 years agowgl function prototypes moved out to better work with fxwgl
Ted Jump [Fri, 17 Sep 1999 04:25:10 +0000 (04:25 +0000)]
wgl function prototypes moved out to better work with fxwgl

24 years agoPatch error fixup
Ted Jump [Fri, 17 Sep 1999 03:17:18 +0000 (03:17 +0000)]
Patch error fixup

24 years agoWin32 build req't updates
Ted Jump [Fri, 17 Sep 1999 03:07:28 +0000 (03:07 +0000)]
Win32 build req't updates

24 years agoI changed the xxxGetProcAddressEXT function declarations to be more
Ted Jump [Fri, 17 Sep 1999 02:44:19 +0000 (02:44 +0000)]
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?

24 years agoCleaned up exit from main to prevent MSVC warnings
Ted Jump [Fri, 17 Sep 1999 02:41:38 +0000 (02:41 +0000)]
Cleaned up exit from main to prevent MSVC warnings

24 years agoAdded ESC key handling
Ted Jump [Fri, 17 Sep 1999 02:40:51 +0000 (02:40 +0000)]
Added ESC key handling

24 years agoUpdate for beta3
Ted Jump [Fri, 17 Sep 1999 02:37:14 +0000 (02:37 +0000)]
Update for beta3

24 years agofixed typo
Brian Paul [Fri, 17 Sep 1999 01:00:38 +0000 (01:00 +0000)]
fixed typo

24 years agolink with -lGL instead of -lMesaGL
Brian Paul [Fri, 17 Sep 1999 00:55:21 +0000 (00:55 +0000)]
link with -lGL instead of -lMesaGL

24 years agoadded src-glut.beos back in demo files
Brian Paul [Fri, 17 Sep 1999 00:54:27 +0000 (00:54 +0000)]
added src-glut.beos back in demo files

24 years agolink with -lGLU -lGL instead of -lMesaGLU -lMesaGL
Brian Paul [Fri, 17 Sep 1999 00:07:26 +0000 (00:07 +0000)]
link with -lGLU -lGL instead of -lMesaGLU -lMesaGL

24 years agoversion symbol changes
Brian Paul [Fri, 17 Sep 1999 00:06:57 +0000 (00:06 +0000)]
version symbol changes

24 years agogluGetProcAddressEXT change for C++ / BeOS
Brian Paul [Fri, 17 Sep 1999 00:06:14 +0000 (00:06 +0000)]
gluGetProcAddressEXT change for C++ / BeOS

24 years agoupdated for GL instead of MesaGL
Brian Paul [Fri, 17 Sep 1999 00:03:47 +0000 (00:03 +0000)]
updated for GL instead of MesaGL

24 years agoinitial check-in
Brian Paul [Thu, 16 Sep 1999 22:45:24 +0000 (22:45 +0000)]
initial check-in

24 years agoadded some casts in gluGetProcAddressEXT()
Brian Paul [Thu, 16 Sep 1999 22:37:56 +0000 (22:37 +0000)]
added some casts in gluGetProcAddressEXT()

24 years agoGLU_EXT_get_proc_address clean-up
Brian Paul [Thu, 16 Sep 1999 16:54:22 +0000 (16:54 +0000)]
GLU_EXT_get_proc_address clean-up

24 years agoclean-up of GLU_EXT_get_proc_address
Brian Paul [Thu, 16 Sep 1999 16:53:28 +0000 (16:53 +0000)]
clean-up of GLU_EXT_get_proc_address

24 years agoGL_EXT_get_proc_address clean-up
Brian Paul [Thu, 16 Sep 1999 16:47:35 +0000 (16:47 +0000)]
GL_EXT_get_proc_address clean-up

24 years agoadded GL_EXT_get_proc_address
Brian Paul [Thu, 16 Sep 1999 16:44:37 +0000 (16:44 +0000)]
added GL_EXT_get_proc_address

24 years agochanged archive filenames to beta3
Brian Paul [Thu, 16 Sep 1999 16:43:38 +0000 (16:43 +0000)]
changed archive filenames to beta3

24 years agoadded glxinfo
Brian Paul [Thu, 16 Sep 1999 16:41:03 +0000 (16:41 +0000)]
added glxinfo

24 years agoinitial check-in
Brian Paul [Thu, 16 Sep 1999 16:40:46 +0000 (16:40 +0000)]
initial check-in

24 years agoadded GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddress
Brian Paul [Thu, 16 Sep 1999 15:52:51 +0000 (15:52 +0000)]
added GLX_MESA_set_3dfx_mode.  clean-up of glXGetProcAddress

24 years agochanged version string to return 1.2
Brian Paul [Thu, 16 Sep 1999 15:46:05 +0000 (15:46 +0000)]
changed version string to return 1.2

24 years agoDo pop for GL_VIEWPORT_BIT via. the api
Keith Whitwell [Thu, 16 Sep 1999 11:54:56 +0000 (11:54 +0000)]
Do pop for GL_VIEWPORT_BIT via. the api

24 years agoMisc winding rule bug fixes.
Gareth Hughes [Thu, 16 Sep 1999 06:41:42 +0000 (06:41 +0000)]
Misc winding rule bug fixes.

24 years agobumped version strings to Mesa 3.1
Brian Paul [Wed, 15 Sep 1999 20:04:04 +0000 (20:04 +0000)]
bumped version strings to Mesa 3.1

24 years agomisc changes to tar file list
Brian Paul [Wed, 15 Sep 1999 19:38:28 +0000 (19:38 +0000)]
misc changes to tar file list

24 years agominor library name changes
Brian Paul [Wed, 15 Sep 1999 17:02:06 +0000 (17:02 +0000)]
minor library name changes

24 years agoremoved mention of libMesaGL
Brian Paul [Wed, 15 Sep 1999 16:39:01 +0000 (16:39 +0000)]
removed mention of libMesaGL

24 years ago3.1 beta 3 info
Brian Paul [Wed, 15 Sep 1999 16:34:43 +0000 (16:34 +0000)]
3.1 beta 3 info

24 years agonew MESA_ version number symbols
Brian Paul [Wed, 15 Sep 1999 16:32:48 +0000 (16:32 +0000)]
new MESA_ version number symbols

24 years agonew version number symbols
Brian Paul [Wed, 15 Sep 1999 16:31:31 +0000 (16:31 +0000)]
new version number symbols

24 years agoadded a few more files to the tar list
Brian Paul [Wed, 15 Sep 1999 15:20:50 +0000 (15:20 +0000)]
added a few more files to the tar list

24 years agoadded third, tiny version number to mklib scripts
Brian Paul [Wed, 15 Sep 1999 15:11:01 +0000 (15:11 +0000)]
added third, tiny version number to mklib scripts

24 years agoadded third, tiny version number to arguments
Brian Paul [Wed, 15 Sep 1999 15:10:20 +0000 (15:10 +0000)]
added third, tiny version number to arguments

24 years agoadded TINY version symbol
Brian Paul [Wed, 15 Sep 1999 15:09:00 +0000 (15:09 +0000)]
added TINY version symbol

24 years agoremoved unused GLcontext arg from a few functions
Brian Paul [Wed, 15 Sep 1999 13:56:44 +0000 (13:56 +0000)]
removed unused GLcontext arg from a few functions

24 years agoAdded debugging pragma message.
Gareth Hughes [Wed, 15 Sep 1999 02:12:16 +0000 (02:12 +0000)]
Added debugging pragma message.

24 years agoFixed vector macro calls, specifically COPY_3V params.
Gareth Hughes [Wed, 15 Sep 1999 02:11:10 +0000 (02:11 +0000)]
Fixed vector macro calls, specifically COPY_3V params.

24 years agoAdded debugging output.
Gareth Hughes [Tue, 14 Sep 1999 22:46:02 +0000 (22:46 +0000)]
Added debugging output.

24 years agoadded linux-386-pthread-shared-glide
Brian Paul [Tue, 14 Sep 1999 12:20:17 +0000 (12:20 +0000)]
added linux-386-pthread-shared-glide

24 years agoWin32 fix by Eero Pajarre.
Gareth Hughes [Tue, 14 Sep 1999 06:23:40 +0000 (06:23 +0000)]
Win32 fix by Eero Pajarre.

24 years agoFixed legacy gluNextContour impact on gluTessEndContour.
Gareth Hughes [Tue, 14 Sep 1999 05:37:58 +0000 (05:37 +0000)]
Fixed legacy gluNextContour impact on gluTessEndContour.

24 years agoFixed GLUtriangulatorObj again (spelling).
Gareth Hughes [Tue, 14 Sep 1999 03:23:08 +0000 (03:23 +0000)]
Fixed GLUtriangulatorObj again (spelling).

24 years agoFixed definition of GLUtriangluatorObj for 1.3 tessellator.
Gareth Hughes [Tue, 14 Sep 1999 01:32:58 +0000 (01:32 +0000)]
Fixed definition of GLUtriangluatorObj for 1.3 tessellator.

24 years agofixed pixel packing/unpacking code in gluBuild2DMipmaps()
Brian Paul [Tue, 14 Sep 1999 00:30:28 +0000 (00:30 +0000)]
fixed pixel packing/unpacking code in gluBuild2DMipmaps()

24 years agoadded gluCheckExtension()
Brian Paul [Tue, 14 Sep 1999 00:11:40 +0000 (00:11 +0000)]
added gluCheckExtension()

24 years agoadded gluUnProject4()
Brian Paul [Tue, 14 Sep 1999 00:10:31 +0000 (00:10 +0000)]
added gluUnProject4()

24 years agoFixed file headers. Tracking down macro bugs.
Gareth Hughes [Mon, 13 Sep 1999 22:20:13 +0000 (22:20 +0000)]
Fixed file headers.  Tracking down macro bugs.

24 years agostrcmp needs the string.h
Jouk Jansen [Mon, 13 Sep 1999 14:31:32 +0000 (14:31 +0000)]
strcmp needs the string.h

24 years agoadded Eero's multitexture function patch
Brian Paul [Mon, 13 Sep 1999 14:09:23 +0000 (14:09 +0000)]
added Eero's multitexture function patch

24 years agoRe-added missing GGIMesa context bufsize structure member
Jon Taylor [Mon, 13 Sep 1999 01:08:37 +0000 (01:08 +0000)]
Re-added missing GGIMesa context bufsize structure member

24 years agofixed typo in GetProcAddress
Brian Paul [Sun, 12 Sep 1999 12:04:13 +0000 (12:04 +0000)]
fixed typo in GetProcAddress

24 years agoclean-up of glXGetProcAddressEXT()
Brian Paul [Sat, 11 Sep 1999 20:13:21 +0000 (20:13 +0000)]
clean-up of glXGetProcAddressEXT()

24 years agobugix from raul for fxddbitmap
Keith Whitwell [Sat, 11 Sep 1999 16:01:26 +0000 (16:01 +0000)]
bugix from raul for fxddbitmap

24 years agoadded 1.2 function to gluGetProcAddressEXT()
Brian Paul [Sat, 11 Sep 1999 12:04:54 +0000 (12:04 +0000)]
added 1.2 function to gluGetProcAddressEXT()

24 years agoGL_EXT_get_proc_address clean-up
Brian Paul [Sat, 11 Sep 1999 11:48:11 +0000 (11:48 +0000)]
GL_EXT_get_proc_address clean-up