mesa.git
19 years agoVC7 project file for glu
Karl Schultz [Fri, 1 Jul 2005 20:22:41 +0000 (20:22 +0000)]
VC7 project file for glu

19 years agoVC7 project file for gdi driver
Karl Schultz [Fri, 1 Jul 2005 20:21:45 +0000 (20:21 +0000)]
VC7 project file for gdi driver

19 years agoVisual Studio 7 solution file for mesa lib
Karl Schultz [Fri, 1 Jul 2005 20:19:47 +0000 (20:19 +0000)]
Visual Studio 7 solution file for mesa lib

19 years agoDon't #define __FUNCTION__ on a Microsoft C compiler new enough to have it.
Karl Schultz [Fri, 1 Jul 2005 20:11:46 +0000 (20:11 +0000)]
Don't #define __FUNCTION__ on a Microsoft C compiler new enough to have it.

19 years agoSet fp->Opcode for OP_TEX_KILL case, fix from Ben Skeggs.
Keith Whitwell [Fri, 1 Jul 2005 17:12:29 +0000 (17:12 +0000)]
Set fp->Opcode for OP_TEX_KILL case, fix from Ben Skeggs.

19 years agoAdd new files to project.
Karl Schultz [Fri, 1 Jul 2005 15:59:33 +0000 (15:59 +0000)]
Add new files to project.

19 years agoUse frexp on Windows; frexpf is not available.
Karl Schultz [Fri, 1 Jul 2005 15:58:02 +0000 (15:58 +0000)]
Use frexp on Windows; frexpf is not available.

19 years agoFix a prototype
Karl Schultz [Fri, 1 Jul 2005 15:56:14 +0000 (15:56 +0000)]
Fix a prototype

19 years agoconvert sis and radeon driver to use spantmp2 instead of spantmp template. Remove...
Roland Scheidegger [Fri, 1 Jul 2005 11:28:14 +0000 (11:28 +0000)]
convert sis and radeon driver to use spantmp2 instead of spantmp template. Remove old (pre-renderbuffer) span code instead of converting that too. Remove this old code from mach64 (the dead code was not fully converted to spantmp2 previously) too.

19 years agocomment-out some unused code to silence warnings
Brian Paul [Fri, 1 Jul 2005 02:03:33 +0000 (02:03 +0000)]
comment-out some unused code to silence warnings

19 years agoreplace some free() calls with _mesa_free()
Brian Paul [Fri, 1 Jul 2005 02:03:00 +0000 (02:03 +0000)]
replace some free() calls with _mesa_free()

19 years agoupdates to file list for tarballs
Brian Paul [Fri, 1 Jul 2005 01:55:30 +0000 (01:55 +0000)]
updates to file list for tarballs

19 years agofix dependencies
Brian Paul [Fri, 1 Jul 2005 01:54:38 +0000 (01:54 +0000)]
fix dependencies

19 years agoadded some glGetRenderbufferParameterivEXT calls, printfs, and assertions
Brian Paul [Fri, 1 Jul 2005 01:34:29 +0000 (01:34 +0000)]
added some glGetRenderbufferParameterivEXT calls, printfs, and assertions

19 years agofix typo in assertions
Brian Paul [Fri, 1 Jul 2005 01:30:03 +0000 (01:30 +0000)]
fix typo in assertions

19 years agoMove the PYTHON2 and PYTHON_FLAGS assignments to configs/current, and
Brian Paul [Fri, 1 Jul 2005 01:27:00 +0000 (01:27 +0000)]
Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, and
include $(TOP)/configs/current in glapi/Makefile so those vars can be
easily overridden by any system config, if needed.

19 years agoRemove NEW_RENDERBUFFER stuff.
Brian Paul [Fri, 1 Jul 2005 01:22:25 +0000 (01:22 +0000)]
Remove NEW_RENDERBUFFER stuff.
Now, OLD_RENDERBUFFER marks code that needs to eventually be removed when
all the drivers are updated to no longer need the SetBuffer() function.

