profile/ivi/mesa.git
24 years agonew texture image download code
Brian Paul [Wed, 29 Mar 2000 18:14:32 +0000 (18:14 +0000)]
new texture image download code

24 years agolots of new work
Brian Paul [Wed, 29 Mar 2000 18:14:08 +0000 (18:14 +0000)]
lots of new work

24 years agochanges for single-copy textures
Brian Paul [Wed, 29 Mar 2000 18:13:59 +0000 (18:13 +0000)]
changes for single-copy textures

24 years agohit space bar to rerun benchmark
Brian Paul [Wed, 29 Mar 2000 18:02:52 +0000 (18:02 +0000)]
hit space bar to rerun benchmark

24 years agoadded error checking on file open
Brian Paul [Wed, 29 Mar 2000 17:56:02 +0000 (17:56 +0000)]
added error checking on file open

24 years agoadded missing GL_INTENSITY case in _mesa_components_in_format()
Brian Paul [Wed, 29 Mar 2000 15:56:53 +0000 (15:56 +0000)]
added missing GL_INTENSITY case in _mesa_components_in_format()

24 years agofixed some buffer clear bugs
Brian Paul [Wed, 29 Mar 2000 15:48:43 +0000 (15:48 +0000)]
fixed some buffer clear bugs

24 years agolots of changes
Brian Paul [Wed, 29 Mar 2000 15:47:48 +0000 (15:47 +0000)]
lots of changes

24 years agoversion 5: added texture compression extension
Brian Paul [Wed, 29 Mar 2000 15:46:53 +0000 (15:46 +0000)]
version 5: added texture compression extension

24 years agoImplemented support for the HP occlusion test extension (osmesa and X)
Randy Frank [Tue, 28 Mar 2000 16:59:39 +0000 (16:59 +0000)]
Implemented support for the HP occlusion test extension (osmesa and X)

24 years agoadded optimized read/drawpixels for 16bpp TrueColor
Brian Paul [Tue, 28 Mar 2000 16:10:43 +0000 (16:10 +0000)]
added optimized read/drawpixels for 16bpp TrueColor

24 years agoUpdated to compile under Irix 6.5
Randy Frank [Mon, 27 Mar 2000 21:13:58 +0000 (21:13 +0000)]
Updated to compile under Irix 6.5

24 years agoremoved tfxMipMapLevel's used and translate fields, initial teximage clean-up
Brian Paul [Mon, 27 Mar 2000 19:08:40 +0000 (19:08 +0000)]
removed tfxMipMapLevel's used and translate fields, initial teximage clean-up

24 years agoadded _mesa_unconvert_teximage()
Brian Paul [Mon, 27 Mar 2000 18:56:26 +0000 (18:56 +0000)]
added _mesa_unconvert_teximage()

24 years agoput _mesa prefix on some functions
Brian Paul [Mon, 27 Mar 2000 17:54:17 +0000 (17:54 +0000)]
put _mesa prefix on some functions

24 years agoadded missing glEnd() call (Tim Beckmann)
Brian Paul [Mon, 27 Mar 2000 15:46:12 +0000 (15:46 +0000)]
added missing glEnd() call (Tim Beckmann)

24 years agoMinor fixups
Jon Taylor [Mon, 27 Mar 2000 04:31:15 +0000 (04:31 +0000)]
Minor fixups

24 years agofixed a Driver.TexImage call typo, misc clean-up
Brian Paul [Fri, 24 Mar 2000 23:59:06 +0000 (23:59 +0000)]
fixed a Driver.TexImage call typo, misc clean-up

24 years agoadded texutil.c source
Brian Paul [Fri, 24 Mar 2000 20:56:50 +0000 (20:56 +0000)]
added texutil.c source

24 years agoinitial check-in
Brian Paul [Fri, 24 Mar 2000 20:54:21 +0000 (20:54 +0000)]
initial check-in

