mesa.git
18 years agouse ASM_API variable, bug 4415
Brian Paul [Mon, 12 Sep 2005 15:19:19 +0000 (15:19 +0000)]
use ASM_API variable, bug 4415

18 years agomake lookup_query_object() static
Brian Paul [Mon, 12 Sep 2005 15:05:57 +0000 (15:05 +0000)]
make lookup_query_object() static

18 years agoremove rendundant r,g,b,a vars (bug 4331)
Brian Paul [Mon, 12 Sep 2005 13:59:29 +0000 (13:59 +0000)]
remove rendundant r,g,b,a vars (bug 4331)

18 years agoadd 1002:5460 M22 X300 card
Dave Airlie [Sun, 11 Sep 2005 04:02:41 +0000 (04:02 +0000)]
add 1002:5460 M22 X300 card

18 years agofix dri drivers build
Dave Airlie [Sun, 11 Sep 2005 03:58:29 +0000 (03:58 +0000)]
fix dri drivers build

18 years agoSilence some warnings.
Brian Paul [Sun, 11 Sep 2005 01:45:04 +0000 (01:45 +0000)]
Silence some warnings.

18 years agobunch of updates
Brian Paul [Sat, 10 Sep 2005 16:57:22 +0000 (16:57 +0000)]
bunch of updates

18 years agoput GLUT sources into a separate tarball
Brian Paul [Sat, 10 Sep 2005 16:54:05 +0000 (16:54 +0000)]
put GLUT sources into a separate tarball

18 years agoClean-up of sources/Makefile, bug 4111
Brian Paul [Sat, 10 Sep 2005 16:41:17 +0000 (16:41 +0000)]
Clean-up of sources/Makefile, bug 4111

18 years agofix a problem w/ color index mode when CHAN_BITS=16
Brian Paul [Sat, 10 Sep 2005 16:27:51 +0000 (16:27 +0000)]
fix a problem w/ color index mode when CHAN_BITS=16

18 years agomake some vars static
Brian Paul [Sat, 10 Sep 2005 16:20:47 +0000 (16:20 +0000)]
make some vars static

18 years agofix GLubyte/GLchan inconsistencies (bug 4331)
Brian Paul [Sat, 10 Sep 2005 16:19:36 +0000 (16:19 +0000)]
fix GLubyte/GLchan inconsistencies (bug 4331)

18 years agonew demo to test ATI_fragment_shader, not very creative but easy to know if the outpu...
Roland Scheidegger [Sat, 10 Sep 2005 01:02:25 +0000 (01:02 +0000)]
new demo to test ATI_fragment_shader, not very creative but easy to know if the output is correct. Tests single-pass as well as multi-pass shader (only pseudo-dependant texture read though, and no tex coord swizzling), src and dst modifiers, src repetition, dst masks, constants, and some ops. Both shaders run succesfully with swrast as well as r200.

18 years agoadd the new drm packets needed for ATI_fragment_shader to the sanity code of the...
Roland Scheidegger [Sat, 10 Sep 2005 00:31:11 +0000 (00:31 +0000)]
add the new drm packets needed for ATI_fragment_shader to the sanity code of the r200 and radeon driver

