mesa/src
Keith Whitwell c3626a91ce Several fp and vp tweaks:
- Renumber VERT_RESULT_* values so that they match the
	  numbers of the corresponding FRAG_ATTRIB_ values.

        - Add ctx->VertexProgram._Current and FragmentProgram._Current
	  values which point to either the current client-supplied
	  program if enabled, or otherwise to the current mesa-internal
	  program.  Thus this program is always the correct one for
	  the current state, providing that the mesa flags to turn on
	  automatic generation are enabled.

	- Add callbacks to ctx->Driver.BindProgram() in texenvprogram.c
	  and t_vp_build.c so that the driver knows when the generated
	  program changes.  This is cleaner than trying to code all the
	  possible _NEW_* flags into the driver, and more precise as well.

	- Add a UsesKill flag to identify fragment programs with that
	  instruction, as these can require special treatment.

	- Move the FRAG_OUTPUT values to mtypes.h, near to similar defn's.
2005-11-01 17:25:49 +00:00
..
egl initial check-in 2005-09-20 15:51:44 +00:00
glu silence a bunch of compiler warnings 2005-10-28 13:09:23 +00:00
glut Committing in . 2005-09-23 07:03:53 +00:00
glw fix GLAPI/extern problem (bug 4757) 2005-10-12 19:37:38 +00:00
glx restore FASTCALL stuff 2005-10-20 22:51:50 +00:00
mesa Several fp and vp tweaks: 2005-11-01 17:25:49 +00:00
descrip.mms Committing in . 2003-06-17 07:20:22 +00:00
Makefile print current config name before building src and progs 2004-08-25 14:49:41 +00:00