24 years agoversion 4, all extensions up to 197, added some missing enum values
Brian Paul [Fri, 24 Mar 2000 19:16:19 +0000 (19:16 +0000)]
version 4, all extensions up to 197, added some missing enum values

24 years agoadded benchmarking
Brian Paul [Thu, 23 Mar 2000 19:47:25 +0000 (19:47 +0000)]
added benchmarking

24 years agochanged some Linux -O2 flags to -O3
Brian Paul [Thu, 23 Mar 2000 17:00:35 +0000 (17:00 +0000)]
changed some Linux -O2 flags to -O3

24 years agoadded new texture image functions, minor clean-up
Brian Paul [Thu, 23 Mar 2000 16:58:24 +0000 (16:58 +0000)]
added new texture image functions, minor clean-up

24 years agoadded some comments and new texture image functions
Brian Paul [Thu, 23 Mar 2000 16:57:56 +0000 (16:57 +0000)]
added some comments and new texture image functions

24 years agoreplaced HaveTexObj with UseTexObj
Brian Paul [Thu, 23 Mar 2000 16:57:14 +0000 (16:57 +0000)]
replaced HaveTexObj with UseTexObj

24 years agoadded 3.3 To Do items
Brian Paul [Thu, 23 Mar 2000 16:55:13 +0000 (16:55 +0000)]
added 3.3 To Do items

24 years agoremoved some unpopular extensions (now in glext.h)
Brian Paul [Thu, 23 Mar 2000 16:54:50 +0000 (16:54 +0000)]
removed some unpopular extensions (now in glext.h)

24 years agoreplaced decode_internal_format() with _mesa_base_tex_format()
Brian Paul [Thu, 23 Mar 2000 16:23:14 +0000 (16:23 +0000)]
replaced decode_internal_format() with _mesa_base_tex_format()

24 years agomore clean-up and rearranging
Brian Paul [Thu, 23 Mar 2000 16:22:36 +0000 (16:22 +0000)]
more clean-up and rearranging

24 years agoadded instructions to build widgets-sgi
Brian Paul [Wed, 22 Mar 2000 23:48:16 +0000 (23:48 +0000)]
added instructions to build widgets-sgi

24 years agominor tweaks
Brian Paul [Wed, 22 Mar 2000 23:43:53 +0000 (23:43 +0000)]
minor tweaks

24 years agoadded Daryll's patches for texture alignment
Brian Paul [Wed, 22 Mar 2000 23:21:27 +0000 (23:21 +0000)]
added Daryll's patches for texture alignment

24 years agoadded code to die on FP exceptions if DEBEG env var set to FP
Brian Paul [Wed, 22 Mar 2000 23:20:12 +0000 (23:20 +0000)]
added code to die on FP exceptions if DEBEG env var set to FP

24 years agochanged TDA to [4] for glMaterialfv() calls
Brian Paul [Wed, 22 Mar 2000 23:14:54 +0000 (23:14 +0000)]
changed TDA to [4] for glMaterialfv() calls

24 years agoconverted from GL_EXT_texture3D to GL 1.2
Brian Paul [Wed, 22 Mar 2000 19:48:57 +0000 (19:48 +0000)]
converted from GL_EXT_texture3D to GL 1.2

24 years agotweaked the animation rate
Brian Paul [Wed, 22 Mar 2000 18:38:47 +0000 (18:38 +0000)]
tweaked the animation rate

24 years agoupdated renderer string version to 20000322
Brian Paul [Wed, 22 Mar 2000 17:39:15 +0000 (17:39 +0000)]
updated renderer string version to 20000322

24 years agolots of changes for single-copy texture image DD interface
Brian Paul [Wed, 22 Mar 2000 17:38:11 +0000 (17:38 +0000)]
lots of changes for single-copy texture image DD interface

24 years agofixed Cygwin patch typos
Brian Paul [Wed, 22 Mar 2000 16:01:21 +0000 (16:01 +0000)]
fixed Cygwin patch typos

