mesa.git
24 years agoAdded GL_ARB_texture_cube_map
Brian Paul [Fri, 26 May 2000 14:45:25 +0000 (14:45 +0000)]
Added GL_ARB_texture_cube_map

24 years agomore work on GL_ARB_texture_cube_map
Brian Paul [Fri, 26 May 2000 14:44:59 +0000 (14:44 +0000)]
more work on GL_ARB_texture_cube_map

24 years agoreplaced assertion with a conditional in _glapi_add_entrypoint()
Brian Paul [Wed, 24 May 2000 17:53:30 +0000 (17:53 +0000)]
replaced  assertion with a conditional in _glapi_add_entrypoint()

24 years agochanged allocation/initialization of API dispatch tables
Brian Paul [Wed, 24 May 2000 15:04:45 +0000 (15:04 +0000)]
changed allocation/initialization of API dispatch tables

24 years agoalways define GL_ARB_multitexture (OpenGL 1.2.1 feature)
Brian Paul [Wed, 24 May 2000 15:04:01 +0000 (15:04 +0000)]
always define GL_ARB_multitexture (OpenGL 1.2.1 feature)

24 years agomore work on GL_ARB_texture_compression
Brian Paul [Wed, 24 May 2000 14:04:06 +0000 (14:04 +0000)]
more work on GL_ARB_texture_compression

24 years agoreplaced _mesa_base_tex_format() with base_colortab_format()
Brian Paul [Wed, 24 May 2000 14:03:04 +0000 (14:03 +0000)]
replaced _mesa_base_tex_format() with base_colortab_format()

24 years agoenable and clean-up of paletted texture code
Brian Paul [Tue, 23 May 2000 23:26:30 +0000 (23:26 +0000)]
enable and clean-up of paletted texture code

24 years agoregister recent GL extensions for libGL compatibility
Brian Paul [Tue, 23 May 2000 23:23:00 +0000 (23:23 +0000)]
register recent GL extensions for libGL compatibility

24 years agoset default window pos
Brian Paul [Tue, 23 May 2000 23:21:00 +0000 (23:21 +0000)]
set default window pos

24 years agochanged glext.h include
Brian Paul [Tue, 23 May 2000 22:41:51 +0000 (22:41 +0000)]
changed glext.h include

24 years agoinitial work for GL_ARB_texture_compression
Brian Paul [Tue, 23 May 2000 20:10:49 +0000 (20:10 +0000)]
initial work for GL_ARB_texture_compression

24 years agomore texture cube work, misc code clean-up
Brian Paul [Tue, 23 May 2000 17:14:49 +0000 (17:14 +0000)]
more texture cube work, misc code clean-up

24 years agomore work on GL_ARB_texture_cube_map
Brian Paul [Tue, 23 May 2000 15:17:12 +0000 (15:17 +0000)]
more work on GL_ARB_texture_cube_map

24 years agoreplaced __CYGWIN32__ with __CYGWIN__, misc clean-up
Brian Paul [Mon, 22 May 2000 19:41:34 +0000 (19:41 +0000)]
replaced __CYGWIN32__ with __CYGWIN__, misc clean-up

24 years agoreplaced __CYGWIN32__ with __CYGWIN__
Brian Paul [Mon, 22 May 2000 19:40:43 +0000 (19:40 +0000)]
replaced __CYGWIN32__ with __CYGWIN__

24 years agoadded GL_EXT_blend_func_separate
Brian Paul [Mon, 22 May 2000 18:46:52 +0000 (18:46 +0000)]
added GL_EXT_blend_func_separate

24 years agoinitial code for GL_ARB_texture_cube_map
Brian Paul [Mon, 22 May 2000 16:33:20 +0000 (16:33 +0000)]
initial code for GL_ARB_texture_cube_map

24 years agoadded Window-isms previously in gl.h
Brian Paul [Mon, 22 May 2000 16:30:47 +0000 (16:30 +0000)]
added Window-isms previously in gl.h

