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

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/i965/brw_wm.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:
167
167
#define WM_CINTERP        (MAX_OPCODE + 5)
168
168
#define WM_WPOSXY         (MAX_OPCODE + 6)
169
169
#define WM_FB_WRITE       (MAX_OPCODE + 7)
 
170
#define MAX_WM_OPCODE     (MAX_OPCODE + 8)
170
171
 
171
172
#define PROGRAM_PAYLOAD   (PROGRAM_FILE_MAX)
172
173
#define PAYLOAD_DEPTH     (FRAG_ATTRIB_MAX)