24 years agoremoved a few const keywords because of mutex calls
Brian Paul [Tue, 21 Mar 2000 22:20:42 +0000 (22:20 +0000)]
removed a few const keywords because of mutex calls

24 years agoadded more locking
Brian Paul [Tue, 21 Mar 2000 17:42:27 +0000 (17:42 +0000)]
added more locking

24 years agoremoved retainInternalCopy from TexSubImage functions
Brian Paul [Tue, 21 Mar 2000 16:10:22 +0000 (16:10 +0000)]
removed retainInternalCopy from TexSubImage functions

24 years agomade _mesa_native_packing const
Brian Paul [Tue, 21 Mar 2000 16:09:37 +0000 (16:09 +0000)]
made _mesa_native_packing const

24 years agochanged imaging functions to _mesa_ prefix
Brian Paul [Tue, 21 Mar 2000 01:03:40 +0000 (01:03 +0000)]
changed imaging functions to _mesa_ prefix

24 years agoclean-up of texture image construction
Brian Paul [Tue, 21 Mar 2000 00:49:33 +0000 (00:49 +0000)]
clean-up of texture image construction

24 years agoadded _mesa_image_row_stride()
Brian Paul [Tue, 21 Mar 2000 00:48:53 +0000 (00:48 +0000)]
added _mesa_image_row_stride()

24 years agomore reorganization and clean-up
Brian Paul [Mon, 20 Mar 2000 23:54:54 +0000 (23:54 +0000)]
more reorganization and clean-up

24 years agorearranged order of some functions
Brian Paul [Mon, 20 Mar 2000 23:45:59 +0000 (23:45 +0000)]
rearranged order of some functions

24 years agoadded new TexImage and TexSubImage functions
Brian Paul [Mon, 20 Mar 2000 23:40:57 +0000 (23:40 +0000)]
added new TexImage and TexSubImage functions

24 years agoadded new_texture_image()
Brian Paul [Mon, 20 Mar 2000 23:40:12 +0000 (23:40 +0000)]
added new_texture_image()

24 years agoadded lodbias demo
Brian Paul [Mon, 20 Mar 2000 22:02:11 +0000 (22:02 +0000)]
added lodbias demo

24 years agoinitial check-in
Brian Paul [Mon, 20 Mar 2000 22:00:22 +0000 (22:00 +0000)]
initial check-in

24 years agoadded more extensions, now at version 3
Brian Paul [Mon, 20 Mar 2000 21:31:29 +0000 (21:31 +0000)]
added more extensions, now at version 3

24 years agoremoved test for MESA symbol
Brian Paul [Mon, 20 Mar 2000 21:31:15 +0000 (21:31 +0000)]
removed test for MESA symbol

24 years agoCygwin changes, removed two ARB extensions, now in glext.h
Brian Paul [Mon, 20 Mar 2000 19:26:51 +0000 (19:26 +0000)]
Cygwin changes, removed two ARB extensions, now in glext.h

24 years agopatched for Cygwin (Sven Panne)
Brian Paul [Mon, 20 Mar 2000 19:26:01 +0000 (19:26 +0000)]
patched for Cygwin (Sven Panne)

24 years agoadded device driver functions for CopyTexImage, CopyTexSubImage, GetTexImage
Brian Paul [Mon, 20 Mar 2000 14:37:52 +0000 (14:37 +0000)]
added device driver functions for CopyTexImage, CopyTexSubImage, GetTexImage

24 years agoadded aa triangles
Brian Paul [Mon, 20 Mar 2000 00:29:24 +0000 (00:29 +0000)]
added aa triangles

24 years agoremoved GL_FXMESA_global_texture_lod_bias extension
Brian Paul [Sun, 19 Mar 2000 23:44:24 +0000 (23:44 +0000)]
removed GL_FXMESA_global_texture_lod_bias extension