24 years agodefined APIENTRY if undefined
Brian Paul [Mon, 22 May 2000 16:26:52 +0000 (16:26 +0000)]
defined APIENTRY if undefined

24 years agoadded some Window-isms formerly in gl.h
Brian Paul [Mon, 22 May 2000 16:25:37 +0000 (16:25 +0000)]
added some Window-isms formerly in gl.h

24 years agoupdate for Glide3
Brian Paul [Mon, 22 May 2000 16:25:03 +0000 (16:25 +0000)]
update for Glide3

24 years agoinclude glext.h if GL_GLEXT_LEGACY not defined
Brian Paul [Mon, 22 May 2000 16:22:47 +0000 (16:22 +0000)]
include glext.h if GL_GLEXT_LEGACY not defined

24 years agomoved a lot of Window-isms out of gl.h into other files
Brian Paul [Mon, 22 May 2000 16:21:27 +0000 (16:21 +0000)]
moved a lot of Window-isms out of gl.h into other files

24 years agominor tweaks for GLU and GLUT tar files
Brian Paul [Sat, 20 May 2000 23:16:14 +0000 (23:16 +0000)]
minor tweaks for GLU and GLUT tar files

24 years agofixed alignment bug in _mesa_image_row_stride()
Brian Paul [Fri, 19 May 2000 22:35:44 +0000 (22:35 +0000)]
fixed alignment bug in _mesa_image_row_stride()

24 years agochanged internalFormat to GLenum in TexImage4DSGI and all compressed textimage calls
Brian Paul [Fri, 19 May 2000 16:08:11 +0000 (16:08 +0000)]
changed internalFormat to GLenum in TexImage4DSGI and all compressed textimage calls

24 years agoprotect PFNGLCOLORSUBTABLEEXTPROC from multi-defined
Brian Paul [Fri, 19 May 2000 15:41:09 +0000 (15:41 +0000)]
protect PFNGLCOLORSUBTABLEEXTPROC from multi-defined

24 years agoadded a bunch of imaging functions
Brian Paul [Fri, 19 May 2000 13:12:29 +0000 (13:12 +0000)]
added a bunch of imaging functions

24 years agoadded const to compressed tex image functions
Brian Paul [Fri, 19 May 2000 13:11:38 +0000 (13:11 +0000)]
added const to compressed tex image functions

24 years agoPass pixel format to xmesa_color_to_pixel(). Compute clearpixel without dither
Brian Paul [Fri, 19 May 2000 13:08:01 +0000 (13:08 +0000)]
Pass pixel format to xmesa_color_to_pixel().  Compute clearpixel without dither

24 years agoadded glTbufferMask3DFX(), enabled texture compression functions
Brian Paul [Thu, 18 May 2000 22:02:24 +0000 (22:02 +0000)]
added glTbufferMask3DFX(), enabled texture compression functions

24 years agoDeleteTexturesEXT was missing
Brian Paul [Thu, 18 May 2000 22:01:13 +0000 (22:01 +0000)]
DeleteTexturesEXT was missing

24 years agochanged ATTRIBLIST_SIZE to 32
Brian Paul [Thu, 18 May 2000 18:34:23 +0000 (18:34 +0000)]
changed ATTRIBLIST_SIZE to 32

24 years agonow generated from bin/glx86asm.py script
Brian Paul [Thu, 18 May 2000 18:15:16 +0000 (18:15 +0000)]
now generated from bin/glx86asm.py script

24 years agobunch of updates to static_functions[]
Brian Paul [Thu, 18 May 2000 18:14:22 +0000 (18:14 +0000)]
bunch of updates to static_functions[]

24 years agoadded tbuffer and compressed teximage extension functions
Brian Paul [Thu, 18 May 2000 18:13:15 +0000 (18:13 +0000)]
added tbuffer and compressed teximage extension functions

24 years agoadded Kevin's 32bpp Z buffer fix
Brian Paul [Thu, 18 May 2000 18:12:36 +0000 (18:12 +0000)]
added Kevin's 32bpp Z buffer fix

