mirror of
https://github.com/nigels-com/glew.git
synced 2026-01-09 15:53:16 +00:00
Compare commits
3 Commits
aab31d79e4
...
daec5ced10
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
daec5ced10 | ||
|
|
24ec9e49a8 | ||
|
|
84196348a6 |
@ -107,7 +107,7 @@ set (GLEW_PUBLIC_HEADERS_FILES
|
||||
)
|
||||
set (GLEW_SRC_FILES ${GLEW_DIR}/src/glew.c)
|
||||
|
||||
if (WIN32)
|
||||
if (MSVC)
|
||||
list (APPEND GLEW_SRC_FILES ${GLEW_DIR}/build/glew.rc)
|
||||
endif ()
|
||||
|
||||
@ -179,7 +179,7 @@ install ( TARGETS ${targets_to_install}
|
||||
|
||||
if (BUILD_UTILS)
|
||||
set (GLEWINFO_SRC_FILES ${GLEW_DIR}/src/glewinfo.c)
|
||||
if (WIN32)
|
||||
if (MSVC)
|
||||
list (APPEND GLEWINFO_SRC_FILES ${GLEW_DIR}/build/glewinfo.rc)
|
||||
endif ()
|
||||
add_executable (glewinfo ${GLEWINFO_SRC_FILES})
|
||||
@ -193,7 +193,7 @@ if (BUILD_UTILS)
|
||||
endif ()
|
||||
|
||||
set (VISUALINFO_SRC_FILES ${GLEW_DIR}/src/visualinfo.c)
|
||||
if (WIN32)
|
||||
if (MSVC)
|
||||
list (APPEND VISUALINFO_SRC_FILES ${GLEW_DIR}/build/visualinfo.rc)
|
||||
endif ()
|
||||
add_executable (visualinfo ${VISUALINFO_SRC_FILES})
|
||||
|
||||
@ -161,7 +161,7 @@ The latest release contains support for OpenGL 4.6, compatibility and forward-co
|
||||
|
||||
<h2>News</h2>
|
||||
<ul>
|
||||
<li>[06-27-2025] <a href="https://github.com/nigels-com/glew/releases/tag/glew-2.3.0">GLEW 2.3.0</a> new extensions and minor bug fixes</li>
|
||||
<li>[12-27-2025] <a href="https://github.com/nigels-com/glew/releases/tag/glew-2.3.0">GLEW 2.3.0</a> new extensions and minor bug fixes</li>
|
||||
<li>[03-15-2020] <a href="https://github.com/nigels-com/glew/releases/tag/glew-2.2.0">GLEW 2.2.0</a> new extensions and minor bug fixes</li>
|
||||
<li>[07-31-2017] <a href="https://github.com/nigels-com/glew/releases/tag/glew-2.1.0">GLEW 2.1.0</a> adds support for OpenGL 4.6, new extensions and minor bug fixes</li>
|
||||
<li>[07-24-2016] <a href="https://github.com/nigels-com/glew/releases/tag/glew-2.0.0">GLEW 2.0.0</a> adds support for forward-compatible contexts, adds new extensions, OSMesa and EGL support, MX discontinued and minor bug fixes</li>
|
||||
|
||||
14
doc/log.html
14
doc/log.html
@ -99,23 +99,22 @@ THE POSSIBILITY OF SUCH DAMAGE.
|
||||
<ul class="none">
|
||||
<li><b>2.3.0</b> [12-27-2025]
|
||||
|
||||
<ul>
|
||||
<li> Bug fixes:
|
||||
<ul>
|
||||
<li> ...
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li> New extensions:
|
||||
<ul>
|
||||
<li> GL_ARM_shader_core_properties
|
||||
<li> GL_EXT_EGL_image_storage_compression
|
||||
<li> GL_EXT_fragment_shading_rate
|
||||
<li> GL_EXT_framebuffer_blit_layers
|
||||
<li> GL_EXT_mesh_shader
|
||||
<li> GL_EXT_separate_depth_stencil
|
||||
<li> GL_EXT_shader_clock
|
||||
<li> GL_EXT_shader_realtime_clock
|
||||
<li> GL_EXT_shader_samples_identical
|
||||
<li> GL_EXT_shader_texture_samples
|
||||
<li> GL_EXT_texture_storage_compression
|
||||
<li> GL_HUAWEI_program_binary
|
||||
<li> GL_HUAWEI_shader_binary
|
||||
<li> GL_IMG_pvric_end_to_end_signature
|
||||
<li> GL_IMG_tile_region_protection
|
||||
<li> GL_MESA_bgra
|
||||
@ -131,6 +130,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
|
||||
<li> GL_QCOM_render_sRGB_R8_RG8
|
||||
<li> GL_QCOM_render_shared_exponent
|
||||
<li> GL_QCOM_shading_rate
|
||||
<li> GL_QCOM_texture_foveated2
|
||||
<li> GL_QCOM_texture_lod_bias
|
||||
<li> GL_QCOM_ycbcr_degamma
|
||||
<li> EGL_ANDROID_telemetry_hint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user