24 years agoremoved debug printf
Brian Paul [Sun, 19 Mar 2000 23:35:42 +0000 (23:35 +0000)]
removed debug printf

24 years agoupdated for Mesa 3.3
Brian Paul [Sun, 19 Mar 2000 01:13:13 +0000 (01:13 +0000)]
updated for Mesa 3.3

24 years agofixed compiler warnings on BeOS R4
Brian Paul [Sun, 19 Mar 2000 01:10:11 +0000 (01:10 +0000)]
fixed compiler warnings on BeOS R4

24 years agoadded glext.h to tar file list
Brian Paul [Sun, 19 Mar 2000 00:16:41 +0000 (00:16 +0000)]
added glext.h to tar file list

24 years agoremoved MGL files
Brian Paul [Sat, 18 Mar 2000 23:40:37 +0000 (23:40 +0000)]
removed MGL files

24 years agocolors were computed incorrectly (Hans Nelles)
Brian Paul [Sat, 18 Mar 2000 01:13:29 +0000 (01:13 +0000)]
colors were computed incorrectly (Hans Nelles)

24 years agosilence some warnings
Brian Paul [Fri, 17 Mar 2000 15:33:09 +0000 (15:33 +0000)]
silence some warnings

24 years agoadded missing error checks
Brian Paul [Fri, 17 Mar 2000 15:32:04 +0000 (15:32 +0000)]
added missing error checks

24 years agoremoved old Depth buffer pointer var
Brian Paul [Fri, 17 Mar 2000 15:31:52 +0000 (15:31 +0000)]
removed old Depth buffer pointer var

24 years agofix for tristrip bug and unfilled quad/polygon bug
Keith Whitwell [Thu, 16 Mar 2000 07:36:33 +0000 (07:36 +0000)]
fix for tristrip bug and unfilled quad/polygon bug

24 years agoremoved old comment
Brian Paul [Mon, 13 Mar 2000 18:32:37 +0000 (18:32 +0000)]
removed old comment

24 years agofixed polygon stipple packing/unpacking
Brian Paul [Mon, 13 Mar 2000 18:31:51 +0000 (18:31 +0000)]
fixed polygon stipple packing/unpacking

24 years agoadded final GL_HP_occlusion_test values
Brian Paul [Mon, 13 Mar 2000 15:48:51 +0000 (15:48 +0000)]
added final GL_HP_occlusion_test values

24 years ago Committing in .
Jouk Jansen [Mon, 13 Mar 2000 10:31:57 +0000 (10:31 +0000)]
 Committing in .

 VMS compile support-update (AATRIANGLE.C)

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

24 years agogave temp values to GL_HP_occlusion_test tokens
Brian Paul [Sat, 11 Mar 2000 23:24:01 +0000 (23:24 +0000)]
gave temp values to GL_HP_occlusion_test tokens

24 years agoinitial implementation of GL_HP_occlusion_test extension
Brian Paul [Sat, 11 Mar 2000 23:23:26 +0000 (23:23 +0000)]
initial implementation of GL_HP_occlusion_test extension

24 years agoglPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functions
Brian Paul [Fri, 10 Mar 2000 22:12:22 +0000 (22:12 +0000)]
glPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functions

24 years agoremoved Driver.UseGlobalTexturePalette()
Brian Paul [Tue, 7 Mar 2000 18:24:49 +0000 (18:24 +0000)]
removed Driver.UseGlobalTexturePalette()

24 years agominor clean-up
Brian Paul [Tue, 7 Mar 2000 18:24:14 +0000 (18:24 +0000)]
minor clean-up

24 years agoimplemented FX_grSstPerfStats()
Brian Paul [Tue, 7 Mar 2000 18:23:20 +0000 (18:23 +0000)]
implemented FX_grSstPerfStats()

24 years agoadded GL_EXT_texture_lod_bias
Brian Paul [Tue, 7 Mar 2000 17:59:54 +0000 (17:59 +0000)]
added GL_EXT_texture_lod_bias

