Changeset 465
- Timestamp:
- 09/04/15 17:32:05 (10 years ago)
- Location:
- trunk/nv/lib
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/lib/detail/gl_core/gl_types_1_1.inc
r464 r465 1 #ifndef NV_LIB_GL_TYPES_1_1_INC 2 #define NV_LIB_GL_TYPES_1_1_INC 1 3 /* OpenGL 1.0 non-deprecated types/enums */ 2 4 typedef void GLvoid; … … 218 220 #define GL_RGBA16 0x805B 219 221 #define GL_VERTEX_ARRAY 0x8074 222 #endif // NV_LIB_GL_TYPES_1_1_INC -
trunk/nv/lib/detail/gl_core/gl_types_1_2.inc
r464 r465 1 #ifndef NV_LIB_GL_TYPES_1_2_INC 2 #define NV_LIB_GL_TYPES_1_2_INC 1 3 /* OpenGL 1.2 non-deprecated types/enums */ 2 4 #include <nv/lib/detail/gl_core/gl_types_1_1.inc> … … 37 39 #define GL_SMOOTH_LINE_WIDTH_GRANULARITY 0x0B23 38 40 #define GL_ALIASED_LINE_WIDTH_RANGE 0x846E 41 #endif // NV_LIB_GL_TYPES_1_2_INC -
trunk/nv/lib/detail/gl_core/gl_types_1_3.inc
r464 r465 1 1 /* OpenGL 1.3 non-deprecated types/enums */ 2 #ifndef NV_LIB_GL_TYPES_1_3_INC 3 #define NV_LIB_GL_TYPES_1_3_INC 2 4 #include <nv/lib/detail/gl_core/gl_types_1_2.inc> 3 5 #define GL_TEXTURE0 0x84C0 … … 60 62 #define GL_COMPRESSED_TEXTURE_FORMATS 0x86A3 61 63 #define GL_CLAMP_TO_BORDER 0x812D 64 #endif // NV_LIB_GL_TYPES_1_3_INC -
trunk/nv/lib/detail/gl_core/gl_types_1_4.inc
r464 r465 1 1 /* OpenGL 1.4 non-deprecated types/enums */ 2 #ifndef NV_LIB_GL_TYPES_1_4_INC 3 #define NV_LIB_GL_TYPES_1_4_INC 2 4 #include <nv/lib/detail/gl_core/gl_types_1_3.inc> 3 5 #define GL_BLEND_DST_RGB 0x80C8 … … 26 28 #define GL_CONSTANT_ALPHA 0x8003 27 29 #define GL_ONE_MINUS_CONSTANT_ALPHA 0x8004 30 #endif // NV_LIB_GL_TYPES_1_4_INC -
trunk/nv/lib/detail/gl_core/gl_types_1_5.inc
r464 r465 1 1 /* OpenGL 1.5 non-deprecated types/enums */ 2 #ifndef NV_LIB_GL_TYPES_1_5_INC 3 #define NV_LIB_GL_TYPES_1_5_INC 2 4 #include <nv/lib/detail/gl_core/gl_types_1_4.inc> 3 5 typedef ptrdiff_t GLsizeiptr; … … 31 33 #define GL_SAMPLES_PASSED 0x8914 32 34 #define GL_SRC1_ALPHA 0x8589 35 #endif // NV_LIB_GL_TYPES_1_3_INC -
trunk/nv/lib/detail/gl_core/gl_types_2_0.inc
r464 r465 1 1 /* OpenGL 2.0 non-deprecated types/enums */ 2 #ifndef NV_LIB_GL_TYPES_2_0_INC 3 #define NV_LIB_GL_TYPES_2_0_INC 2 4 #include <nv/lib/detail/gl_core/gl_types_1_5.inc> 3 5 typedef char GLchar; … … 86 88 #define GL_STENCIL_BACK_VALUE_MASK 0x8CA4 87 89 #define GL_STENCIL_BACK_WRITEMASK 0x8CA5 90 #endif // NV_LIB_GL_TYPES_2_0_INC -
trunk/nv/lib/detail/gl_core/gl_types_2_1.inc
r464 r465 1 1 /* OpenGL 2.1 non-deprecated types/enums */ 2 #ifndef NV_LIB_GL_TYPES_2_1_INC 3 #define NV_LIB_GL_TYPES_2_1_INC 2 4 #include <nv/lib/detail/gl_core/gl_types_2_0.inc> 3 5 #define GL_PIXEL_PACK_BUFFER 0x88EB … … 17 19 #define GL_COMPRESSED_SRGB 0x8C48 18 20 #define GL_COMPRESSED_SRGB_ALPHA 0x8C49 21 #endif // NV_LIB_GL_TYPES_2_1_INC -
trunk/nv/lib/detail/gl_core/gl_types_3_0.inc
r464 r465 1 1 /* OpenGL 3.0 non-deprecated types/enums */ 2 #ifndef NV_LIB_GL_TYPES_3_0_INC 3 #define NV_LIB_GL_TYPES_3_0_INC 2 4 #include <nv/lib/detail/gl_core/gl_types_2_1.inc> 3 5 typedef unsigned short GLhalf; … … 233 235 #define GL_RG32UI 0x823C 234 236 #define GL_VERTEX_ARRAY_BINDING 0x85B5 237 #endif // NV_LIB_GL_TYPES_3_0_INC -
trunk/nv/lib/detail/gl_core/gl_types_3_1.inc
r464 r465 1 1 /* OpenGL 3.1 non-deprecated types/enums */ 2 #ifndef NV_LIB_GL_TYPES_3_1_INC 3 #define NV_LIB_GL_TYPES_3_1_INC 2 4 #include <nv/lib/detail/gl_core/gl_types_3_0.inc> 3 5 #define GL_SAMPLER_2D_RECT 0x8B63 … … 62 64 #define GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER 0x8A46 63 65 #define GL_INVALID_INDEX 0xFFFFFFFFu 66 #endif // NV_LIB_GL_TYPES_3_1_INC -
trunk/nv/lib/detail/gl_core/gl_types_3_2.inc
r464 r465 1 1 /* OpenGL 3.2 non-deprecated types/enums */ 2 #ifndef NV_LIB_GL_TYPES_3_2_INC 3 #define NV_LIB_GL_TYPES_3_2_INC 2 4 #include <nv/lib/detail/gl_core/gl_types_3_1.inc> 3 5 typedef struct __GLsync *GLsync; … … 68 70 #define GL_MAX_DEPTH_TEXTURE_SAMPLES 0x910F 69 71 #define GL_MAX_INTEGER_SAMPLES 0x9110 72 #endif // NV_LIB_GL_TYPES_3_2_INC -
trunk/nv/lib/detail/gl_core/gl_types_3_3.inc
r464 r465 1 1 /* OpenGL 3.3 non-deprecated types/enums */ 2 #ifndef NV_LIB_GL_TYPES_3_3_INC 3 #define NV_LIB_GL_TYPES_3_3_INC 2 4 #include <nv/lib/detail/gl_core/gl_types_3_2.inc> 3 5 #define GL_VERTEX_ATTRIB_ARRAY_DIVISOR 0x88FE … … 17 19 #define GL_TIMESTAMP 0x8E28 18 20 #define GL_INT_2_10_10_10_REV 0x8D9F 21 #endif // NV_LIB_GL_TYPES_3_3_INC -
trunk/nv/lib/detail/gl_core/gl_types_4_0.inc
r464 r465 1 1 /* OpenGL 4.0 types/enums */ 2 #ifndef NV_LIB_GL_TYPES_4_0_INC 3 #define NV_LIB_GL_TYPES_4_0_INC 2 4 #include <nv/lib/detail/gl_core/gl_types_3_3.inc> 3 5 #define GL_SAMPLE_SHADING 0x8C36 … … 78 80 #define GL_TRANSFORM_FEEDBACK_BINDING 0x8E25 79 81 #define GL_MAX_TRANSFORM_FEEDBACK_BUFFERS 0x8E70 82 #endif // NV_LIB_GL_TYPES_4_0_INC -
trunk/nv/lib/detail/gl_core/gl_types_4_1.inc
r464 r465 1 1 /* OpenGL 4.1 types/enums */ 2 #ifndef NV_LIB_GL_TYPES_4_1_INC 3 #define NV_LIB_GL_TYPES_4_1_INC 2 4 #include <nv/lib/detail/gl_core/gl_types_4_0.inc> 3 5 #define GL_FIXED 0x140C … … 36 38 #define GL_VIEWPORT_INDEX_PROVOKING_VERTEX 0x825F 37 39 #define GL_UNDEFINED_VERTEX 0x8260 40 #endif // NV_LIB_GL_TYPES_4_1_INC -
trunk/nv/lib/detail/gl_core/gl_types_4_2.inc
r464 r465 1 1 /* OpenGL 4.2 types/enums */ 2 #ifndef NV_LIB_GL_TYPES_4_2_INC 3 #define NV_LIB_GL_TYPES_4_2_INC 2 4 #include <nv/lib/detail/gl_core/gl_types_4_1.inc> 3 5 #define GL_COPY_READ_BUFFER_BINDING 0x8F36 … … 113 115 #define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT 0x8E8F 114 116 #define GL_TEXTURE_IMMUTABLE_FORMAT 0x912F 117 #endif // NV_LIB_GL_TYPES_4_2_INC -
trunk/nv/lib/detail/gl_core/gl_types_4_3.inc
r464 r465 1 1 /* OpenGL 4.3 types/enums */ 2 #ifndef NV_LIB_GL_TYPES_4_3_INC 3 #define NV_LIB_GL_TYPES_4_3_INC 2 4 #include <nv/lib/detail/gl_core/gl_types_4_2.inc> 3 5 typedef void (APIENTRY *GLDEBUGPROC)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,const void *userParam); … … 260 262 #define GL_MAX_VERTEX_ATTRIB_BINDINGS 0x82DA 261 263 #define GL_VERTEX_BINDING_BUFFER 0x8F4F 264 #endif // NV_LIB_GL_TYPES_4_3_INC -
trunk/nv/lib/detail/gl_core/gl_types_4_4.inc
r464 r465 1 1 /* OpenGL 4.4 types/enums */ 2 #ifndef NV_LIB_GL_TYPES_4_4_INC 3 #define NV_LIB_GL_TYPES_4_4_INC 2 4 #include <nv/lib/detail/gl_core/gl_types_4_3.inc> 3 5 #define GL_MAX_VERTEX_ATTRIB_STRIDE 0x82E5 … … 20 22 #define GL_QUERY_RESULT_NO_WAIT 0x9194 21 23 #define GL_MIRROR_CLAMP_TO_EDGE 0x8743 24 #endif // NV_LIB_GL_TYPES_4_4_INC -
trunk/nv/lib/detail/gl_core/gl_types_4_5.inc
r464 r465 1 1 /* OpenGL 4.5 types/enums */ 2 #ifndef NV_LIB_GL_TYPES_4_5_INC 3 #define NV_LIB_GL_TYPES_4_5_INC 2 4 #include <nv/lib/detail/gl_core/gl_types_4_4.inc> 3 5 #define GL_CONTEXT_LOST 0x0507 … … 23 25 #define GL_CONTEXT_RELEASE_BEHAVIOR 0x82FB 24 26 #define GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH 0x82FC 27 #endif // NV_LIB_GL_TYPES_4_5_INC -
trunk/nv/lib/detail/gl_core/gl_types_arb.inc
r464 r465 1 1 /* GL_ARB_bindless_texture */ 2 #ifndef NV_LIB_GL_TYPES_ARB_INC 3 #define NV_LIB_GL_TYPES_ARB_INC 2 4 typedef uint64_t GLuint64EXT; 3 5 #define GL_UNSIGNED_INT64_ARB 0x140F … … 158 160 #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR 0x93DC 159 161 #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR 0x93DD 162 #endif // NV_LIB_GL_TYPES_ARB_INC -
trunk/nv/lib/detail/gl_ext/gl_ext_framebuffer_object_types.inc
r406 r465 41 41 #define GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT 0x8CD7 42 42 #define GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS 0x8CD9 43 #define GL_FRAMEBUFFER_INCOMPLETE_FORMATS 0x8CDA43 #define GL_FRAMEBUFFER_INCOMPLETE_FORMATS 0x8CDA 44 44 #define GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER 0x8CDB 45 45 #define GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER 0x8CDC -
trunk/nv/lib/gl.hh
r464 r465 53 53 #define GL_GENERATE_MIPMAP 0x8191 54 54 55 #include <nv/lib/detail/gl_core/gl_types_2_1.inc> 56 #include <nv/lib/detail/gl_types.inc> 55 #include <nv/lib/detail/gl_core/gl_types_3_1.inc> 57 56 #if NV_PLATFORM == NV_WINDOWS 58 57 #include <nv/lib/detail/wgl_types.inc> 59 58 #endif 60 #include <nv/lib/detail/gl_ext/gl_ext_all_types.inc>59 //#include <nv/lib/detail/gl_ext/gl_ext_all_types.inc> 61 60 62 61 #if defined(NV_GL_DYNAMIC) … … 68 67 #define NV_GL_FUN_EXT NV_GL_FUN 69 68 70 #include <nv/lib/detail/gl_core/gl_functions_ 2_1.inc>69 #include <nv/lib/detail/gl_core/gl_functions_3_1.inc> 71 70 #if NV_PLATFORM == NV_WINDOWS 72 71 #include <nv/lib/detail/wgl_functions.inc> 73 72 #endif 74 #include <nv/lib/detail/gl_ext/gl_ext_all_functions.inc>73 //#include <nv/lib/detail/gl_ext/gl_ext_all_functions.inc> 75 74 76 75 #undef NV_GL_FUN_REN
Note: See TracChangeset
for help on using the changeset viewer.