1Name 2 3 SGIX_igloo_interface 4 5 6Name Strings 7 8 GL_SGIX_igloo_interface 9 10Contact 11 12 Jon Leech, ljp 'at' sgi.com 13 14Status 15 16 XXX - Not complete yet!!! 17 (Will probably never be complete, this is a non-public legacy 18 extension). 19 20Version 21 22 Last Modified Date: October 5, 2000 23 $Date$ $Revision$ 24 25Number 26 27 219 28 29Dependencies 30 31 None 32 33Overview 34 35 This is an SGI internal (e.g. not documented or intended to be used 36 directly by applications) extension used only to help support 37 emulation of IrisGL through OpenGL. 38 39IP Status 40 41 Unknown. 42 43Issues 44 45 Unlikely to be documented; this is ancient work supported only for 46 legacy applications. 47 48New Procedures and Functions 49 50 void IglooInterfaceSGIX(enum pname, void *param); 51 52New Tokens 53 54 Accepted by the <pname> parameter of IglooInterfaceSGIX: 55 56 IGLOO_FULLSCREEN_SGIX 0x819E 57 IGLOO_VIEWPORT_OFFSET_SGIX 0x819F 58 IGLOO_SWAPTMESH_SGIX 0x81A0 59 IGLOO_COLORNORMAL_SGIX 0x81A1 60 IGLOO_IRISGL_MODE_SGIX 0x81A2 61 IGLOO_LMC_COLOR_SGIX 0x81A3 62 IGLOO_TMESHMODE_SGIX 0x81A4 63 64 Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, 65 and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, 66 and GetDoublev (but only in the MGRAS implementation): 67 68 LIGHT31 0xBEAD 69 70Additions to Chapter 2 of the OpenGL 1.2.1 Specification (OpenGL Operation) 71 72 TBD 73 74Additions to Chapter 3 of the OpenGL 1.2.1 Specification (Rasterization) 75 76 TBD 77 78Additions to Chapter 4 of the OpenGL 1.2.1 Specification (Per-Fragment 79Operations and the Frame Buffer) 80 81 TBD 82 83Additions to Chapter 5 of the OpenGL 1.2.1 Specification (Special Functions) 84 85 TBD 86 87Additions to Chapter 6 of the OpenGL 1.2.1 Specification (State and 88State Requests) 89 90 TBD 91 92Additions to Appendix A of the OpenGL 1.2.1 Specification (Invariance) 93 94 TBD 95 96Additions to the AGL/GLX/WGL Specifications 97 98 None 99 100GLX Protocol 101 102 TBD 103 104Errors 105 106 TBD 107 108New State 109 110 TBD 111 112New Implementation Dependent State 113 114 TBD 115 116Revision History 117 118 Initial revision (October 5, 2000) - placeholder spec for the actual 119 IGLOO interface in use on IRIX gfx. The existing specs were merged 120 into a single interface and are both obsolete and AFAIK never 121 implemented. 122