Browse Source

move SWIZZLE_ZERO/ONE tokens to program.h

tags/vtx-0-2-21112003-freeze
Brian Paul 22 years ago
parent
commit
0d08399d8d
2 changed files with 4 additions and 5 deletions
  1. 0
    5
      src/mesa/main/nvvertprog.h
  2. 4
    0
      src/mesa/main/program.h

+ 0
- 5
src/mesa/main/nvvertprog.h View File

@@ -34,11 +34,6 @@
#define NVVERTPROG_H


/* for GL_ARB_v_p SWZ instruction */
#define SWIZZLE_ZERO 100
#define SWIZZLE_ONE 101


/* Vertex program opcodes */
enum vp_opcode
{

+ 4
- 0
src/mesa/main/program.h View File

@@ -35,6 +35,10 @@
#include "mtypes.h"


/* for GL_ARB_v_p and GL_ARB_f_p SWZ instruction */
#define SWIZZLE_ZERO 100
#define SWIZZLE_ONE 101


/*
* Internal functions

Loading…
Cancel
Save