mesa.git
23 years agotextured line test
Brian Paul [Sat, 30 Sep 2000 18:48:33 +0000 (18:48 +0000)]
textured line test

23 years agosupport for N texture units
Brian Paul [Sat, 30 Sep 2000 18:42:29 +0000 (18:42 +0000)]
support for N texture units

23 years agoadded fps output
Brian Paul [Fri, 29 Sep 2000 23:09:39 +0000 (23:09 +0000)]
added fps output

23 years agogeneralized support for N texure units
Brian Paul [Fri, 29 Sep 2000 16:58:44 +0000 (16:58 +0000)]
generalized support for N texure units

23 years agoremoved ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead
Brian Paul [Thu, 28 Sep 2000 22:44:30 +0000 (22:44 +0000)]
removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead

23 years agonew params for SpecificCompressedTexFormat() (Bill White)
Brian Paul [Thu, 28 Sep 2000 18:30:39 +0000 (18:30 +0000)]
new params for SpecificCompressedTexFormat() (Bill White)

23 years ago Committing in .
Jouk Jansen [Wed, 27 Sep 2000 10:59:15 +0000 (10:59 +0000)]
 Committing in .

 Modified Files:
  Mesa/src/descrip.mms

 inserted imports.c
----------------------------------------------------------------------

23 years agoinclude types.h
Brian Paul [Wed, 27 Sep 2000 03:30:49 +0000 (03:30 +0000)]
include types.h

23 years agorenamed gl_copy_context to _mesa_copy_context
Brian Paul [Tue, 26 Sep 2000 21:28:39 +0000 (21:28 +0000)]
renamed gl_copy_context to _mesa_copy_context

23 years agoadded imports.c
Brian Paul [Tue, 26 Sep 2000 21:22:20 +0000 (21:22 +0000)]
added imports.c

23 years agoFirst batch of OpenGL SI related changes:
Brian Paul [Tue, 26 Sep 2000 20:53:53 +0000 (20:53 +0000)]
First batch of OpenGL SI related changes:
Renamed struct gl_context to struct __GLcontextRec.
Include glcore.h, setup GL imports/exports.
Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions.
GLcontext's Visual field is no longer a pointer.

23 years agoReplaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
Brian Paul [Tue, 26 Sep 2000 15:27:20 +0000 (15:27 +0000)]
Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
Changed src/Makefile.X11 to compile Trace sources like other drivers.

23 years agouse GL_NEAREST texture filter
Brian Paul [Tue, 26 Sep 2000 15:25:01 +0000 (15:25 +0000)]
use GL_NEAREST texture filter

23 years agoadded GL_ARB_texture_env_add
Brian Paul [Mon, 25 Sep 2000 16:03:59 +0000 (16:03 +0000)]
added GL_ARB_texture_env_add

23 years agoremoved unused display_list struct
Brian Paul [Sun, 24 Sep 2000 16:11:55 +0000 (16:11 +0000)]
removed unused display_list struct

23 years agoAdded SSE streaming store instructions, external symbol directives.
Gareth Hughes [Mon, 18 Sep 2000 22:49:04 +0000 (22:49 +0000)]
Added SSE streaming store instructions, external symbol directives.

23 years agoAdded SSE prefetching instructions. General cleanups.
Gareth Hughes [Mon, 18 Sep 2000 16:57:16 +0000 (16:57 +0000)]
Added SSE prefetching instructions.  General cleanups.

23 years agonew comments, misc clean-up
Brian Paul [Sun, 17 Sep 2000 21:56:07 +0000 (21:56 +0000)]
new comments, misc clean-up

23 years agoGeneral cleanups. Disable gl_katmai_project_vertices and
Gareth Hughes [Sun, 17 Sep 2000 21:12:40 +0000 (21:12 +0000)]
General cleanups.  Disable gl_katmai_project_vertices and
gl_katmai_project_clipped_vertices for now as they are broken.

23 years agoset default window pos, changed 4 to GL_RGBA
Brian Paul [Fri, 15 Sep 2000 23:59:46 +0000 (23:59 +0000)]
set default window pos, changed 4 to GL_RGBA

23 years agoadded some missing const keywords in GetString
Brian Paul [Fri, 15 Sep 2000 19:57:51 +0000 (19:57 +0000)]
added some missing const keywords in GetString