24 years agoreplaced components with internalFormat
Brian Paul [Thu, 18 May 2000 18:11:35 +0000 (18:11 +0000)]
replaced components with internalFormat

24 years agoupdated to version 10
Brian Paul [Thu, 18 May 2000 18:10:42 +0000 (18:10 +0000)]
updated to version 10

24 years agoadded glPointParameterf[v]SGIS()
Brian Paul [Thu, 18 May 2000 18:09:38 +0000 (18:09 +0000)]
added glPointParameterf[v]SGIS()

24 years agogenerate X86 dispatch code
Brian Paul [Thu, 11 May 2000 23:14:57 +0000 (23:14 +0000)]
generate X86 dispatch code

24 years agorecover from offset=? condition, code clean-up
Brian Paul [Thu, 11 May 2000 17:45:20 +0000 (17:45 +0000)]
recover from offset=? condition, code clean-up

24 years agorecover from offset=? condition
Brian Paul [Thu, 11 May 2000 17:44:42 +0000 (17:44 +0000)]
recover from offset=? condition

24 years agofixed PB bugs, removed MutablePixels, MonoPixels from GLcontext
Brian Paul [Wed, 10 May 2000 22:36:05 +0000 (22:36 +0000)]
fixed PB bugs, removed MutablePixels, MonoPixels from GLcontext

24 years agomore GL_EXT_convolution work
Brian Paul [Wed, 10 May 2000 14:39:53 +0000 (14:39 +0000)]
more GL_EXT_convolution work

24 years agoremoved printf
Brian Paul [Tue, 9 May 2000 23:54:09 +0000 (23:54 +0000)]
removed printf

24 years agoa few Alpha tweaks (Michael Champigny)
Brian Paul [Mon, 8 May 2000 18:20:13 +0000 (18:20 +0000)]
a few Alpha tweaks (Michael Champigny)

24 years agofixed bug in loop over screens
Brian Paul [Mon, 8 May 2000 14:53:57 +0000 (14:53 +0000)]
fixed bug in loop over screens

24 years agoAdded point UserSize, cleaned up point drawing code
Brian Paul [Sun, 7 May 2000 23:18:54 +0000 (23:18 +0000)]
Added point UserSize, cleaned up point drawing code

24 years agoErr, initial code for GL_EXT_convolution, not histogram
Brian Paul [Sun, 7 May 2000 20:41:30 +0000 (20:41 +0000)]
Err, initial code for GL_EXT_convolution, not histogram

24 years agoinitial code for GL_EXT_histogram extension
Brian Paul [Sun, 7 May 2000 20:37:40 +0000 (20:37 +0000)]
initial code for GL_EXT_histogram extension

24 years agomore error reporting
Brian Paul [Sun, 7 May 2000 18:07:23 +0000 (18:07 +0000)]
more error reporting

24 years agofixed glDrawBuffer(GL_NONE) bug
Brian Paul [Fri, 5 May 2000 23:54:08 +0000 (23:54 +0000)]
fixed glDrawBuffer(GL_NONE) bug

24 years agoreplaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pixels()
Brian Paul [Fri, 5 May 2000 23:42:23 +0000 (23:42 +0000)]
replaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pixels()

24 years agotoggle DD_LINE_SMOOTH in GL_LINE_SMOOTH case
Brian Paul [Fri, 5 May 2000 23:41:52 +0000 (23:41 +0000)]
toggle DD_LINE_SMOOTH in GL_LINE_SMOOTH case

24 years agoadded check for tmuRam==4 for Voodoo2 (Bernd)
Brian Paul [Fri, 5 May 2000 22:38:37 +0000 (22:38 +0000)]
added check for tmuRam==4 for Voodoo2 (Bernd)

24 years agofixed the nested extern warning
Brian Paul [Fri, 5 May 2000 17:02:33 +0000 (17:02 +0000)]
fixed the nested extern warning

