Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenmfeatures.h
Go to the documentation of this file.
00001 /* 00002 * Mesa 3-D graphics library 00003 * Version: 7.1 00004 * 00005 * Copyright (C) 1999-2008 Brian Paul All Rights Reserved. 00006 * 00007 * Permission is hereby granted, free of charge, to any person obtaining a 00008 * copy of this software and associated documentation files (the "Software"), 00009 * to deal in the Software without restriction, including without limitation 00010 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 00011 * and/or sell copies of the Software, and to permit persons to whom the 00012 * Software is furnished to do so, subject to the following conditions: 00013 * 00014 * The above copyright notice and this permission notice shall be included 00015 * in all copies or substantial portions of the Software. 00016 * 00017 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 00018 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 00019 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 00020 * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 00021 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 00022 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 00023 */ 00024 00025 00031 #ifndef FEATURES_H 00032 #define FEATURES_H 00033 00034 00035 #ifndef _HAVE_FULL_GL 00036 #define _HAVE_FULL_GL 1 00037 #endif 00038 00039 #define FEATURE_accum _HAVE_FULL_GL 00040 #define FEATURE_attrib_stack _HAVE_FULL_GL 00041 #define FEATURE_colortable _HAVE_FULL_GL 00042 #define FEATURE_convolve _HAVE_FULL_GL 00043 #define FEATURE_dispatch _HAVE_FULL_GL 00044 #define FEATURE_dlist _HAVE_FULL_GL 00045 #define FEATURE_draw_read_buffer _HAVE_FULL_GL 00046 #define FEATURE_drawpix _HAVE_FULL_GL 00047 #define FEATURE_evaluators _HAVE_FULL_GL 00048 #define FEATURE_feedback _HAVE_FULL_GL 00049 #define FEATURE_fixedpt 0 00050 #define FEATURE_histogram _HAVE_FULL_GL 00051 #define FEATURE_pixel_transfer _HAVE_FULL_GL 00052 #define FEATURE_point_size_array 0 00053 #define FEATURE_texgen _HAVE_FULL_GL 00054 #define FEATURE_texture_fxt1 _HAVE_FULL_GL 00055 #define FEATURE_texture_s3tc _HAVE_FULL_GL 00056 #define FEATURE_userclip _HAVE_FULL_GL 00057 #define FEATURE_vertex_array_byte 0 00058 #define FEATURE_windowpos _HAVE_FULL_GL 00059 #define FEATURE_es2_glsl 0 00060 00061 #define FEATURE_ARB_occlusion_query _HAVE_FULL_GL 00062 #define FEATURE_ARB_fragment_program _HAVE_FULL_GL 00063 #define FEATURE_ARB_vertex_buffer_object _HAVE_FULL_GL 00064 #define FEATURE_ARB_vertex_program _HAVE_FULL_GL 00065 #define FEATURE_ARB_vertex_shader _HAVE_FULL_GL 00066 #define FEATURE_ARB_fragment_shader _HAVE_FULL_GL 00067 #define FEATURE_ARB_shader_objects (FEATURE_ARB_vertex_shader || FEATURE_ARB_fragment_shader) 00068 #define FEATURE_ARB_shading_language_100 FEATURE_ARB_shader_objects 00069 #define FEATURE_ARB_shading_language_120 FEATURE_ARB_shader_objects 00070 00071 #define FEATURE_EXT_framebuffer_blit _HAVE_FULL_GL 00072 #define FEATURE_EXT_framebuffer_object _HAVE_FULL_GL 00073 #define FEATURE_EXT_pixel_buffer_object _HAVE_FULL_GL 00074 #define FEATURE_EXT_texture_sRGB _HAVE_FULL_GL 00075 #define FEATURE_EXT_timer_query _HAVE_FULL_GL 00076 #define FEATURE_ATI_fragment_shader _HAVE_FULL_GL 00077 #define FEATURE_MESA_program_debug _HAVE_FULL_GL 00078 #define FEATURE_NV_fence _HAVE_FULL_GL 00079 #define FEATURE_NV_fragment_program _HAVE_FULL_GL 00080 #define FEATURE_NV_vertex_program _HAVE_FULL_GL 00081 00082 00083 #endif /* FEATURES_H */ Generated on Sat May 26 2012 04:19:07 for ReactOS by
1.7.6.1
|