23 years agoadded GL_MESA_trace support
Brian Paul [Fri, 15 Sep 2000 19:45:40 +0000 (19:45 +0000)]
added GL_MESA_trace support

23 years agoAdded GL_MESA_trace extension (Loki)
Brian Paul [Fri, 15 Sep 2000 19:45:00 +0000 (19:45 +0000)]
Added GL_MESA_trace extension (Loki)

23 years agoadded trace support (Loki)
Brian Paul [Fri, 15 Sep 2000 19:44:39 +0000 (19:44 +0000)]
added trace support (Loki)

23 years agoremoved unused struct display_list_compilation
Brian Paul [Fri, 15 Sep 2000 17:04:35 +0000 (17:04 +0000)]
removed unused struct display_list_compilation

23 years agoadded FPS calculation
Brian Paul [Fri, 15 Sep 2000 16:43:57 +0000 (16:43 +0000)]
added FPS calculation

23 years agoadded more warning options to linux-elf-debug config
Brian Paul [Fri, 15 Sep 2000 15:55:24 +0000 (15:55 +0000)]
added more warning options to linux-elf-debug config

23 years agomoved DECLARE_XFORM_GROUP macros outside of gl_init_3dnow_asm_transforms() to silence...
Brian Paul [Fri, 15 Sep 2000 15:54:25 +0000 (15:54 +0000)]
moved DECLARE_XFORM_GROUP macros outside of gl_init_3dnow_asm_transforms() to silence compiler warnings

23 years agouse cpml.h on Alpha (AlanH)
Brian Paul [Fri, 15 Sep 2000 15:42:45 +0000 (15:42 +0000)]
use cpml.h on Alpha (AlanH)

23 years agoupdated comments
Brian Paul [Thu, 14 Sep 2000 23:13:51 +0000 (23:13 +0000)]
updated comments

23 years agoexplicitly init some texture vars
Brian Paul [Thu, 14 Sep 2000 23:13:23 +0000 (23:13 +0000)]
explicitly init some texture vars

23 years agoadded cursor key info to instructions
Brian Paul [Wed, 13 Sep 2000 23:01:52 +0000 (23:01 +0000)]
added cursor key info to instructions

23 years agoreplaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatype
Brian Paul [Wed, 13 Sep 2000 22:07:20 +0000 (22:07 +0000)]
replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatype

23 years agopacking of GLushort packed types was broken
Brian Paul [Tue, 12 Sep 2000 21:10:25 +0000 (21:10 +0000)]
packing of GLushort packed types was broken

23 years agoadded format/type error check to draw_rgba_pixels()
Brian Paul [Tue, 12 Sep 2000 21:09:24 +0000 (21:09 +0000)]
added format/type error check to draw_rgba_pixels()

23 years agoinit mutex
Brian Paul [Tue, 12 Sep 2000 21:07:40 +0000 (21:07 +0000)]
init mutex

23 years agobetter FPS calculation
Brian Paul [Tue, 12 Sep 2000 18:44:45 +0000 (18:44 +0000)]
better FPS calculation

23 years agoterrain demo data
Brian Paul [Tue, 12 Sep 2000 17:58:27 +0000 (17:58 +0000)]
terrain demo data

23 years agobetter fps computation
Brian Paul [Tue, 12 Sep 2000 17:38:22 +0000 (17:38 +0000)]
better fps computation

23 years agoadded some casts (Takaaki Nomura)
Brian Paul [Tue, 12 Sep 2000 17:03:59 +0000 (17:03 +0000)]
added some casts (Takaaki Nomura)

23 years agoWin32 updates (Chris Morley)
Brian Paul [Tue, 12 Sep 2000 15:46:43 +0000 (15:46 +0000)]
Win32 updates (Chris Morley)

23 years agoWin32 update (Chris Morley)
Brian Paul [Tue, 12 Sep 2000 15:41:46 +0000 (15:41 +0000)]
Win32 update (Chris Morley)

23 years agoRemoved immediate struct's maybe_transform_vb pointer.
Brian Paul [Mon, 11 Sep 2000 18:49:06 +0000 (18:49 +0000)]
Removed immediate struct's maybe_transform_vb pointer.
Call _mesa_maybe_transform_vb() directly.