24 years agoEnvMode GL_BLEND and tex invalidate changes from Daryll
Brian Paul [Thu, 4 May 2000 16:15:33 +0000 (16:15 +0000)]
EnvMode GL_BLEND and tex invalidate changes from Daryll

24 years agoremoved GL_HAS_GLEXT
Brian Paul [Thu, 4 May 2000 14:12:28 +0000 (14:12 +0000)]
removed GL_HAS_GLEXT

24 years agoadded a bunch of missing token values
Brian Paul [Thu, 4 May 2000 14:12:02 +0000 (14:12 +0000)]
added a bunch of missing token values

24 years agoremoved software alpha flag from GLvisual struct
Brian Paul [Thu, 4 May 2000 14:09:41 +0000 (14:09 +0000)]
removed software alpha flag from GLvisual struct

24 years agoconditionally include some fields in the context struct for DRI / non-DRI
Brian Paul [Thu, 4 May 2000 13:55:52 +0000 (13:55 +0000)]
conditionally include some fields in the context struct for DRI / non-DRI

24 years agomade fxMesaCurrentCtx static
Brian Paul [Thu, 4 May 2000 13:55:24 +0000 (13:55 +0000)]
made fxMesaCurrentCtx static

24 years agoremoved software alpha flag from GLvisual struct
Brian Paul [Thu, 4 May 2000 13:53:55 +0000 (13:53 +0000)]
removed software alpha flag from GLvisual struct

24 years agoadded GL_EXT_histogram
Brian Paul [Thu, 4 May 2000 13:50:33 +0000 (13:50 +0000)]
added GL_EXT_histogram

24 years agoimplemented GL_EXT_histogram extension
Brian Paul [Thu, 4 May 2000 13:48:49 +0000 (13:48 +0000)]
implemented GL_EXT_histogram extension

24 years agofixed backslash typo in sunos configs
Brian Paul [Wed, 3 May 2000 15:03:27 +0000 (15:03 +0000)]
fixed backslash typo in sunos configs

24 years agofixed tar file list of widget files
Brian Paul [Wed, 3 May 2000 15:01:08 +0000 (15:01 +0000)]
fixed tar file list of widget files

24 years agoremoved glxdpyinfo
Brian Paul [Wed, 3 May 2000 14:18:25 +0000 (14:18 +0000)]
removed glxdpyinfo

24 years agoRemoved. Use glxinfo instead.
Brian Paul [Wed, 3 May 2000 14:17:50 +0000 (14:17 +0000)]
Removed.  Use glxinfo instead.

24 years agoremoved all DRI-isms
Brian Paul [Tue, 2 May 2000 02:30:01 +0000 (02:30 +0000)]
removed all DRI-isms

24 years agoremoved extra /
Brian Paul [Mon, 24 Apr 2000 15:29:11 +0000 (15:29 +0000)]
removed extra /

24 years agomore error checking. Query GLX client vendor string
Brian Paul [Sat, 22 Apr 2000 20:31:23 +0000 (20:31 +0000)]
more error checking.  Query GLX client vendor string

24 years agocall _mesa_initialize_context()
Brian Paul [Sat, 22 Apr 2000 01:05:40 +0000 (01:05 +0000)]
call _mesa_initialize_context()

24 years agoadded _mesa_initialize_buffer/visual()
Brian Paul [Sat, 22 Apr 2000 01:05:00 +0000 (01:05 +0000)]
added _mesa_initialize_buffer/visual()

24 years agoremoved old profiling code
Brian Paul [Sat, 22 Apr 2000 01:03:22 +0000 (01:03 +0000)]
removed old profiling code

24 years agoupdated RENDERER version
Brian Paul [Thu, 20 Apr 2000 01:56:09 +0000 (01:56 +0000)]
updated RENDERER version

24 years agominor clean-up
Brian Paul [Thu, 20 Apr 2000 01:54:52 +0000 (01:54 +0000)]
minor clean-up

24 years agoUse smooth shaded triangles always. Fix SoF bug.
Keith Whitwell [Wed, 19 Apr 2000 23:58:31 +0000 (23:58 +0000)]
Use smooth shaded triangles always.  Fix SoF bug.

