mesa.git
21 years agoglBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).
Brian Paul [Wed, 28 May 2003 14:26:03 +0000 (14:26 +0000)]
glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).
Removed VertexAttrib*ARB() stubs.

21 years agoVersion defines. include "version.h" in a few files.
Brian Paul [Tue, 27 May 2003 21:24:40 +0000 (21:24 +0000)]
Version defines.  include "version.h" in a few files.

21 years agocheck buffer->UseSoftware*Buffer in _mesa_free_framebuffer_data()
Brian Paul [Tue, 27 May 2003 15:20:43 +0000 (15:20 +0000)]
check buffer->UseSoftware*Buffer in _mesa_free_framebuffer_data()

21 years agoa couple casts (Evgeny Kotsuba)
Brian Paul [Mon, 26 May 2003 14:37:54 +0000 (14:37 +0000)]
a couple casts (Evgeny Kotsuba)

21 years agomove LoadYUVImage into readtex.c
Keith Whitwell [Tue, 20 May 2003 09:54:58 +0000 (09:54 +0000)]
move LoadYUVImage into readtex.c

21 years agoTest programs for ycbcr extension
Keith Whitwell [Tue, 20 May 2003 08:50:02 +0000 (08:50 +0000)]
Test programs for ycbcr extension

21 years agoautoconf/automake updated for newer versions (bug 734362)
Brian Paul [Thu, 15 May 2003 14:04:27 +0000 (14:04 +0000)]
autoconf/automake updated for newer versions (bug 734362)

21 years agoadded a couple casts
Brian Paul [Thu, 15 May 2003 13:38:24 +0000 (13:38 +0000)]
added a couple casts

21 years agoupdated with new glext.h stuff
Brian Paul [Sat, 10 May 2003 04:48:16 +0000 (04:48 +0000)]
updated with new glext.h stuff

21 years agoversion 18 of glext.h
Brian Paul [Sat, 10 May 2003 04:39:05 +0000 (04:39 +0000)]
version 18 of glext.h

21 years agoremove temporary stuff
Brian Paul [Sat, 10 May 2003 04:38:24 +0000 (04:38 +0000)]
remove temporary stuff

21 years agoadded GL_ARB_vertex_program functions
Brian Paul [Sat, 10 May 2003 04:37:47 +0000 (04:37 +0000)]
added GL_ARB_vertex_program functions

21 years agoinitialize condition codes before running program
Brian Paul [Sat, 10 May 2003 04:37:24 +0000 (04:37 +0000)]
initialize condition codes before running program

21 years agofix scalar literal parsing glitches
Brian Paul [Sat, 10 May 2003 04:36:11 +0000 (04:36 +0000)]
fix scalar literal parsing glitches

21 years agofix MapBufferARB() return type
Brian Paul [Sat, 10 May 2003 04:35:09 +0000 (04:35 +0000)]
fix MapBufferARB() return type

21 years agoclamp fog color
Brian Paul [Sat, 10 May 2003 04:34:15 +0000 (04:34 +0000)]
clamp fog color

21 years agoadded comment about MAX_WIDTH and textures
Brian Paul [Thu, 8 May 2003 16:00:45 +0000 (16:00 +0000)]
added comment about MAX_WIDTH and textures

21 years agofixed delete statement (bug 721765)
Brian Paul [Thu, 8 May 2003 15:47:00 +0000 (15:47 +0000)]
fixed delete statement (bug 721765)

21 years agominor updates
Brian Paul [Fri, 2 May 2003 15:05:02 +0000 (15:05 +0000)]
minor updates

21 years agoupdates from Ian
Brian Paul [Fri, 2 May 2003 15:04:20 +0000 (15:04 +0000)]
updates from Ian

21 years agomore docs (Klaus Niederkruger)
Brian Paul [Thu, 1 May 2003 22:45:57 +0000 (22:45 +0000)]
more docs (Klaus Niederkruger)

21 years agoUse ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.
Brian Paul [Thu, 1 May 2003 22:44:02 +0000 (22:44 +0000)]
Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.
Misc vertex array / vertex program changes.

