Skip to content

Commit 49490b1

Browse files
committed
Generate Sources of master updated at Fri Apr 11 11:59:33 GMT 2025
1 parent 0d1debf commit 49490b1

File tree

10 files changed

+701
-661
lines changed

10 files changed

+701
-661
lines changed

build/glew.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ BEGIN
4242
BEGIN
4343
VALUE "Comments",
4444
"The OpenGL Extension Wrangler Library\r\n"
45-
"Copyright (C) 2008-2019, Nigel Stewart <nigels[]users sourceforge net>\r\n"
45+
"Copyright (C) 2008-2024, Nigel Stewart <nigels[]nigels com>\r\n"
4646
"Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>\r\n"
4747
"Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>\r\n"
4848
"Copyright (C) 2002, Lev Povalahev\r\n"

build/glewinfo.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BEGIN
3030
BEGIN
3131
VALUE "Comments",
3232
"The OpenGL Extension Wrangler Library\r\n"
33-
"Copyright (C) 2008-2019, Nigel Stewart <nigels[]users sourceforge net>\r\n"
33+
"Copyright (C) 2008-2024, Nigel Stewart <nigels[]nigels com>\r\n"
3434
"Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>\r\n"
3535
"Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>\r\n"
3636
"Copyright (C) 2002, Lev Povalahev\r\n"

build/visualinfo.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BEGIN
3030
BEGIN
3131
VALUE "Comments",
3232
"The OpenGL Extension Wrangler Library\r\n"
33-
"Copyright (C) 2008-2019, Nigel Stewart <nigels[]users sourceforge net>\r\n"
33+
"Copyright (C) 2008-2024, Nigel Stewart <nigels[]nigels com>\r\n"
3434
"Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>\r\n"
3535
"Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>\r\n"
3636
"Copyright (C) 2002, Lev Povalahev\r\n"

doc/glew.html

Lines changed: 653 additions & 651 deletions
Large diffs are not rendered by default.

include/GL/eglew.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** The OpenGL Extension Wrangler Library
3-
** Copyright (C) 2008-2019, Nigel Stewart <nigels[]users sourceforge net>
3+
** Copyright (C) 2008-2024, Nigel Stewart <nigels[]nigels com>
44
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
55
** Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
66
** Copyright (C) 2002, Lev Povalahev

include/GL/glew.h

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** The OpenGL Extension Wrangler Library
3-
** Copyright (C) 2008-2019, Nigel Stewart <nigels[]users sourceforge net>
3+
** Copyright (C) 2008-2024, Nigel Stewart <nigels[]nigels com>
44
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
55
** Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
66
** Copyright (C) 2002, Lev Povalahev
@@ -14914,6 +14914,17 @@ typedef void (GLAPIENTRY * PFNGLRESIZEBUFFERSMESAPROC) (void);
1491414914

1491514915
#endif /* GL_MESA_shader_integer_functions */
1491614916

14917+
/* -------------------- GL_MESA_texture_const_bandwidth -------------------- */
14918+
14919+
#ifndef GL_MESA_texture_const_bandwidth
14920+
#define GL_MESA_texture_const_bandwidth 1
14921+
14922+
#define GL_CONST_BW_TILING_MESA 0x8BBE
14923+
14924+
#define GLEW_MESA_texture_const_bandwidth GLEW_GET_VAR(__GLEW_MESA_texture_const_bandwidth)
14925+
14926+
#endif /* GL_MESA_texture_const_bandwidth */
14927+
1491714928
/* ----------------------- GL_MESA_tile_raster_order ----------------------- */
1491814929

1491914930
#ifndef GL_MESA_tile_raster_order
@@ -26360,6 +26371,7 @@ GLEW_VAR_EXPORT GLboolean __GLEW_MESA_pack_invert;
2636026371
GLEW_VAR_EXPORT GLboolean __GLEW_MESA_program_binary_formats;
2636126372
GLEW_VAR_EXPORT GLboolean __GLEW_MESA_resize_buffers;
2636226373
GLEW_VAR_EXPORT GLboolean __GLEW_MESA_shader_integer_functions;
26374+
GLEW_VAR_EXPORT GLboolean __GLEW_MESA_texture_const_bandwidth;
2636326375
GLEW_VAR_EXPORT GLboolean __GLEW_MESA_tile_raster_order;
2636426376
GLEW_VAR_EXPORT GLboolean __GLEW_MESA_window_pos;
2636526377
GLEW_VAR_EXPORT GLboolean __GLEW_MESA_ycbcr_texture;

include/GL/glxew.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** The OpenGL Extension Wrangler Library
3-
** Copyright (C) 2008-2019, Nigel Stewart <nigels[]users sourceforge net>
3+
** Copyright (C) 2008-2024, Nigel Stewart <nigels[]nigels com>
44
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
55
** Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
66
** Copyright (C) 2002, Lev Povalahev

include/GL/wglew.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** The OpenGL Extension Wrangler Library
3-
** Copyright (C) 2008-2019, Nigel Stewart <nigels[]users sourceforge net>
3+
** Copyright (C) 2008-2024, Nigel Stewart <nigels[]nigels com>
44
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
55
** Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
66
** Copyright (C) 2002, Lev Povalahev

