~ubuntu-branches/ubuntu/quantal/mesa/quantal

« back to all changes in this revision

Viewing changes to src/mesa/tnl/t_vb_arbprogram.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-02-21 12:44:07 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20070221124407-rgcacs32mycrtadl
ImportĀ upstreamĀ versionĀ 6.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
struct arb_vp_machine {
153
153
   GLfloat (*File[4])[4];       /* All values referencable from the program. */
154
154
 
155
 
   struct input input[_TNL_ATTRIB_MAX];
 
155
   struct input input[VERT_ATTRIB_MAX];
156
156
   GLuint nr_inputs;
157
157
 
158
158
   struct output output[VERT_RESULT_MAX];