21 years agoIan's buffer swap extensions
Brian Paul [Thu, 1 May 2003 19:12:23 +0000 (19:12 +0000)]
Ian's buffer swap extensions

21 years agochange global_grid_u0/u1 to REAL (Eric Cazeaux)
Brian Paul [Wed, 30 Apr 2003 15:20:37 +0000 (15:20 +0000)]
change global_grid_u0/u1 to REAL (Eric Cazeaux)

21 years agoupdated for glIsBufferARB
Brian Paul [Tue, 29 Apr 2003 22:20:36 +0000 (22:20 +0000)]
updated for glIsBufferARB

21 years agodon't try to clear non-existant buffers
Brian Paul [Tue, 29 Apr 2003 13:16:37 +0000 (13:16 +0000)]
don't try to clear non-existant buffers

21 years ago Committing in .
Jouk Jansen [Tue, 29 Apr 2003 07:15:48 +0000 (07:15 +0000)]
 Committing in .

 Updating OpenVMS compile support

 Modified Files:
  Mesa/src/descrip.mms Mesa/xdemos/glxgears.c
 ----------------------------------------------------------------------

21 years agoLOG2() clean-up (Klaus Niederkrueger)
Brian Paul [Mon, 28 Apr 2003 15:24:17 +0000 (15:24 +0000)]
LOG2() clean-up (Klaus Niederkrueger)

21 years agonew comments (Klaus Niederkruger)
Brian Paul [Mon, 28 Apr 2003 14:56:24 +0000 (14:56 +0000)]
new comments (Klaus Niederkruger)

21 years agofix glIsBufferARB() prototype
Brian Paul [Mon, 28 Apr 2003 14:42:33 +0000 (14:42 +0000)]
fix glIsBufferARB() prototype

21 years agoupdated with newest functions
Brian Paul [Wed, 23 Apr 2003 20:23:17 +0000 (20:23 +0000)]
updated with newest functions

21 years agofix function prototypes for manging (Bill Hoffman)
Brian Paul [Wed, 23 Apr 2003 17:42:07 +0000 (17:42 +0000)]
fix function prototypes for manging (Bill Hoffman)

21 years agoremove unneeded fragment program test
Brian Paul [Mon, 21 Apr 2003 15:05:20 +0000 (15:05 +0000)]
remove unneeded fragment program test

21 years agoremove unneeded unsigned int / zero comparisons
Brian Paul [Mon, 21 Apr 2003 15:04:30 +0000 (15:04 +0000)]
remove unneeded unsigned int / zero comparisons

21 years agofix DDX, DDY instructions (probably not finished though)
Brian Paul [Mon, 21 Apr 2003 15:03:46 +0000 (15:03 +0000)]
fix DDX, DDY instructions (probably not finished though)

21 years agoImplemented GL_EXT_depth_bounds_test.
Brian Paul [Mon, 21 Apr 2003 15:02:17 +0000 (15:02 +0000)]
Implemented GL_EXT_depth_bounds_test.

21 years agoadded GL_EXT_depth_bounds_test
Brian Paul [Mon, 21 Apr 2003 14:57:07 +0000 (14:57 +0000)]
added GL_EXT_depth_bounds_test

21 years agoalias ARB/NV program functions where possible
Brian Paul [Mon, 21 Apr 2003 14:53:40 +0000 (14:53 +0000)]
alias ARB/NV program functions where possible

21 years agosilence warning
Brian Paul [Mon, 21 Apr 2003 14:52:32 +0000 (14:52 +0000)]
silence warning

21 years agoadded a cast
Brian Paul [Mon, 21 Apr 2003 14:51:49 +0000 (14:51 +0000)]
added a cast

21 years agosilence warnings
Brian Paul [Mon, 21 Apr 2003 14:51:16 +0000 (14:51 +0000)]
silence warnings

21 years agocasts
Brian Paul [Mon, 21 Apr 2003 14:50:49 +0000 (14:50 +0000)]
casts

21 years agofix minor warnings
Brian Paul [Mon, 21 Apr 2003 14:50:12 +0000 (14:50 +0000)]
fix minor warnings

