1XXX - Not complete yet!!! 2 3Name 4 5 EXT_index_array_formats 6 7Name Strings 8 9 GL_EXT_index_array_formats 10 11Version 12 13 $Date: 1996/11/21 00:52:22 $ $Revision: 1.3 $ 14 15Number 16 17 96 18 19Dependencies 20 21 None 22 23Overview 24 25 This extends the number of packed vertex formats accepted by 26 InterleavedArrays to include formats which specify color indexes 27 rather than RGBA colors. 28 29New Procedures and Functions 30 31 None 32 33New Tokens 34 35 Accepted by the <format> parameter of InterleavedArrays 36 37 IUI_V2F_EXT 38 IUI_V3F_EXT 39 IUI_N3F_V2F_EXT 40 IUI_N3F_V3F_EXT 41 T2F_IUI_V2F_EXT 42 T2F_IUI_V3F_EXT 43 T2F_IUI_N3F_V2F_EXT 44 T2F_IUI_N3F_V3F_EXT 45 46Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation) 47 48 Table 2.5 is extended to include the following new formats 49 50 format et ec ei en st sc sv tc pc pi pn pv s 51 -------------------------------------------------------------------- 52 IUI_V2F_EXT - - T - - - 2 - - - - i i+2f 53 IUI_V3F_EXT - - T - - - 3 - - - - i i+3f 54 IUI_N3F_V2F_EXT - - T T - - 2 - - - i i+3f i+5f 55 IUI_N3F_V3F_EXT - - T T - - 3 - - - i i+3f i+6f 56 T2F_IUI_V2F_EXT T - T - 2 - 2 - - 2f - i+2f i+4f 57 T2F_IUI_V3F_EXT T - T - 2 - 3 - - 2f - i+2f i+5f 58 T2F_IUI_N3F_V2F_EXT T - T T 2 - 2 - - 2f i+2f i+5f i+7f 59 T2F_IUI_N3F_V3F_EXT T - T T 2 - 3 - - 2f i+2f i+5f i+8f 60 61 i = sizeof(UNSIGNED_INT), rounded up to the nearest multiple of f. 62 63 with corresponding changes to the command sequence used to describe 64 the operation of the InterleavedArrays command. 65 66Additions to Chapter 3 of the 1.1 Specification (Rasterization) 67 68 None 69 70Additions to Chapter 4 of the 1.1 Specification (Per-Fragment Operations 71and the Frame Buffer) 72 73 None 74 75Additions to Chapter 5 of the 1.1 Specification (Special Functions) 76 77 None 78 79Additions to Chapter 6 of the 1.1 Specification (State and State Requests) 80 81 None 82 83Additions to the GLX Specification 84 85 XXX - Not complete yet!!! 86 87GLX Protocol 88 89 XXX - Not complete yet!!! 90 91Errors 92 93 None 94 95New State 96 97 None 98 99New Implementation Dependent State 100 101 None 102