24 years agoadded GL_HP_occlusion_test, GL_EXT_texture_lod_bias
Brian Paul [Tue, 7 Mar 2000 17:55:40 +0000 (17:55 +0000)]
added GL_HP_occlusion_test, GL_EXT_texture_lod_bias

24 years agoadded GL_EXT_texture_lod_bias extension (Michael Vance)
Brian Paul [Tue, 7 Mar 2000 17:54:58 +0000 (17:54 +0000)]
added GL_EXT_texture_lod_bias extension (Michael Vance)

24 years agomade gl_make_fog_coords() static
Brian Paul [Tue, 7 Mar 2000 17:40:34 +0000 (17:40 +0000)]
made gl_make_fog_coords() static

24 years agoadded target parameter to Driver.TexEnv()
Brian Paul [Tue, 7 Mar 2000 17:11:29 +0000 (17:11 +0000)]
added target parameter to Driver.TexEnv()

24 years agonow save Targa image. misc clean-up
Brian Paul [Mon, 6 Mar 2000 23:56:21 +0000 (23:56 +0000)]
now save Targa image.  misc clean-up

24 years agoadded demos/geartrain
Brian Paul [Mon, 6 Mar 2000 23:35:51 +0000 (23:35 +0000)]
added demos/geartrain

24 years agoadded geartrain
Brian Paul [Mon, 6 Mar 2000 23:35:06 +0000 (23:35 +0000)]
added geartrain

24 years agoinitial check-in
Brian Paul [Mon, 6 Mar 2000 23:34:42 +0000 (23:34 +0000)]
initial check-in

24 years agofixed off-by-one errors in matrix stack setup/cleanup
Brian Paul [Mon, 6 Mar 2000 17:03:03 +0000 (17:03 +0000)]
fixed off-by-one errors in matrix stack setup/cleanup

24 years ago Committing in .
Jouk Jansen [Mon, 6 Mar 2000 12:59:24 +0000 (12:59 +0000)]
 Committing in .

 VMS : C++ & Xlib.h problems.

 Modified Files:
  Mesa/include/GL/glx.h
 ----------------------------------------------------------------------

24 years agoremoved obsolete logicop function
Brian Paul [Fri, 3 Mar 2000 23:21:57 +0000 (23:21 +0000)]
removed obsolete logicop function

24 years agoadded LineWidth device driver function
Brian Paul [Fri, 3 Mar 2000 18:55:45 +0000 (18:55 +0000)]
added LineWidth device driver function

24 years agodepth buffer change, BGR/RGB setup change
Brian Paul [Fri, 3 Mar 2000 17:53:26 +0000 (17:53 +0000)]
depth buffer change, BGR/RGB setup change

24 years agoclean-up warnings
Brian Paul [Fri, 3 Mar 2000 17:51:35 +0000 (17:51 +0000)]
clean-up warnings

24 years agoruntime selectable depth buffer depth
Brian Paul [Fri, 3 Mar 2000 17:47:39 +0000 (17:47 +0000)]
runtime selectable depth buffer depth

24 years agosave ColorTable and ColorSubTable commands
Brian Paul [Fri, 3 Mar 2000 17:45:21 +0000 (17:45 +0000)]
save ColorTable and ColorSubTable commands

24 years agomoved device driver DrawPixels call
Brian Paul [Fri, 3 Mar 2000 15:39:13 +0000 (15:39 +0000)]
moved device driver DrawPixels call

24 years agoadded device driver ReadPixels and CopyPixels functions
Brian Paul [Fri, 3 Mar 2000 15:38:57 +0000 (15:38 +0000)]
added device driver ReadPixels and CopyPixels functions

24 years agoremoved GLX_VERSION_1_3 for now
Brian Paul [Fri, 3 Mar 2000 15:35:51 +0000 (15:35 +0000)]
removed GLX_VERSION_1_3 for now