21 years agouse INDEX8_SPAN_ARGS
Brian Paul [Mon, 21 Apr 2003 14:06:01 +0000 (14:06 +0000)]
use INDEX8_SPAN_ARGS

21 years agofix .c / .h typo
Brian Paul [Mon, 21 Apr 2003 14:04:27 +0000 (14:04 +0000)]
fix .c / .h typo

21 years agominor re-org of program matrix, program local parameter limits
Brian Paul [Fri, 18 Apr 2003 18:02:43 +0000 (18:02 +0000)]
minor re-org of program matrix, program local parameter limits

21 years agomore GL_ARB_fragment_program tokens
Brian Paul [Fri, 18 Apr 2003 01:56:44 +0000 (01:56 +0000)]
more GL_ARB_fragment_program tokens

21 years agomore GL_ARB_vertex/fragment_program bits
Brian Paul [Fri, 18 Apr 2003 01:56:11 +0000 (01:56 +0000)]
more GL_ARB_vertex/fragment_program bits

21 years agofix some glBindProgramNV/ARB details
Brian Paul [Thu, 17 Apr 2003 23:14:30 +0000 (23:14 +0000)]
fix some glBindProgramNV/ARB details

21 years agoclean up usage of extension function pointers
Brian Paul [Thu, 17 Apr 2003 21:43:55 +0000 (21:43 +0000)]
clean up usage of extension function pointers

21 years agoDemo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.
Brian Paul [Thu, 17 Apr 2003 19:20:54 +0000 (19:20 +0000)]
Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.

21 years agoadded LoadProgramNV and RequestResidentProgramsNV
Brian Paul [Thu, 17 Apr 2003 02:44:13 +0000 (02:44 +0000)]
added LoadProgramNV and RequestResidentProgramsNV

21 years agoAdded arbprogram.c to Makefiles.
Brian Paul [Thu, 17 Apr 2003 02:33:08 +0000 (02:33 +0000)]
Added arbprogram.c to Makefiles.
Added display list support for GL_NV_fragment_program.
Assorted clean-ups.

21 years agotemporary GL_ARB_fragment_program tokens
Brian Paul [Thu, 17 Apr 2003 01:48:56 +0000 (01:48 +0000)]
temporary GL_ARB_fragment_program tokens

21 years agocheckpoint: more infrastructure for GL_ARB_vertex/fragment_program.
Brian Paul [Thu, 17 Apr 2003 01:48:19 +0000 (01:48 +0000)]
checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.