19 years agoremove OLD_RENDERBUFFER code
Brian Paul [Fri, 1 Jul 2005 01:10:36 +0000 (01:10 +0000)]
remove OLD_RENDERBUFFER code

19 years agoremove OLD_RENDERBUFFER stuff
Brian Paul [Fri, 1 Jul 2005 01:08:29 +0000 (01:08 +0000)]
remove OLD_RENDERBUFFER stuff

19 years agominor fixes
Brian Paul [Fri, 1 Jul 2005 01:04:31 +0000 (01:04 +0000)]
minor fixes

19 years agoremove common macros used in the span functions of most drivers from the individual...
Roland Scheidegger [Fri, 1 Jul 2005 00:08:46 +0000 (00:08 +0000)]
remove common macros used in the span functions of most drivers from the individual drivers and put them in common code. It is still possible for a driver to define its own macros if it has special needs. This affects CLIPPIXEL, CLIPSPAN, HW_CLIPLOOP, HW_ENDCLIPLOOP, and for drivers using the spantmp2 template also GET_SRC_PTR and GET_DST_PTR.

19 years agoReplace add_newer_entrypoints (src/mesa/main/context.c) with
Ian Romanick [Thu, 30 Jun 2005 16:00:48 +0000 (16:00 +0000)]
Replace add_newer_entrypoints (src/mesa/main/context.c) with
device-specific code.  A new Python script
(src/mesa/glapi/extension_helper.py) generates a list of all
entry-points for all known extensions.  Each driver the selects only
the extensions that it needs and enables the via either
driInitExtensions or driInitSingleExtension.

This code has been compile-tested on a drivers, but has only been
run-tested on mga and i915 (on i830 hardware).

These changes were discussed at length on the mesa3d-dev mailing list.

http://marc.theaimsgroup.com/?t=111947074700001&r=1&w=2

19 years agoremove \n from warning message string
Brian Paul [Thu, 30 Jun 2005 14:24:44 +0000 (14:24 +0000)]
remove \n from warning message string

19 years agoadded newline at end of file
Brian Paul [Thu, 30 Jun 2005 14:23:40 +0000 (14:23 +0000)]
added newline at end of file

19 years agoAdd a set of predicate functions for testing matrices instead of directly
Brian Paul [Thu, 30 Jun 2005 14:22:23 +0000 (14:22 +0000)]
Add a set of predicate functions for testing matrices instead of directly
testing the flags field.
Move definition of all the MAT_FLAGs into the m_matrix.c file since they're
now private.

19 years agoRedo all the GL_LINEAR interpolation code in terms of LERP macros/functions.
Brian Paul [Thu, 30 Jun 2005 13:42:10 +0000 (13:42 +0000)]
Redo all the GL_LINEAR interpolation code in terms of LERP macros/functions.
This cleans up and simplifies the arithmetic quite a bit.

19 years agoFix crashes with pixel readback when using the optimized assembly functions.
Roland Scheidegger [Thu, 30 Jun 2005 11:42:56 +0000 (11:42 +0000)]
Fix crashes with pixel readback when using the optimized assembly functions.
Pixel count can be negative (this could be fixed elsewhere), so adapt the
functions to work with such inputs correctly (same behaviour as non-optimized
functions).
Bugzilla #2317
Submitted by idr

19 years ago-"fix" page flipping
Aapo Tahkola [Thu, 30 Jun 2005 04:37:19 +0000 (04:37 +0000)]
-"fix" page flipping
-use depth tiling if tiling is enabled

19 years agofix a few glitches
Brian Paul [Thu, 30 Jun 2005 02:34:07 +0000 (02:34 +0000)]
fix a few glitches

19 years agofix Darwin dynamic lib naming
Brian Paul [Thu, 30 Jun 2005 02:33:25 +0000 (02:33 +0000)]
fix Darwin dynamic lib naming

19 years agojust code clean-ups and new comments
Brian Paul [Tue, 28 Jun 2005 03:48:08 +0000 (03:48 +0000)]
just code clean-ups and new comments