src/glew.c

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** The OpenGL Extension Wrangler Library
3-
** Copyright (C) 2008-2019, Nigel Stewart <nigels[]users sourceforge net>
3+
** Copyright (C) 2008-2024, Nigel Stewart <nigels[]nigels com>
44
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
55
** Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
66
** Copyright (C) 2002, Lev Povalahev
@@ -4073,6 +4073,7 @@ GLboolean __GLEW_MESA_pack_invert = GL_FALSE;
40734073
GLboolean __GLEW_MESA_program_binary_formats = GL_FALSE;
40744074
GLboolean __GLEW_MESA_resize_buffers = GL_FALSE;
40754075
GLboolean __GLEW_MESA_shader_integer_functions = GL_FALSE;
4076+
GLboolean __GLEW_MESA_texture_const_bandwidth = GL_FALSE;
40764077
GLboolean __GLEW_MESA_tile_raster_order = GL_FALSE;
40774078
GLboolean __GLEW_MESA_window_pos = GL_FALSE;
40784079
GLboolean __GLEW_MESA_ycbcr_texture = GL_FALSE;
@@ -6105,6 +6106,9 @@ static const char * _glewExtensionLookup[] = {
61056106
#ifdef GL_MESA_shader_integer_functions
61066107
"GL_MESA_shader_integer_functions",
61076108
#endif
6109+
#ifdef GL_MESA_texture_const_bandwidth
6110+
"GL_MESA_texture_const_bandwidth",
6111+
#endif
61086112
#ifdef GL_MESA_tile_raster_order
61096113
"GL_MESA_tile_raster_order",
61106114
#endif
@@ -7331,7 +7335,7 @@ static const char * _glewExtensionLookup[] = {
73317335

73327336

73337337
/* Detected in the extension string or strings */
7334-
static GLboolean _glewExtensionString[954];
7338+
static GLboolean _glewExtensionString[955];
73357339
/* Detected via extension string or experimental mode */
73367340
static GLboolean* _glewExtensionEnabled[] = {
73377341
#ifdef GL_3DFX_multisample
@@ -8975,6 +8979,9 @@ static GLboolean* _glewExtensionEnabled[] = {
89758979
#ifdef GL_MESA_shader_integer_functions
89768980
&__GLEW_MESA_shader_integer_functions,
89778981
#endif
8982+
#ifdef GL_MESA_texture_const_bandwidth
8983+
&__GLEW_MESA_texture_const_bandwidth,
8984+
#endif
89788985
#ifdef GL_MESA_tile_raster_order
89798986
&__GLEW_MESA_tile_raster_order,
89808987
#endif
@@ -27690,6 +27697,13 @@ GLboolean GLEWAPIENTRY glewIsSupported (const char* name)
2769027697
continue;
2769127698
}
2769227699
#endif
27700+
#ifdef GL_MESA_texture_const_bandwidth
27701+
if (_glewStrSame3(&pos, &len, (const GLubyte*)"texture_const_bandwidth", 23))
27702+
{
27703+
ret = GLEW_MESA_texture_const_bandwidth;
27704+
continue;
27705+
}
27706+
#endif
2769327707
#ifdef GL_MESA_tile_raster_order
2769427708
if (_glewStrSame3(&pos, &len, (const GLubyte*)"tile_raster_order", 17))
2769527709
{

src/glewinfo.c

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** The OpenGL Extension Wrangler Library
3-
** Copyright (C) 2008-2019, Nigel Stewart <nigels[]users sourceforge net>
3+
** Copyright (C) 2008-2024, Nigel Stewart <nigels[]nigels com>
44
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
55
** Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
66
** Copyright (C) 2002, Lev Povalahev
@@ -7388,6 +7388,15 @@ static void _glewInfo_GL_MESA_shader_integer_functions (void)
73887388

73897389
#endif /* GL_MESA_shader_integer_functions */
73907390

7391+
#ifdef GL_MESA_texture_const_bandwidth
7392+
7393+
static void _glewInfo_GL_MESA_texture_const_bandwidth (void)
7394+
{
7395+
glewPrintExt("GL_MESA_texture_const_bandwidth", GLEW_MESA_texture_const_bandwidth, glewIsSupported("GL_MESA_texture_const_bandwidth"), glewGetExtension("GL_MESA_texture_const_bandwidth"));
7396+
}
7397+
7398+
#endif /* GL_MESA_texture_const_bandwidth */
7399+
73917400
#ifdef GL_MESA_tile_raster_order
73927401

73937402
static void _glewInfo_GL_MESA_tile_raster_order (void)
@@ -16857,6 +16866,9 @@ static void glewInfo (void)
1685716866
#ifdef GL_MESA_shader_integer_functions
1685816867
_glewInfo_GL_MESA_shader_integer_functions();
1685916868
#endif /* GL_MESA_shader_integer_functions */
16869+
#ifdef GL_MESA_texture_const_bandwidth
16870+
_glewInfo_GL_MESA_texture_const_bandwidth();
16871+
#endif /* GL_MESA_texture_const_bandwidth */
1686016872
#ifdef GL_MESA_tile_raster_order
1686116873
_glewInfo_GL_MESA_tile_raster_order();
1686216874
#endif /* GL_MESA_tile_raster_order */

0 commit comments

Comments
 (0)