21 years agofix depth texture tex env bug (#719903)
Brian Paul [Mon, 14 Apr 2003 17:08:53 +0000 (17:08 +0000)]
fix depth texture tex env bug (#719903)

21 years agoSome groundwork for GL_ARB_vertex/fragment_program.
Brian Paul [Fri, 11 Apr 2003 01:20:06 +0000 (01:20 +0000)]
Some groundwork for GL_ARB_vertex/fragment_program.

21 years agoremove a const
Brian Paul [Thu, 10 Apr 2003 19:57:19 +0000 (19:57 +0000)]
remove a const

21 years agodrawarrayrange fix
Keith Whitwell [Thu, 10 Apr 2003 10:03:30 +0000 (10:03 +0000)]
drawarrayrange fix

21 years agofix typo
Brian Paul [Wed, 9 Apr 2003 22:50:52 +0000 (22:50 +0000)]
fix typo

21 years agofix typo
Brian Paul [Wed, 9 Apr 2003 21:50:08 +0000 (21:50 +0000)]
fix typo

21 years agoadd support for swap and sync extensions (Ian Romanick)
Brian Paul [Wed, 9 Apr 2003 21:47:19 +0000 (21:47 +0000)]
add support for swap and sync extensions (Ian Romanick)

21 years agoAdded function pointer typedefs for GL_NV_fragment_program
Brian Paul [Wed, 9 Apr 2003 02:32:56 +0000 (02:32 +0000)]
Added function pointer typedefs for GL_NV_fragment_program

21 years agoAdded GL_ARB_vertex_buffer_object tokens
Brian Paul [Wed, 9 Apr 2003 02:32:12 +0000 (02:32 +0000)]
Added GL_ARB_vertex_buffer_object tokens

21 years agobasic work on GL_ARB_vertex_buffer_object
Brian Paul [Wed, 9 Apr 2003 02:31:35 +0000 (02:31 +0000)]
basic work on GL_ARB_vertex_buffer_object

21 years agofix string compare bug
Brian Paul [Tue, 8 Apr 2003 18:02:27 +0000 (18:02 +0000)]
fix string compare bug

21 years agoadd missing return in raster_pos4f()
Brian Paul [Tue, 8 Apr 2003 13:33:41 +0000 (13:33 +0000)]
add missing return in raster_pos4f()

21 years agofix some problems parsing scalar source arguments
Brian Paul [Tue, 8 Apr 2003 02:57:36 +0000 (02:57 +0000)]
fix some problems parsing scalar source arguments

21 years agoAdded ctx->Texture._EnabledCoordUnits bitfield.
Brian Paul [Tue, 8 Apr 2003 02:27:16 +0000 (02:27 +0000)]
Added ctx->Texture._EnabledCoordUnits bitfield.
Fixed some vertex array / vertex program glitches with glDrawElements.
Fixed some fragment program runtime bugs.
Non-trivial Cg programs are running now.

21 years agoadded _mesa_realloc()
Brian Paul [Tue, 8 Apr 2003 02:22:41 +0000 (02:22 +0000)]
added _mesa_realloc()

21 years agoscalar source reg can be a scalar or vector literal
Brian Paul [Mon, 7 Apr 2003 23:12:00 +0000 (23:12 +0000)]
scalar source reg can be a scalar or vector literal

21 years agoinitialize attribute vectors to 4 components
Brian Paul [Mon, 7 Apr 2003 23:07:50 +0000 (23:07 +0000)]
initialize attribute vectors to 4 components

21 years agoDemo of per-pixel lighting with a fragment program.
Brian Paul [Mon, 7 Apr 2003 23:05:50 +0000 (23:05 +0000)]
Demo of per-pixel lighting with a fragment program.

21 years agominor parser fixes, program print-out fixes
Brian Paul [Mon, 7 Apr 2003 14:58:58 +0000 (14:58 +0000)]
minor parser fixes, program print-out fixes

21 years agofix typo
Brian Paul [Mon, 7 Apr 2003 14:57:27 +0000 (14:57 +0000)]
fix typo

21 years agofix color array mixup
Brian Paul [Mon, 7 Apr 2003 14:54:01 +0000 (14:54 +0000)]
fix color array mixup

21 years agoDon't unset FLUSH_STORED_VERTICES in _tnl_execute_cassette as this may
Keith Whitwell [Mon, 7 Apr 2003 14:53:28 +0000 (14:53 +0000)]
Don't unset FLUSH_STORED_VERTICES in _tnl_execute_cassette as this may
break driver callbacks.

21 years agoAdded gcc-sl target and shared lib shell script (Philip Brown)
Brian Paul [Mon, 7 Apr 2003 14:45:52 +0000 (14:45 +0000)]
Added gcc-sl target and shared lib shell script (Philip Brown)

21 years agoPass 4th element correctly in loopback_VertexAttrib4svNV
Keith Whitwell [Sat, 5 Apr 2003 07:29:23 +0000 (07:29 +0000)]
Pass 4th element correctly in loopback_VertexAttrib4svNV

21 years agotest glProgramNamedParameter4fNV()
Brian Paul [Sat, 5 Apr 2003 00:38:40 +0000 (00:38 +0000)]
test glProgramNamedParameter4fNV()

21 years agofragment program named constants and named program parameters basically work now
Brian Paul [Sat, 5 Apr 2003 00:38:09 +0000 (00:38 +0000)]
fragment program named constants and named program parameters basically work now

21 years agoRework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height
Brian Paul [Fri, 4 Apr 2003 17:17:50 +0000 (17:17 +0000)]
Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height
and depth checks are done via ctx->Driver.TestProxyTexImage().  This allows
more flexiblity, like supporting larger, non-cubic 3D textures.

21 years agomore memory-related fixes
Brian Paul [Thu, 3 Apr 2003 21:01:33 +0000 (21:01 +0000)]
more memory-related fixes

21 years agosome texture compression odds & ends
Brian Paul [Thu, 3 Apr 2003 20:57:49 +0000 (20:57 +0000)]
some texture compression odds & ends

21 years agosimplify CEILF, FLOORF, FABSF stuff
Brian Paul [Thu, 3 Apr 2003 20:34:38 +0000 (20:34 +0000)]
simplify CEILF, FLOORF, FABSF stuff

21 years agofix double-memory free in XMesaDestroyContext
Brian Paul [Wed, 2 Apr 2003 19:34:36 +0000 (19:34 +0000)]
fix double-memory free in XMesaDestroyContext

21 years agoadded GL_PROXY_TEXTURE_RECTANGLE_NV to is_proxy_target()
Brian Paul [Tue, 1 Apr 2003 22:23:11 +0000 (22:23 +0000)]
added GL_PROXY_TEXTURE_RECTANGLE_NV to is_proxy_target()

21 years agoclean-up current state initialization
Brian Paul [Tue, 1 Apr 2003 22:20:42 +0000 (22:20 +0000)]
clean-up current state initialization

21 years agoadded GL_FRAGMENT_PROGRAM_NV (Alan Matsuoka)
Brian Paul [Tue, 1 Apr 2003 19:07:35 +0000 (19:07 +0000)]
added GL_FRAGMENT_PROGRAM_NV (Alan Matsuoka)

21 years agominor initialization fixes
Brian Paul [Tue, 1 Apr 2003 18:57:36 +0000 (18:57 +0000)]
minor initialization fixes

21 years agoimprove some error messages
Brian Paul [Tue, 1 Apr 2003 18:56:30 +0000 (18:56 +0000)]
improve some error messages

21 years agoGL_SECONDARY_COLOR_ARRAY_SIZE_EXT query was returning stride
Brian Paul [Tue, 1 Apr 2003 18:27:07 +0000 (18:27 +0000)]
GL_SECONDARY_COLOR_ARRAY_SIZE_EXT query was returning stride

21 years agoGL_FOG_COORDINATE_SOURCE_EXT query was missing
Brian Paul [Tue, 1 Apr 2003 18:22:23 +0000 (18:22 +0000)]
GL_FOG_COORDINATE_SOURCE_EXT query was missing

21 years agofix GL_LIST_MODE, GL_CURRENT_MATRIX_STACK_DEPTH_NV and GL_CURRENT_MATRIX_NV queries
Brian Paul [Tue, 1 Apr 2003 18:16:33 +0000 (18:16 +0000)]
fix GL_LIST_MODE, GL_CURRENT_MATRIX_STACK_DEPTH_NV and GL_CURRENT_MATRIX_NV queries

21 years agofix default compare mode
Brian Paul [Tue, 1 Apr 2003 18:10:10 +0000 (18:10 +0000)]
fix default compare mode

21 years agos/gl_ctx/mesa/ and misc clean-ups
Brian Paul [Tue, 1 Apr 2003 17:28:55 +0000 (17:28 +0000)]
s/gl_ctx/mesa/ and misc clean-ups

21 years agouse structure containment to derive xmesa_context from GLcontext
Brian Paul [Tue, 1 Apr 2003 17:28:10 +0000 (17:28 +0000)]
use structure containment to derive xmesa_context from GLcontext

21 years agoNew device driver hooks for texture object and texture image creation to
Brian Paul [Tue, 1 Apr 2003 16:41:50 +0000 (16:41 +0000)]
New device driver hooks for texture object and texture image creation to
allow drivers to implement C++-like inheritance via containment.
Lots of assorted clean-ups related to texture objects.

21 years agocomments
Brian Paul [Tue, 1 Apr 2003 16:39:25 +0000 (16:39 +0000)]
comments

21 years ago_mesa_realloc() fix
Brian Paul [Tue, 1 Apr 2003 16:17:03 +0000 (16:17 +0000)]
_mesa_realloc() fix