23 years ago Committing in .
Jouk Jansen [Sat, 9 Sep 2000 07:05:32 +0000 (07:05 +0000)]
 Committing in .

 Modified Files:
  Mesa/src/descrip.mms

 Corrected a typo
----------------------------------------------------------------------

23 years agoadded Dither, NEW_DRVSTATE info
Brian Paul [Fri, 8 Sep 2000 22:39:09 +0000 (22:39 +0000)]
added Dither, NEW_DRVSTATE info

23 years agoremoved unused NEW_DRVSTATE flags
Brian Paul [Fri, 8 Sep 2000 22:07:29 +0000 (22:07 +0000)]
removed unused NEW_DRVSTATE flags

23 years agoadded dither key option
Brian Paul [Fri, 8 Sep 2000 21:45:21 +0000 (21:45 +0000)]
added dither key option

23 years agoremoved ctx->Driver.Dither function
Brian Paul [Fri, 8 Sep 2000 21:44:55 +0000 (21:44 +0000)]
removed ctx->Driver.Dither function

23 years agochanged gl_frame_buffer Xmax and Ymax to be exclusive boundary values
Brian Paul [Fri, 8 Sep 2000 21:28:04 +0000 (21:28 +0000)]
changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values

23 years agoadded OSMesaCreateContextExt item
Brian Paul [Fri, 8 Sep 2000 16:42:44 +0000 (16:42 +0000)]
added OSMesaCreateContextExt item

23 years agoUse OSMesaCreateContextExt() if using Mesa 3.5 or later
Brian Paul [Fri, 8 Sep 2000 16:42:06 +0000 (16:42 +0000)]
Use OSMesaCreateContextExt() if using Mesa 3.5 or later

23 years agoadded OSMesaCreateContextExt()
Brian Paul [Fri, 8 Sep 2000 16:41:38 +0000 (16:41 +0000)]
added OSMesaCreateContextExt()

23 years agoadded device driver changes
Brian Paul [Thu, 7 Sep 2000 15:46:05 +0000 (15:46 +0000)]
added device driver changes

23 years agoRemoved ctx->Driver.LogicOp().
Brian Paul [Thu, 7 Sep 2000 15:45:26 +0000 (15:45 +0000)]
Removed ctx->Driver.LogicOp().
ctx->Driver.Index/ColorMask() now return void.
Removed SWmasking and SWLogicOpEnabled variables.
LogicOps and color/index masking are no longer special-case device
driver functions.  The Xlib driver was the only driver that used
them.  Things are more uniform now.

23 years agoadded xmesa_update_span_funcs()
Brian Paul [Thu, 7 Sep 2000 15:42:38 +0000 (15:42 +0000)]
added xmesa_update_span_funcs()

23 years agorenamed Xlib driver files
Brian Paul [Thu, 7 Sep 2000 15:42:13 +0000 (15:42 +0000)]
renamed Xlib driver files

23 years agonewly organized Xlib driver files
Brian Paul [Thu, 7 Sep 2000 15:40:30 +0000 (15:40 +0000)]
newly organized Xlib driver files

23 years agoadded device driver function for texture proxy testing
Brian Paul [Thu, 7 Sep 2000 15:38:49 +0000 (15:38 +0000)]
added device driver function for texture proxy testing

23 years agosilence compiler warning (zoomY0)
Brian Paul [Wed, 6 Sep 2000 17:44:52 +0000 (17:44 +0000)]
silence compiler warning (zoomY0)

23 years agotest for __bsdi__ for XFree86
Brian Paul [Wed, 6 Sep 2000 17:34:41 +0000 (17:34 +0000)]
test for __bsdi__ for XFree86

23 years agoreplaced ## with CONCAT macro
Brian Paul [Wed, 6 Sep 2000 17:33:40 +0000 (17:33 +0000)]
replaced ## with CONCAT macro

23 years agooops- forgot convolution for glGetTexImage. Done now.
Brian Paul [Wed, 6 Sep 2000 15:15:43 +0000 (15:15 +0000)]
oops- forgot convolution for glGetTexImage.  Done now.

23 years agopassing proxy targets to glGetTexImage() should generate GL_INVALID_ENUM
Brian Paul [Tue, 5 Sep 2000 22:11:38 +0000 (22:11 +0000)]
passing proxy targets to glGetTexImage() should generate GL_INVALID_ENUM

