~ubuntu-branches/ubuntu/raring/xserver-xorg-video-intel/raring

« back to all changes in this revision

Viewing changes to src/sna/gen5_render.h

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-01-08 17:58:48 UTC
  • mfrom: (1.4.28)
  • Revision ID: package-import@ubuntu.com-20130108175848-98g6sbzeepup1kgw
Tags: 2:2.20.17-0ubuntu1
Merge from unreleased debian git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
749
749
#define GEN5_VERTEXBUFFER_ACCESS_VERTEXDATA     0
750
750
#define GEN5_VERTEXBUFFER_ACCESS_INSTANCEDATA   1
751
751
 
752
 
#define GEN5_VFCOMPONENT_NOSTORE      0
753
 
#define GEN5_VFCOMPONENT_STORE_SRC    1
754
 
#define GEN5_VFCOMPONENT_STORE_0      2
755
 
#define GEN5_VFCOMPONENT_STORE_1_FLT  3
756
 
#define GEN5_VFCOMPONENT_STORE_1_INT  4
757
 
#define GEN5_VFCOMPONENT_STORE_VID    5
758
 
#define GEN5_VFCOMPONENT_STORE_IID    6
759
 
#define GEN5_VFCOMPONENT_STORE_PID    7
760
 
 
 
752
#define VFCOMPONENT_NOSTORE      0
 
753
#define VFCOMPONENT_STORE_SRC    1
 
754
#define VFCOMPONENT_STORE_0      2
 
755
#define VFCOMPONENT_STORE_1_FLT  3
 
756
#define VFCOMPONENT_STORE_1_INT  4
 
757
#define VFCOMPONENT_STORE_VID    5
 
758
#define VFCOMPONENT_STORE_IID    6
 
759
#define VFCOMPONENT_STORE_PID    7
761
760
 
762
761
 
763
762
/* Execution Unit (EU) defines