Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Side by Side Diff: src/gpu/gl/GrGLDefines.h

Issue 23542013: Improve handling of FF vertex array state (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Rob's comments and add secondary color array disable Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/gpu/gl/GrGLVertexArray.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2011 Google Inc. 2 * Copyright 2011 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 8
9 9
10 #ifndef GrGLDefines_DEFINED 10 #ifndef GrGLDefines_DEFINED
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 #define GR_GL_VERTEX_ATTRIB_ARRAY_ENABLED 0x8622 552 #define GR_GL_VERTEX_ATTRIB_ARRAY_ENABLED 0x8622
553 #define GR_GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 553 #define GR_GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623
554 #define GR_GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 554 #define GR_GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624
555 #define GR_GL_VERTEX_ATTRIB_ARRAY_TYPE 0x8625 555 #define GR_GL_VERTEX_ATTRIB_ARRAY_TYPE 0x8625
556 #define GR_GL_VERTEX_ATTRIB_ARRAY_NORMALIZED 0x886A 556 #define GR_GL_VERTEX_ATTRIB_ARRAY_NORMALIZED 0x886A
557 #define GR_GL_VERTEX_ATTRIB_ARRAY_POINTER 0x8645 557 #define GR_GL_VERTEX_ATTRIB_ARRAY_POINTER 0x8645
558 #define GR_GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING 0x889F 558 #define GR_GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING 0x889F
559 #define GR_GL_VERTEX_ARRAY 0x8074 559 #define GR_GL_VERTEX_ARRAY 0x8074
560 #define GR_GL_NORMAL_ARRAY 0x8075 560 #define GR_GL_NORMAL_ARRAY 0x8075
561 #define GR_GL_COLOR_ARRAY 0x8076 561 #define GR_GL_COLOR_ARRAY 0x8076
562 #define GR_GL_SECONDARY_COLOR_ARRAY 0x845E
562 #define GR_GL_INDEX_ARRAY 0x8077 563 #define GR_GL_INDEX_ARRAY 0x8077
563 #define GR_GL_TEXTURE_COORD_ARRAY 0x8078 564 #define GR_GL_TEXTURE_COORD_ARRAY 0x8078
564 #define GR_GL_EDGE_FLAG_ARRAY 0x8079 565 #define GR_GL_EDGE_FLAG_ARRAY 0x8079
565 #define GR_GL_VERTEX_ARRAY_SIZE 0x807A 566 #define GR_GL_VERTEX_ARRAY_SIZE 0x807A
566 #define GR_GL_VERTEX_ARRAY_TYPE 0x807B 567 #define GR_GL_VERTEX_ARRAY_TYPE 0x807B
567 #define GR_GL_VERTEX_ARRAY_STRIDE 0x807C 568 #define GR_GL_VERTEX_ARRAY_STRIDE 0x807C
568 #define GR_GL_NORMAL_ARRAY_TYPE 0x807E 569 #define GR_GL_NORMAL_ARRAY_TYPE 0x807E
569 #define GR_GL_NORMAL_ARRAY_STRIDE 0x807F 570 #define GR_GL_NORMAL_ARRAY_STRIDE 0x807F
570 #define GR_GL_COLOR_ARRAY_SIZE 0x8081 571 #define GR_GL_COLOR_ARRAY_SIZE 0x8081
571 #define GR_GL_COLOR_ARRAY_TYPE 0x8082 572 #define GR_GL_COLOR_ARRAY_TYPE 0x8082
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 #define GR_GL_ADJACENT_PAIRS 0x90AE 877 #define GR_GL_ADJACENT_PAIRS 0x90AE
877 #define GR_GL_FIRST_TO_REST 0x90AF 878 #define GR_GL_FIRST_TO_REST 0x90AF
878 879
879 //path gen modes 880 //path gen modes
880 #define GR_GL_PATH_GEN_MODE 0x90B0 881 #define GR_GL_PATH_GEN_MODE 0x90B0
881 #define GR_GL_PATH_GEN_COEFF 0x90B1 882 #define GR_GL_PATH_GEN_COEFF 0x90B1
882 #define GR_GL_PATH_GEN_COLOR_FORMAT 0x90B2 883 #define GR_GL_PATH_GEN_COLOR_FORMAT 0x90B2
883 #define GR_GL_PATH_GEN_COMPONENTS 0x90B3 884 #define GR_GL_PATH_GEN_COMPONENTS 0x90B3
884 885
885 #endif 886 #endif
OLDNEW
« no previous file with comments | « no previous file | src/gpu/gl/GrGLVertexArray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698