18 years agoadd reverse-engeneered register bits needed for ATI_fragment_shader (Dave Airlie...
Roland Scheidegger [Sat, 10 Sep 2005 00:11:27 +0000 (00:11 +0000)]
add reverse-engeneered register bits needed for ATI_fragment_shader (Dave Airlie, me)

18 years agoAdd offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,
Brian Paul [Sat, 10 Sep 2005 00:10:15 +0000 (00:10 +0000)]
Add offset and pitch fields to intelRegion.  Remove frontOffset, frontPitch,
backOffset, backPitch, depthOffset, depthPitch, textureOffset fields.

18 years agoadd _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vertex_progr...
Roland Scheidegger [Fri, 9 Sep 2005 23:31:31 +0000 (23:31 +0000)]
add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vertex_program_stage. Fixes crashes when using vertex programs. Tested on r200 only (fix by Keith Whitwell)

18 years agoremove the redundant textureSize field, use tex.size instead, it's always the same...
Brian Paul [Fri, 9 Sep 2005 22:57:05 +0000 (22:57 +0000)]
remove the redundant textureSize field, use tex.size instead, it's always the same value

18 years agodon't generate selection hits for glBitmap, glDraw/CopyPixels. Misc clean-ups
Brian Paul [Fri, 9 Sep 2005 16:40:47 +0000 (16:40 +0000)]
don't generate selection hits for glBitmap, glDraw/CopyPixels.  Misc clean-ups

18 years agofix some bugs with handling of GL_DOT4_ATI, GL_DOT3_ATI and GL_DOT2_ADD_ATI ATI_fs...
Roland Scheidegger [Fri, 9 Sep 2005 15:43:11 +0000 (15:43 +0000)]
fix some bugs with handling of GL_DOT4_ATI, GL_DOT3_ATI and GL_DOT2_ADD_ATI ATI_fs instructions.

18 years agoadd missing fallback string for ARB_vertex_program
Roland Scheidegger [Fri, 9 Sep 2005 12:51:38 +0000 (12:51 +0000)]
add missing fallback string for ARB_vertex_program

18 years agoFix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_program...
Roland Scheidegger [Fri, 9 Sep 2005 01:38:21 +0000 (01:38 +0000)]
Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_program. Disable ARB_vertex_program by default - it is incredibly slow, and just plain doesn't work anyway (arbvptorus fails an assertion, arbvpmesh has bogus output)

18 years agouse an explicit reserved field, rather than magic number in bound
Keith Whitwell [Thu, 8 Sep 2005 21:40:10 +0000 (21:40 +0000)]
use an explicit reserved field, rather than magic number in bound

18 years agoFix the comment for the 'bound' field: it's a bitmask, not an index.
Brian Paul [Thu, 8 Sep 2005 18:47:36 +0000 (18:47 +0000)]
Fix the comment for the 'bound' field: it's a bitmask, not an index.
In driTexturesGone(), set bound = 0, not 99.

18 years agoKeep NumTemporaries uptodate.
Keith Whitwell [Thu, 8 Sep 2005 18:45:03 +0000 (18:45 +0000)]
Keep NumTemporaries uptodate.
Make sure oC alpha is populated when separate_specular enabled.

18 years agoTreat NegateBase as a bitfield, not a boolean.
Keith Whitwell [Thu, 8 Sep 2005 18:36:39 +0000 (18:36 +0000)]
Treat NegateBase as a bitfield, not a boolean.

18 years agobe consistent in populating NegateBase field
Keith Whitwell [Thu, 8 Sep 2005 18:35:48 +0000 (18:35 +0000)]
be consistent in populating NegateBase field

18 years agocheck for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few places
Brian Paul [Thu, 8 Sep 2005 15:28:45 +0000 (15:28 +0000)]
check for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few places

18 years agofix precision problem in depth clearing (bug 4395)
Brian Paul [Thu, 8 Sep 2005 13:55:05 +0000 (13:55 +0000)]
fix precision problem in depth clearing (bug 4395)

18 years agofix incorrect swizzling handling. fix code so it can potentially handle implementatio...
Roland Scheidegger [Thu, 8 Sep 2005 13:41:54 +0000 (13:41 +0000)]
fix incorrect swizzling handling. fix code so it can potentially handle implementations with less than 6 texture units correctly.

18 years ago Committing in .
Jouk Jansen [Thu, 8 Sep 2005 10:05:37 +0000 (10:05 +0000)]
 Committing in .

 Define suseconds_t for OpenVMS

 Modified Files:
  Mesa/src/mesa/drivers/x11/xm_dd.c
 ----------------------------------------------------------------------

18 years agoadd a bunch of FLUSH_VERTICES to some of the ATI_fs functions, most notably when...
Roland Scheidegger [Thu, 8 Sep 2005 00:12:57 +0000 (00:12 +0000)]
add a bunch of FLUSH_VERTICES to some of the ATI_fs functions, most notably when changing the global ati fragment shader constants.

18 years agosome clean-up and re-org for renderbuffers
Brian Paul [Wed, 7 Sep 2005 23:28:41 +0000 (23:28 +0000)]
some clean-up and re-org for renderbuffers

18 years agosome updates, but code still out of date
Brian Paul [Wed, 7 Sep 2005 23:26:01 +0000 (23:26 +0000)]
some updates, but code still out of date

18 years agonew comment
Brian Paul [Wed, 7 Sep 2005 23:21:59 +0000 (23:21 +0000)]
new comment

18 years agominor tweaks to _mesa_ResizeBuffersMESA()
Brian Paul [Wed, 7 Sep 2005 23:21:40 +0000 (23:21 +0000)]
minor tweaks to _mesa_ResizeBuffersMESA()

18 years agofix bug with ATI_fragment_shader in swrast (need to copy all 4 values due to later...
Roland Scheidegger [Wed, 7 Sep 2005 21:59:30 +0000 (21:59 +0000)]
fix bug with ATI_fragment_shader in swrast (need to copy all 4 values due to later applied srcRep)

18 years agotry to fix renderbuffer breakage, primarily in calculate_buffer_parameters()
Brian Paul [Wed, 7 Sep 2005 18:32:29 +0000 (18:32 +0000)]
try to fix renderbuffer breakage, primarily in calculate_buffer_parameters()

18 years agominor formatting fix
Brian Paul [Tue, 6 Sep 2005 21:22:16 +0000 (21:22 +0000)]
minor formatting fix

18 years agoadded viaRenderbufferStorage() function
Brian Paul [Tue, 6 Sep 2005 20:42:23 +0000 (20:42 +0000)]
added viaRenderbufferStorage() function

18 years agojust changes/updates to comments
Brian Paul [Tue, 6 Sep 2005 14:47:57 +0000 (14:47 +0000)]
just changes/updates to comments

18 years agoadded -Wmissing-prototypes to WARN_FLAGS
Brian Paul [Tue, 6 Sep 2005 03:13:18 +0000 (03:13 +0000)]
added -Wmissing-prototypes to WARN_FLAGS

18 years agoUse mklib script instead of ar. Make libmesa.a instead of mesa.a
Brian Paul [Tue, 6 Sep 2005 03:02:01 +0000 (03:02 +0000)]
Use mklib script instead of ar.  Make libmesa.a instead of mesa.a

18 years agoremove DEFARRAY, CHECKARRAY stuff
Brian Paul [Tue, 6 Sep 2005 02:56:51 +0000 (02:56 +0000)]
remove DEFARRAY, CHECKARRAY stuff

18 years agominor clean-up of texture_combine()
Brian Paul [Tue, 6 Sep 2005 02:55:34 +0000 (02:55 +0000)]
minor clean-up of texture_combine()

18 years agodon't use DEFARRAY/CHECKARRAY stuff
Brian Paul [Tue, 6 Sep 2005 02:44:00 +0000 (02:44 +0000)]
don't use DEFARRAY/CHECKARRAY stuff

18 years agomake some functions static
Brian Paul [Mon, 5 Sep 2005 21:17:44 +0000 (21:17 +0000)]
make some functions static

18 years agomake r128SpanRenderStart/Finish static
Brian Paul [Mon, 5 Sep 2005 21:09:22 +0000 (21:09 +0000)]
make r128SpanRenderStart/Finish static

18 years agoremove obsolete CurrentBufferBit
Brian Paul [Mon, 5 Sep 2005 21:04:22 +0000 (21:04 +0000)]
remove obsolete CurrentBufferBit

18 years agoremove unused var
Brian Paul [Mon, 5 Sep 2005 21:03:48 +0000 (21:03 +0000)]
remove unused var

18 years agoAdd support for memory contexts (Thomas Kaltofen). Cleanup compilation warnings.
Karl Schultz [Mon, 5 Sep 2005 14:48:39 +0000 (14:48 +0000)]
Add support for memory contexts (Thomas Kaltofen).  Cleanup compilation warnings.

18 years agoremove _swrast_DrawBuffer
Karl Schultz [Mon, 5 Sep 2005 14:08:51 +0000 (14:08 +0000)]
remove _swrast_DrawBuffer

18 years agoWindows mesa.def file had been moved to the drivers dir tree some time ago. This...
Karl Schultz [Mon, 5 Sep 2005 14:03:41 +0000 (14:03 +0000)]
Windows mesa.def file had been moved to the drivers dir tree some time ago.  This copy is not needed.

18 years agofix var declaration so that a C compiler can build it.
Karl Schultz [Mon, 5 Sep 2005 13:45:23 +0000 (13:45 +0000)]
fix var declaration so that a C compiler can build it.

18 years agojust formatting clean-ups
Brian Paul [Sun, 4 Sep 2005 22:55:57 +0000 (22:55 +0000)]
just formatting clean-ups

18 years agoSimplify radeonSetCliprects(). Remove the 'mode' parameter.
Brian Paul [Sun, 4 Sep 2005 22:20:07 +0000 (22:20 +0000)]
Simplify radeonSetCliprects().  Remove the 'mode' parameter.

18 years agoFurther clean-up and simplification of the span-related functions.
Brian Paul [Sun, 4 Sep 2005 22:16:08 +0000 (22:16 +0000)]
Further clean-up and simplification of the span-related functions.

18 years agoAdd new void *addr and __DRIdrawablePrivate parameters to
Brian Paul [Sun, 4 Sep 2005 22:13:42 +0000 (22:13 +0000)]
Add new void *addr and __DRIdrawablePrivate parameters to
driNewRenderbuffer().

18 years agoFix UpdatePageFlipping() function. Always call driFlipRenderbuffers()
Brian Paul [Sun, 4 Sep 2005 16:15:38 +0000 (16:15 +0000)]
Fix UpdatePageFlipping() function.  Always call driFlipRenderbuffers()
with pfCurrentPage value, in case it's initially 1 instead of 0.

18 years agominor clean-ups
Brian Paul [Sun, 4 Sep 2005 15:03:36 +0000 (15:03 +0000)]
minor clean-ups

18 years agoreplace GET_SRC_PTR, GET_DST_PTR with GET_PTR
Brian Paul [Sun, 4 Sep 2005 15:02:48 +0000 (15:02 +0000)]
replace GET_SRC_PTR, GET_DST_PTR with GET_PTR

18 years agoUse InitPointers helper
Brian Paul [Sun, 4 Sep 2005 15:01:33 +0000 (15:01 +0000)]
Use InitPointers helper

18 years agoCombine GET_DST_PTR and GET_SRC_PTR into just GET_PTR.
Brian Paul [Sun, 4 Sep 2005 15:00:04 +0000 (15:00 +0000)]
Combine GET_DST_PTR and GET_SRC_PTR into just GET_PTR.

18 years agoAdded InitPointers helper function
Brian Paul [Sun, 4 Sep 2005 14:59:34 +0000 (14:59 +0000)]
Added InitPointers helper function

18 years agoreplace assertion with a conditional return
Brian Paul [Sun, 4 Sep 2005 14:59:18 +0000 (14:59 +0000)]
replace assertion with a conditional return

18 years agofudge set_component_sizes() a bit, see comments
Brian Paul [Sat, 3 Sep 2005 17:33:16 +0000 (17:33 +0000)]
fudge set_component_sizes() a bit, see comments

18 years agoRemove last remnants of pre-renderbuffer code.
Brian Paul [Sat, 3 Sep 2005 16:57:58 +0000 (16:57 +0000)]
Remove last remnants of pre-renderbuffer code.

18 years agorenderbuffer updates
Brian Paul [Sat, 3 Sep 2005 16:55:02 +0000 (16:55 +0000)]
renderbuffer updates

18 years agoSetBuffer, renderbuffer changes
Brian Paul [Sat, 3 Sep 2005 16:54:20 +0000 (16:54 +0000)]
SetBuffer, renderbuffer changes

18 years agouse new InitStencil/DepthPointer functions
Brian Paul [Sat, 3 Sep 2005 16:49:35 +0000 (16:49 +0000)]
use new InitStencil/DepthPointer functions

18 years agoremove dead code
Brian Paul [Sat, 3 Sep 2005 16:48:48 +0000 (16:48 +0000)]
remove dead code

18 years agoremove SetBuffer
Brian Paul [Sat, 3 Sep 2005 16:47:30 +0000 (16:47 +0000)]
remove SetBuffer

18 years agoSetBuffer, renderbuffer changes
Brian Paul [Sat, 3 Sep 2005 16:43:02 +0000 (16:43 +0000)]
SetBuffer, renderbuffer changes

18 years agoadded flippedData field for page flipping, code to flip stereo color buffers
Brian Paul [Sat, 3 Sep 2005 16:42:19 +0000 (16:42 +0000)]
added flippedData field for page flipping, code to flip stereo color buffers

18 years agoadded SetStencil/DepthPointer functions
Brian Paul [Sat, 3 Sep 2005 16:41:30 +0000 (16:41 +0000)]
added SetStencil/DepthPointer functions

18 years agoremove SetBuffer(). Misc renderbuffer changes.
Brian Paul [Sat, 3 Sep 2005 16:40:44 +0000 (16:40 +0000)]
remove SetBuffer().  Misc renderbuffer changes.

18 years agosilence misc warnings
Brian Paul [Sat, 3 Sep 2005 16:39:57 +0000 (16:39 +0000)]
silence misc warnings

18 years agoCheck for ATI_fragment_shader enabled
Dave Airlie [Fri, 2 Sep 2005 23:52:05 +0000 (23:52 +0000)]
Check for ATI_fragment_shader enabled

18 years agofix some strict aliasing problems related to choosing framebuffer configs (Matthias...
Brian Paul [Fri, 2 Sep 2005 17:07:00 +0000 (17:07 +0000)]
fix some strict aliasing problems related to choosing framebuffer configs (Matthias Hopf)

18 years agoGL_EXT_timer_query
Brian Paul [Fri, 2 Sep 2005 14:02:44 +0000 (14:02 +0000)]
GL_EXT_timer_query

18 years agocomments
Brian Paul [Fri, 2 Sep 2005 13:55:50 +0000 (13:55 +0000)]
comments

18 years agoadded GL_EXT_timer_query token
Brian Paul [Fri, 2 Sep 2005 13:43:26 +0000 (13:43 +0000)]
added GL_EXT_timer_query token

18 years agoPrototype implementation of new GL_EXT_timer_query extension (not finalized yet).
Brian Paul [Fri, 2 Sep 2005 13:42:49 +0000 (13:42 +0000)]
Prototype implementation of new GL_EXT_timer_query extension (not finalized yet).
Extends the query mechanism to query elapsed time while rendering.

18 years agoreplace -1 with PROGRAM_UNDEFINED when initializing instructions
Brian Paul [Fri, 2 Sep 2005 13:40:09 +0000 (13:40 +0000)]
replace -1 with PROGRAM_UNDEFINED when initializing instructions

18 years agoset depthHasSurface for stencil renderbuffer
Brian Paul [Fri, 2 Sep 2005 13:20:20 +0000 (13:20 +0000)]
set depthHasSurface for stencil renderbuffer

18 years agoATI_fragment_shader fixes: fix bug in passTexCoord (caused by recent changes). Fix...
Roland Scheidegger [Fri, 2 Sep 2005 12:05:38 +0000 (12:05 +0000)]
ATI_fragment_shader fixes: fix bug in passTexCoord (caused by recent changes). Fix sampling from wrong texture unit. Apply swizzling before texture sampling, and hopefully get non-projected coordinates from swrast. (still does not work at all with sw doom3, way too dark just the same as with the doom3 arb2 path)

18 years agochange scratch pointer from _int32_t to u_int32_t to silence warning. Is this field...
Brian Paul [Fri, 2 Sep 2005 03:39:31 +0000 (03:39 +0000)]
change scratch pointer from _int32_t to u_int32_t to silence warning.  Is this field actually used for anything?

18 years agoremove unneeded assertion in stencil/depth LOCAL_DEPTH_VARS code
Brian Paul [Fri, 2 Sep 2005 03:36:41 +0000 (03:36 +0000)]
remove unneeded assertion in stencil/depth LOCAL_DEPTH_VARS code

18 years agoset depthHasSurface field for stencil renderbuffer
Brian Paul [Fri, 2 Sep 2005 03:28:08 +0000 (03:28 +0000)]
set depthHasSurface field for stencil renderbuffer

18 years agoadd error checking to the GL_ATI_FRAGMENT_SHADER entrypoints. Fix bug with scope...
Roland Scheidegger [Fri, 2 Sep 2005 01:11:53 +0000 (01:11 +0000)]
add error checking to the GL_ATI_FRAGMENT_SHADER entrypoints. Fix bug with scope of ati fragment shader constants. Fix issues with specifying color/alpha instructions not pair-wise. Change internal representation of the shader (to better fit how the extension works, should make driver implementations simpler, and saves some memory). (still doesn't work correctly with doom3 and swrast, but not worse than before)

18 years agoadded an assertion to help debug broken stencil readback
Brian Paul [Thu, 1 Sep 2005 20:14:50 +0000 (20:14 +0000)]
added an assertion to help debug broken stencil readback

18 years agoadded driFlipRenderbuffers()
Brian Paul [Thu, 1 Sep 2005 20:11:32 +0000 (20:11 +0000)]
added driFlipRenderbuffers()

18 years agofix page flipping breakage
Brian Paul [Thu, 1 Sep 2005 20:10:17 +0000 (20:10 +0000)]
fix page flipping breakage

18 years agofix typo
Brian Paul [Thu, 1 Sep 2005 14:04:45 +0000 (14:04 +0000)]
fix typo

18 years agosome missing renderbuffer changes (Roland)
Brian Paul [Thu, 1 Sep 2005 14:04:32 +0000 (14:04 +0000)]
some missing renderbuffer changes (Roland)

18 years agoFinish up some of the gl_renderbuffer work.
Brian Paul [Thu, 1 Sep 2005 04:03:44 +0000 (04:03 +0000)]
Finish up some of the gl_renderbuffer work.
Use driRenderbuffer's offset, pitch fields in the span routines.
Remove the SetBuffer driver function.
Consolidate the code for setting CTX_RB3D_COLOROFFSET and CTX_RB3D_COLORPITCH
state in new radeonUpdateDrawBuffer() function.
Old code is surrounded by #if 000 / #endif, temporarily.

18 years agoFinish up some of the gl_renderbuffer work.
Brian Paul [Thu, 1 Sep 2005 03:54:34 +0000 (03:54 +0000)]
Finish up some of the gl_renderbuffer work.
Use driRenderbuffer's offset, pitch fields in the span routines.
Remove the SetBuffer driver function.
Consolidate the code for setting CTX_RB3D_COLOROFFSET and CTX_RB3D_COLORPITCH
state in new radeonUpdateDrawBuffer() function.

18 years agos/__inline/INLINE/
Brian Paul [Thu, 1 Sep 2005 03:50:54 +0000 (03:50 +0000)]
s/__inline/INLINE/

18 years agouse char* instead of GLubyte* in i915_program_error() to silence warnings
Brian Paul [Thu, 1 Sep 2005 03:32:48 +0000 (03:32 +0000)]
use char* instead of GLubyte* in i915_program_error() to silence warnings

18 years agouse proper datatypes to silence a bunch of warnings
Brian Paul [Thu, 1 Sep 2005 03:19:45 +0000 (03:19 +0000)]
use proper datatypes to silence a bunch of warnings