23 years agouse clear_proxy_teximage() instead of MEMSET()
Brian Paul [Tue, 5 Sep 2000 22:04:30 +0000 (22:04 +0000)]
use clear_proxy_teximage() instead of MEMSET()

23 years agoGetConvolution/SeparableFilter() now finished
Brian Paul [Tue, 5 Sep 2000 20:28:56 +0000 (20:28 +0000)]
GetConvolution/SeparableFilter() now finished

23 years agoadded tracing facility from Loki
Brian Paul [Tue, 5 Sep 2000 20:28:06 +0000 (20:28 +0000)]
added tracing facility from Loki

23 years agoadded tracing facility from Loki
Brian Paul [Tue, 5 Sep 2000 20:17:37 +0000 (20:17 +0000)]
added tracing facility from Loki

23 years agoadded const to _mesa_select_tex_object()
Brian Paul [Tue, 5 Sep 2000 15:41:25 +0000 (15:41 +0000)]
added const to _mesa_select_tex_object()

23 years agoFixed bug in fill_texture_image(). Clean-up in _mesaGetTexImage()
Brian Paul [Tue, 5 Sep 2000 15:40:34 +0000 (15:40 +0000)]
Fixed bug in fill_texture_image().  Clean-up in _mesaGetTexImage()

23 years agoadded convolution, ARB_imaging items
Brian Paul [Sat, 2 Sep 2000 17:54:28 +0000 (17:54 +0000)]
added convolution, ARB_imaging items

23 years agoenabled GL_EXT_convolution and GL_ARB_imaging
Brian Paul [Sat, 2 Sep 2000 17:52:53 +0000 (17:52 +0000)]
enabled GL_EXT_convolution and GL_ARB_imaging

23 years agofinished convolution
Brian Paul [Sat, 2 Sep 2000 17:52:21 +0000 (17:52 +0000)]
finished convolution

23 years agodestBytesPerRow was uninitialized in make_texture_image()
Brian Paul [Fri, 1 Sep 2000 22:01:12 +0000 (22:01 +0000)]
destBytesPerRow was uninitialized in make_texture_image()

23 years agoinitial check-in
Brian Paul [Fri, 1 Sep 2000 21:01:18 +0000 (21:01 +0000)]
initial check-in

23 years agoadded new extensions
Brian Paul [Thu, 31 Aug 2000 23:04:17 +0000 (23:04 +0000)]
added new extensions

23 years agoadded Glide3 bug fix info
Brian Paul [Thu, 31 Aug 2000 23:04:03 +0000 (23:04 +0000)]
added Glide3 bug fix info

23 years agofbiRev and tmuRev weren't getting initialized when using Glide3
Brian Paul [Thu, 31 Aug 2000 22:32:45 +0000 (22:32 +0000)]
fbiRev and tmuRev weren't getting initialized when using Glide3

23 years agoadded more resolutions (Andy Sloane)
Brian Paul [Thu, 31 Aug 2000 22:08:04 +0000 (22:08 +0000)]
added more resolutions (Andy Sloane)

23 years agoconvolution for glTexImage[123]D now works
Brian Paul [Thu, 31 Aug 2000 15:24:39 +0000 (15:24 +0000)]
convolution for glTexImage[123]D now works

23 years agorenamed some variables
Brian Paul [Thu, 31 Aug 2000 15:24:07 +0000 (15:24 +0000)]
renamed some variables

23 years agomore convolution work
Brian Paul [Wed, 30 Aug 2000 18:22:28 +0000 (18:22 +0000)]
more convolution work

23 years agoadded _mesa_pack_float_rgba_span()
Brian Paul [Wed, 30 Aug 2000 18:21:37 +0000 (18:21 +0000)]
added _mesa_pack_float_rgba_span()

23 years agoadded more extensions testing code
Brian Paul [Wed, 30 Aug 2000 18:21:06 +0000 (18:21 +0000)]
added more extensions testing code

23 years agofinished compressed texture support (Bill White)
Brian Paul [Tue, 29 Aug 2000 23:31:23 +0000 (23:31 +0000)]
finished compressed texture support (Bill White)

23 years agoadded MESA_FF_R8_G8_B8 (alpha filled to 0xff) format
Brian Paul [Tue, 29 Aug 2000 23:30:53 +0000 (23:30 +0000)]
added MESA_FF_R8_G8_B8 (alpha filled to 0xff) format