19 years agoUncomment a couple of helper functions.
Vladimir Dergachev [Mon, 27 Jun 2005 18:46:31 +0000 (18:46 +0000)]
Uncomment a couple of helper functions.
Fix slipup from CVS update that was commented out and did not show up during compilation.

19 years agoRename unchecked state to match DRM driver.
Vladimir Dergachev [Mon, 27 Jun 2005 15:56:14 +0000 (15:56 +0000)]
Rename unchecked state to match DRM driver.
Emit wait idle and pacify r300 before emitting state - this seems to improve stability.

19 years agoinclude t_vp_build.h
Brian Paul [Mon, 27 Jun 2005 00:45:36 +0000 (00:45 +0000)]
include t_vp_build.h

19 years agoremove unused MEMSET16 macro
Brian Paul [Mon, 27 Jun 2005 00:39:33 +0000 (00:39 +0000)]
remove unused MEMSET16 macro

19 years agoGet rid of the MESA_PBUFFER_ALLOC/FREE() macros.
Brian Paul [Mon, 27 Jun 2005 00:34:17 +0000 (00:34 +0000)]
Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.
If that stuff is still needed, lots of other updates are needed anyway.
Also, some misc MALLOC/FREE -> _mesa_malloc/free() changes.

19 years agoadded _tnl_ProgramCacheDestroy() prototype
Brian Paul [Mon, 27 Jun 2005 00:30:56 +0000 (00:30 +0000)]
added _tnl_ProgramCacheDestroy() prototype

19 years agomake create_new_program() static
Brian Paul [Mon, 27 Jun 2005 00:30:37 +0000 (00:30 +0000)]
make create_new_program() static

19 years agoFix crashes during rasterization fallback by avoiding _tnl_need_projected_coords
Eric Anholt [Sun, 26 Jun 2005 21:57:23 +0000 (21:57 +0000)]
Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coords
during fallbacks.  In one case, _swsetup_Wakeup had just been called, covering
the need there, and in the other case, we can simply exit the entire
radeonChooseVertexState function, knowing that it will be called again once we
leave the fallback.

Bugzilla #: 2516
Submitted by: sroland

19 years agoRemove the #if 0-ed out old span code.
Eric Anholt [Sun, 26 Jun 2005 21:54:43 +0000 (21:54 +0000)]
Remove the #if 0-ed out old span code.

19 years agoExplain the reason for TCL fallback when GL_SPHERE_MAP happens with
Eric Anholt [Sun, 26 Jun 2005 21:53:11 +0000 (21:53 +0000)]
Explain the reason for TCL fallback when GL_SPHERE_MAP happens with
RADEON_DEBUG=fall.

19 years agoZero out the ENGPACKET allocated on the stack, to avoid sending uninitialized
Eric Anholt [Sun, 26 Jun 2005 21:02:58 +0000 (21:02 +0000)]
Zero out the ENGPACKET allocated on the stack, to avoid sending uninitialized
values to reserved fields on the card, resulting in all-black output and
sometimes hangs.

Submitted by: Thomas Winischhofer

19 years agofix for-loop in _mesa_GetDouble to avoid out of bounds memory read
Brian Paul [Sun, 26 Jun 2005 20:08:23 +0000 (20:08 +0000)]
fix for-loop in _mesa_GetDouble to avoid out of bounds memory read

19 years agocheck for null oldBuffer in _mesa_realloc(), cleaned up some comments
Brian Paul [Sun, 26 Jun 2005 19:57:17 +0000 (19:57 +0000)]
check for null oldBuffer in _mesa_realloc(), cleaned up some comments

19 years agoneed parenthesis in realloc call
Brian Paul [Sun, 26 Jun 2005 19:53:52 +0000 (19:53 +0000)]
need parenthesis in realloc call

19 years agoIgnore files generated as part of the build process.
Ian Romanick [Fri, 24 Jun 2005 18:54:57 +0000 (18:54 +0000)]
Ignore files generated as part of the build process.