24 years agominor clean-up
Brian Paul [Wed, 19 Apr 2000 01:44:01 +0000 (01:44 +0000)]
minor clean-up

24 years agoadded GLX_EXT_import_context, 1.3 misc clean-up
Brian Paul [Wed, 19 Apr 2000 01:40:00 +0000 (01:40 +0000)]
added GLX_EXT_import_context, 1.3 misc clean-up

24 years agomore color table and imaging work
Brian Paul [Tue, 18 Apr 2000 14:32:10 +0000 (14:32 +0000)]
more color table and imaging work

24 years agoNew clipping to avoid division by zero bug.
Keith Whitwell [Mon, 17 Apr 2000 18:18:00 +0000 (18:18 +0000)]
New clipping to avoid division by zero bug.

24 years agodynamically allocate color table data, uses less memory
Brian Paul [Mon, 17 Apr 2000 17:57:04 +0000 (17:57 +0000)]
dynamically allocate color table data, uses less memory

24 years agoGL_SGI_color_table info
Brian Paul [Mon, 17 Apr 2000 15:14:33 +0000 (15:14 +0000)]
GL_SGI_color_table info

24 years agowork on GL_SGI_color_table
Brian Paul [Mon, 17 Apr 2000 15:13:53 +0000 (15:13 +0000)]
work on GL_SGI_color_table

24 years agoadded a comment about FP overflows
Brian Paul [Sat, 15 Apr 2000 23:19:05 +0000 (23:19 +0000)]
added a comment about FP overflows

24 years agocleaned up whitespace
Brian Paul [Sat, 15 Apr 2000 23:05:39 +0000 (23:05 +0000)]
cleaned up whitespace

24 years agominor updates
Brian Paul [Sat, 15 Apr 2000 23:04:54 +0000 (23:04 +0000)]
minor updates

24 years agowrapper for grTexLodBiasValue()
Brian Paul [Sat, 15 Apr 2000 23:04:11 +0000 (23:04 +0000)]
wrapper for grTexLodBiasValue()

24 years agoadded GL_NV_texgen_emboss
Brian Paul [Sat, 15 Apr 2000 19:50:44 +0000 (19:50 +0000)]
added GL_NV_texgen_emboss

24 years agoadded some missing NV token values
Brian Paul [Sat, 15 Apr 2000 19:44:47 +0000 (19:44 +0000)]
added some missing NV token values

24 years agomore clean-up
Brian Paul [Sat, 15 Apr 2000 19:24:18 +0000 (19:24 +0000)]
more clean-up

24 years agoversion 8, added GL_EXT_texture_cube_map
Brian Paul [Sat, 15 Apr 2000 19:18:06 +0000 (19:18 +0000)]
version 8, added GL_EXT_texture_cube_map

24 years agoapplied Bernd's changes to useBGR code
Brian Paul [Fri, 14 Apr 2000 21:40:56 +0000 (21:40 +0000)]
applied Bernd's changes to useBGR code

24 years ago Committing in .
Jouk Jansen [Fri, 14 Apr 2000 07:42:46 +0000 (07:42 +0000)]
 Committing in .

 VMS support for pixeltex.c

 Modified Files:
  Mesa/src/descrip.mms Mesa/src/pixeltex.h
 ----------------------------------------------------------------------

24 years agoapplied Keith's fix for the Loki ice bug
Brian Paul [Thu, 13 Apr 2000 14:53:25 +0000 (14:53 +0000)]
applied Keith's fix for the Loki ice bug

24 years agomore work on GL_SGI_color_table, pixel transfer code clean-up
Brian Paul [Wed, 12 Apr 2000 18:54:48 +0000 (18:54 +0000)]
more work on GL_SGI_color_table, pixel transfer code clean-up

24 years agolots of clean-up, added d/s keys
Brian Paul [Wed, 12 Apr 2000 01:08:30 +0000 (01:08 +0000)]
lots of clean-up, added d/s keys