23 years agochanged default Shininess to 6
Brian Paul [Tue, 29 Aug 2000 21:17:38 +0000 (21:17 +0000)]
changed default Shininess to 6

23 years agodon't free ctx inside _mesa_initialize_context() if error, caller does that.
Brian Paul [Tue, 29 Aug 2000 18:57:58 +0000 (18:57 +0000)]
don't free ctx inside _mesa_initialize_context() if error, caller does that.

23 years agoupdated some comments
Brian Paul [Tue, 29 Aug 2000 14:25:30 +0000 (14:25 +0000)]
updated some comments

23 years ago Committing in .
Jouk Jansen [Thu, 24 Aug 2000 08:48:27 +0000 (08:48 +0000)]
 Committing in .

 Modified Files:
  Mesa/demos/descrip.mms

 One forgotten file for VMS to support /name=(as_is,short)

----------------------------------------------------------------------

23 years agoadded convolve.h header
Brian Paul [Wed, 23 Aug 2000 14:33:04 +0000 (14:33 +0000)]
added convolve.h header

23 years agoenabling 1D convolution caused a problem
Brian Paul [Wed, 23 Aug 2000 14:32:06 +0000 (14:32 +0000)]
enabling 1D convolution caused a problem

23 years agomoved convolution API functions to convolve.c
Brian Paul [Wed, 23 Aug 2000 14:31:25 +0000 (14:31 +0000)]
moved convolution API functions to convolve.c

23 years agofinished separable filter functions
Brian Paul [Tue, 22 Aug 2000 18:54:25 +0000 (18:54 +0000)]
finished separable filter functions

23 years ago Committing in .
Jouk Jansen [Tue, 22 Aug 2000 13:31:00 +0000 (13:31 +0000)]
 Committing in .

 Modified Files:
  Mesa/include/GL/glx.h Mesa/include/GL/xmesa.h
  Mesa/src/descrip.mms Mesa/src/X/glxheader.h
  Mesa/src/X/xfonts.c Mesa/src/X/xfonts.h
  Mesa/src-glu/descrip.mms Mesa/src-glut/capturexfont.c
  Mesa/src-glut/descrip.mms Mesa/src-glut/glut_cmap.c
  Mesa/src-glut/glut_event.c Mesa/src-glut/glut_fullscrn.c
  Mesa/src-glut/glut_gamemode.c Mesa/src-glut/glut_init.c
  Mesa/src-glut/glut_input.c Mesa/src-glut/glut_menu.c
  Mesa/src-glut/glut_menu2.c Mesa/src-glut/glut_overlay.c
  Mesa/src-glut/glut_win.c Mesa/src-glut/glut_winmisc.c
  Mesa/src-glut/glutint.h Mesa/src-glut/layerutil.h
  Mesa/vms/analyze_map.com
 Added Files:
  Mesa/include/GL/vms_x_fix.h

 Patches effective on VMS only. This allows for compiling with
 /name=(as_is,short). This breaks the binary compatibility with previous
 versions for VMS, but is the only way to combine Mesa with GTK for VMS.

                      Jouk
----------------------------------------------------------------------

23 years agochanged quad vertex colors to be tessellation invariant
Brian Paul [Mon, 21 Aug 2000 21:05:39 +0000 (21:05 +0000)]
changed quad vertex colors to be tessellation invariant

23 years agoprint UNDEFINED MODE over samples that are undefined in the GL spec
Brian Paul [Mon, 21 Aug 2000 20:04:55 +0000 (20:04 +0000)]
print UNDEFINED MODE over samples that are undefined in the GL spec

23 years agouse ImageTransferState
Brian Paul [Mon, 21 Aug 2000 14:26:01 +0000 (14:26 +0000)]
use ImageTransferState

23 years agoadded convolve.c to file list
Brian Paul [Mon, 21 Aug 2000 14:25:25 +0000 (14:25 +0000)]
added convolve.c to file list

23 years agoincreased max convolution filter size
Brian Paul [Mon, 21 Aug 2000 14:24:53 +0000 (14:24 +0000)]
increased max convolution filter size

23 years agomore convolution work, not done
Brian Paul [Mon, 21 Aug 2000 14:24:30 +0000 (14:24 +0000)]
more convolution work, not done