glew/auto/bin
Frank Park a790eb8129 Fixed a bug with shell script and added .gitattributes
Update_ext.sh does not utilize the blacklist correctly with cygwin due
to the argument -name in find is not quoted. Argument *.txt has been
changed to "*.txt" to fix the issue.

Also, it is currently possible for windows users to pull the repo in
CRLF format which destroys the scripts and source files. .gitattributes
were added to prevent this issue.
2014-10-19 01:59:48 -04:00
..
filter_gl_ext.sh Filtering for GL_NV_framebuffer_mixed_samples extension added. 2014-10-06 21:53:58 +10:00
filter_gles_ext.sh Add experimental OpenGL ES extension support, disabled by default. 2012-10-24 21:49:42 -05:00
filter_spec.py Add filter_spec Python script for filtering OpenGL specification files. 2014-07-26 09:25:52 +10:00
make_def_fun.pl The first three lines of each core or extension file is now: name, URL and GL extension string name. For example GL_NV_geometry_program4 is available iff GL_NV_gpu_program4 appears in the extension string. 2010-03-05 18:19:59 +00:00
make_def_var.pl The first three lines of each core or extension file is now: name, URL and GL extension string name. For example GL_NV_geometry_program4 is available iff GL_NV_gpu_program4 appears in the extension string. 2010-03-05 18:19:59 +00:00
make_header.pl Support function pointer typedefs in the extension files, rather than hard-coding those directly into the header. Enables support for AMD_debug_output, ARB_debug_output and ARB_cl_event in SCI GLEW branch. 2011-01-01 09:30:11 -06:00
make_html.pl The first three lines of each core or extension file is now: name, URL and GL extension string name. For example GL_NV_geometry_program4 is available iff GL_NV_gpu_program4 appears in the extension string. 2010-03-05 18:19:59 +00:00
make_info_list.pl The first three lines of each core or extension file is now: name, URL and GL extension string name. For example GL_NV_geometry_program4 is available iff GL_NV_gpu_program4 appears in the extension string. 2010-03-05 18:19:59 +00:00
make_info.pl Fix for glewinfo extension string checking. 2010-03-11 23:32:28 +00:00
make_init.pl The first three lines of each core or extension file is now: name, URL and GL extension string name. For example GL_NV_geometry_program4 is available iff GL_NV_gpu_program4 appears in the extension string. 2010-03-05 18:19:59 +00:00
make_list.pl Eliminate the internal use of CONST_CAST, to avoid gcc warnings with -Wcast-qual flag. 2014-07-14 17:53:21 +10:00
make_str.pl The first three lines of each core or extension file is now: name, URL and GL extension string name. For example GL_NV_geometry_program4 is available iff GL_NV_gpu_program4 appears in the extension string. 2010-03-05 18:19:59 +00:00
make_struct_fun.pl The first three lines of each core or extension file is now: name, URL and GL extension string name. For example GL_NV_geometry_program4 is available iff GL_NV_gpu_program4 appears in the extension string. 2010-03-05 18:19:59 +00:00
make_struct_var.pl The first three lines of each core or extension file is now: name, URL and GL extension string name. For example GL_NV_geometry_program4 is available iff GL_NV_gpu_program4 appears in the extension string. 2010-03-05 18:19:59 +00:00
make.pl Sort the enums (tokens) in a stable manner for consistency in include files. 2014-07-26 09:26:17 +10:00
parse_spec.pl Touch-up: Sort the enums (tokens) in a stable manner for consistency in include files. 2014-09-27 11:34:59 +10:00
update_ext.sh Fixed a bug with shell script and added .gitattributes 2014-10-19 01:59:48 -04:00