19 years agoFix non-x86 specific builds. The changes from glTexImage3DEXT to
Ian Romanick [Fri, 24 Jun 2005 18:35:31 +0000 (18:35 +0000)]
Fix non-x86 specific builds.  The changes from glTexImage3DEXT to
glTexImage3D that caused me so many problems during the re-development
of the API scripts reared its ugly head again.  This has been fixed by
tracking the parameter string for each entry-point individually.

This has the annoying side-effect that the names of the parameters in
all aliases of a function must be the same or gl_apitemp.py will
generate bad code. :(  The changes in
src/mesa/glapi/{gl_API.xml,glapitable.h} and src/glx/x11/* are caused
by fixing the parameter names in various function aliases that didn't
match.

Reported by: Eric Anholt, Jacob Jansen

19 years agoFixed the XCB implementation when always_array is true, thanks to Ian Romanick for...
Jeremy Kolb [Fri, 24 Jun 2005 02:28:02 +0000 (02:28 +0000)]
Fixed the XCB implementation when always_array is true, thanks to Ian Romanick for pointing it out.  Please review.

19 years agoRemove the xmesa_set_buffer() function. No longer needed since the
Brian Paul [Thu, 23 Jun 2005 15:09:32 +0000 (15:09 +0000)]
Remove the xmesa_set_buffer() function.  No longer needed since the
span functions pass in a gl_renderbuffer to indicate which color
buffer should be drawn into.  Optimized line/triangle routines are
smart enough to know which buffer to draw into as well.
The swrast->SetBuffer() routine should eventually be removed from
all drivers.

19 years agoMark GenQueriesARB at 'always_array="true"'. This eliminates the need
Ian Romanick [Wed, 22 Jun 2005 17:11:20 +0000 (17:11 +0000)]
Mark GenQueriesARB at 'always_array="true"'.  This eliminates the need
to special-case the handling of that function in glX_proto_send.py.

19 years agoFixed a bug where GenQueriesARB was generating the wrong code for XCB and wouldn...
Jeremy Kolb [Wed, 22 Jun 2005 02:36:23 +0000 (02:36 +0000)]
Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wouldn't compile.  Not sure how that slipped through before but it should work now.

19 years agoMammoth update to the Python code generator scripts that live in
Ian Romanick [Tue, 21 Jun 2005 23:42:43 +0000 (23:42 +0000)]
Mammoth update to the Python code generator scripts that live in
src/mesa/glapi.  Basically, the scripts that did simple things (like
gl_offsets.py) were simple, and the scripts that did more complicated things
(like glX_proto_send.py) were getting progressively more and more out of
control.  So, I re-write the foundation classes on which everything is based.

One problem with the existing code is that the division between the GL API
database representation and the way the output code is generated was either
blury or nonexistant.  The new code somewhat follows the
Model-View-Controller pattern, minus the Controller.  There is a distinct
set of classes that model the API data, and there is a distinct set of
classes that generate code from that data.

One big change is in the class that represents GL functions (was glFunction,
is now gl_function).  There used to be an instance of this calls for each
function and for each alias to that function.  For example, there was an
instance for PointParameterivSGIS, PointParameterivEXT, PointParameterivARB,
and PointParameteriv.  In the new code, there is one instance.  Each
instance has a list of entrypoint names for the function. In the next
revision, this will allow a couple useful things.  The script will be able
to verify that the parameters, return type, and GLX protocol for a function
and all it's aliases match.

It will also allow aliases to be represented in the XML more compactly.
Instead of repeating all the information, an alias can be listed as:

     <function name="PointParameterivARB" alias="PointParameterivEXT"/>

Because the data representation was changed, the order that the alias
functions are processed by the scripts also changed.  This accounts for at
least 2,700 of the ~3,600 lines of diffs in the generated code.

Most of the remaining ~900 lines of diffs are the result of bugs *fixed* by
the new scripts.  The old scripts also generated code with some bugs in it.
These bugs were discovered while the new code was being written.

These changes were discussed on the mesa3d-dev mailing list back at the end
of May:

http://marc.theaimsgroup.com/?t=111714569000004&r=1&w=2

Xorg bug: 3197, 3208

19 years agoBack out the actual enabling of depth tiling.
Nicolai Haehnle [Tue, 21 Jun 2005 17:18:00 +0000 (17:18 +0000)]
Back out the actual enabling of depth tiling.

Depth tiling breaks software fallbacks and depth buffer reads.
radeon_span.c **must** be updated for anything that is related to tiling.

19 years agoAdd PCI ID for R420 JI.
Nicolai Haehnle [Tue, 21 Jun 2005 17:03:29 +0000 (17:03 +0000)]
Add PCI ID for R420 JI.

The driver appears to work reliably (i.e. lockup-free) with a card based
on this chip. However, I have not explored whether we could get anything
in terms of 3D performance "for free" just by setting some magic bits
in those registers that are still a mystery to us.

19 years agor300 driver side of color tiling support.
Aapo Tahkola [Tue, 21 Jun 2005 15:41:03 +0000 (15:41 +0000)]
r300 driver side of color tiling support.

19 years agoMake sure texture base addresses are used correctly.
Nicolai Haehnle [Tue, 21 Jun 2005 15:21:14 +0000 (15:21 +0000)]
Make sure texture base addresses are used correctly.

They are relative to the card's address space, not relative to fbLocation,
which will be important once we program MC_FB/AGP_LOCATION in the way
they are programmed on older Radeon chips.

19 years agocheck for NULL swrast->Driver.SetBuffer before calling it
Brian Paul [Tue, 21 Jun 2005 14:39:43 +0000 (14:39 +0000)]
check for NULL swrast->Driver.SetBuffer before calling it

19 years agoupdated to version 29
Brian Paul [Tue, 21 Jun 2005 14:30:46 +0000 (14:30 +0000)]
updated to version 29

19 years agoinclude light.h to silence warning
Brian Paul [Tue, 21 Jun 2005 03:38:10 +0000 (03:38 +0000)]
include light.h to silence warning

19 years agoDirectFB updates (Claudio Ciccani)
Brian Paul [Mon, 20 Jun 2005 18:29:28 +0000 (18:29 +0000)]
DirectFB updates (Claudio Ciccani)

19 years agoran "make" after update to glX_proto_send.py.
Jeremy Kolb [Mon, 20 Jun 2005 03:18:16 +0000 (03:18 +0000)]
ran "make" after update to glX_proto_send.py.

19 years agoFixed some issues where XCB replies were being freed and data was not being copied.
Jeremy Kolb [Mon, 20 Jun 2005 03:12:35 +0000 (03:12 +0000)]
Fixed some issues where XCB replies were being freed and data was not being copied.

19 years agoDefine __FUNCTION__ as a preprocessor symbol in glheader.h if we're not
Brian Paul [Sun, 19 Jun 2005 14:57:34 +0000 (14:57 +0000)]
Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're not
using GCC or VMS.

19 years agoFix gloss breakage when using hw tnl.
Aapo Tahkola [Thu, 16 Jun 2005 11:57:45 +0000 (11:57 +0000)]
Fix gloss breakage when using hw tnl.

19 years agoUse depth tiling.
Aapo Tahkola [Thu, 16 Jun 2005 11:41:19 +0000 (11:41 +0000)]
Use depth tiling.

19 years agoSupport 16-bit modes.
Aapo Tahkola [Thu, 16 Jun 2005 10:40:39 +0000 (10:40 +0000)]
Support 16-bit modes.

19 years agoFix problems with elts when immediate mode is on.
Aapo Tahkola [Thu, 16 Jun 2005 10:27:04 +0000 (10:27 +0000)]
Fix problems with elts when immediate mode is on.

19 years agoTurn off VBO's.
Aapo Tahkola [Thu, 16 Jun 2005 10:21:01 +0000 (10:21 +0000)]
Turn off VBO's.

19 years agolost_context never gets reset.
Aapo Tahkola [Thu, 16 Jun 2005 10:05:18 +0000 (10:05 +0000)]
lost_context never gets reset.

19 years agoFix a few compiler warnings
Jon Smirl [Thu, 16 Jun 2005 04:25:45 +0000 (04:25 +0000)]
Fix a few compiler warnings

19 years agoFix linux-solo build for mga check-in
Jon Smirl [Thu, 16 Jun 2005 03:45:48 +0000 (03:45 +0000)]
Fix linux-solo build for mga check-in

19 years agoAdds support for MGA DRM version 3.2.
Ian Romanick [Tue, 14 Jun 2005 22:51:44 +0000 (22:51 +0000)]
Adds support for MGA DRM version 3.2.

This patch makes use of two of the new ioctls added in MGA DRM version
3.2.  Specifically, the DRM_MGA_SET_FENCE and DRM_MGA_WAIT_FENCE
ioctls are used in mgaWaitForFrameCompletion.  As a result the MMIO
register region and the primary DMA region are *not* mapped (if DRM
3.2 is available).

This patch does *not* make use of the new get_param query was added to
differentiate between G4x0 cards and G550 cards.  That is left to a
future update.

Xorg bug: 3259
Reviewed by: Eric Anholt

19 years ago Committing in .
Jouk Jansen [Tue, 14 Jun 2005 10:27:05 +0000 (10:27 +0000)]
 Committing in .

 OpenVMS updates

 Modified Files:
  Mesa/src/mesa/tnl/descrip.mms Mesa/src/mesa/tnl/t_vp_build.c
 ----------------------------------------------------------------------

19 years agofbSwapBuffers needs to return a status
Jon Smirl [Mon, 13 Jun 2005 14:21:34 +0000 (14:21 +0000)]
fbSwapBuffers needs to return a status

19 years agomingw changes (Nolan Leake)
Brian Paul [Mon, 13 Jun 2005 14:07:14 +0000 (14:07 +0000)]
mingw changes (Nolan Leake)

19 years agoFixed typos.
Vladimir Dergachev [Sun, 12 Jun 2005 14:57:02 +0000 (14:57 +0000)]
Fixed typos.

19 years agoAdd definition for memory controller latency registers..
Vladimir Dergachev [Fri, 10 Jun 2005 16:10:50 +0000 (16:10 +0000)]
Add definition for memory controller latency registers..

19 years agoremove debug prints
Keith Whitwell [Fri, 10 Jun 2005 14:58:32 +0000 (14:58 +0000)]
remove debug prints

19 years agobe sure we have span texcoords before calling _swrast_texture_span()
Brian Paul [Fri, 10 Jun 2005 14:37:32 +0000 (14:37 +0000)]
be sure we have span texcoords before calling _swrast_texture_span()

19 years agopass mask array to PutRowRGB() in simple_z_textured_triangle()
Brian Paul [Fri, 10 Jun 2005 14:36:55 +0000 (14:36 +0000)]
pass mask array to PutRowRGB() in simple_z_textured_triangle()

19 years agoAllow the print opcode to compile
Keith Whitwell [Fri, 10 Jun 2005 13:59:49 +0000 (13:59 +0000)]
Allow the print opcode to compile

19 years agoFix typo in spot attenuation
Keith Whitwell [Fri, 10 Jun 2005 13:35:31 +0000 (13:35 +0000)]
Fix typo in spot attenuation

19 years agoCorrect test for attenuation.
Keith Whitwell [Fri, 10 Jun 2005 12:04:47 +0000 (12:04 +0000)]
Correct test for attenuation.
DISSASEM changes.

19 years agoremove depend files on clean
Keith Whitwell [Fri, 10 Jun 2005 10:43:02 +0000 (10:43 +0000)]
remove depend files on clean

19 years agoFix colormaterial flag calculations.
Keith Whitwell [Fri, 10 Jun 2005 08:33:37 +0000 (08:33 +0000)]
Fix colormaterial flag calculations.
Fix lighting alpha result.

19 years agoAdd notes about intended precision of opcodes.
Keith Whitwell [Fri, 10 Jun 2005 08:32:27 +0000 (08:32 +0000)]
Add notes about intended precision of opcodes.
Remove dead floating point twiddles.
Fix bug translating MAD->MUL,ADD.

19 years agoFix a couple of buglets
Keith Whitwell [Thu, 9 Jun 2005 22:10:23 +0000 (22:10 +0000)]
Fix a couple of buglets

19 years agoAnother typo
Keith Whitwell [Thu, 9 Jun 2005 19:03:18 +0000 (19:03 +0000)]
Another typo

19 years agoFurther clean up RoughApproxPow2 and disable the optimized version --
Keith Whitwell [Thu, 9 Jun 2005 18:59:41 +0000 (18:59 +0000)]
Further clean up RoughApproxPow2 and disable the optimized version --
it's a very poor approximation.

19 years agoFix typo in RoughApproxPow2
Keith Whitwell [Thu, 9 Jun 2005 18:52:42 +0000 (18:52 +0000)]
Fix typo in RoughApproxPow2

19 years agoStore compiled vertex program representations in a pointer in the
Keith Whitwell [Thu, 9 Jun 2005 14:55:34 +0000 (14:55 +0000)]
Store compiled vertex program representations in a pointer in the
vertex_program struct.

Allow switching between regular and vertex_program implementations
of fixed function TNL with the MESA_TNL_PROG environment var
(previously this required recompilation).

Ensure program compilation only references program data, not the
wider context.  This means that compiled programs only need to be
invalidated when the program string changes, not on other state
changes.

19 years agoBuild vertex programs using state from a 'state key' struct which is
Keith Whitwell [Thu, 9 Jun 2005 14:52:08 +0000 (14:52 +0000)]
Build vertex programs using state from a 'state key' struct which is
distilled from the current state.

Maintain a list of vertex programs for various different tnl states
indexed by these state keys.

This cuts down the number of vertex programs generated and means that
time spent optimizing vertex programs for execution isn't wasted each
time the state changes.

19 years agoTurn off debug
Keith Whitwell [Wed, 8 Jun 2005 22:14:29 +0000 (22:14 +0000)]
Turn off debug

19 years agoAdd t_vb_arbprogram_sse.c
Keith Whitwell [Wed, 8 Jun 2005 22:10:34 +0000 (22:10 +0000)]
Add t_vb_arbprogram_sse.c

19 years agoRuntime generate sse/sse2 code for some vertex programs. Experimental
Keith Whitwell [Wed, 8 Jun 2005 22:10:16 +0000 (22:10 +0000)]
Runtime generate sse/sse2 code for some vertex programs.  Experimental
and only active when _TNL_FIXED_FUNCTION_PROGRAM is defined *and*
the MESA_EXPERIMENTAL environment variable is set...
Works for the arbfplight demo at least.

19 years agoTurn off DISASSEM
Keith Whitwell [Wed, 8 Jun 2005 22:06:29 +0000 (22:06 +0000)]
Turn off DISASSEM

19 years agoNew arguments for sse_shufps()
Keith Whitwell [Wed, 8 Jun 2005 21:58:30 +0000 (21:58 +0000)]
New arguments for sse_shufps()

19 years agoUse ALIGN_MALLOC for parameter lists.
Keith Whitwell [Wed, 8 Jun 2005 21:57:45 +0000 (21:57 +0000)]
Use ALIGN_MALLOC for parameter lists.

19 years agoAdd some more opcodes
Keith Whitwell [Wed, 8 Jun 2005 21:56:21 +0000 (21:56 +0000)]
Add some more opcodes

19 years ago- Secondary colour
Ben Skeggs [Wed, 8 Jun 2005 15:05:19 +0000 (15:05 +0000)]
- Secondary colour
- Calculate tc_count in EmitArrays (enabled units != nr texcoords).