GLdc/GL
GPF 7b48abc040 Updated the MR based on the feedback:
Replaced GL_KOS_texture_stride with GL_KOS_texture_non_power_of_two
Removed the explicit texture parameter and made supported NPOT GL_TEXTURE_2D textures automatically use the PVR strided backend
Added clamp-only validation and retained the existing restrictions around mipmaps, wrapping, and unsupported formats

The underlying PVR strided implementation remains the same. GL_NV_texture_rectangle can be considered as a future follow-up.
2026-06-20 14:34:27 -07:00
..
alloc Fix alloc_count_continuous calculation 2025-02-03 06:53:16 +11:00
platforms Add GL_KOS_texture_stride support 2026-06-20 00:45:11 -07:00
attributes.c Fix fast path calculation 2026-05-03 21:31:58 +01:00
config.h
draw_fastpath.inc Fix behaviour of current color, normal etc. 2026-03-04 21:04:24 +00:00
draw.c Add GL_KOS_texture_stride support 2026-06-20 00:45:11 -07:00
error.c Move error handling code into the cold path 2025-02-01 19:58:22 +11:00
flush.c Allow for proper shutdown/deinitialization 2025-09-15 16:50:02 -05:00
fog.c ifdef-ing more DC-specifics from Nehe16 2025-02-18 22:04:49 -06:00
framebuffer.c Fix gluBuild2DMipmaps not returning a value 2025-03-31 21:08:53 +11:00
gl_assert.h
glu.c Fix gluBuild2DMipmaps not returning a value 2025-03-31 21:08:53 +11:00
immediate.c Fix behaviour of current color, normal etc. 2026-03-04 21:04:24 +00:00
lighting.c Many texture and lighting fixes 2026-05-04 08:59:12 +01:00
matrix.c Merge branch 'tnl_effects' into 'master' 2025-05-24 20:19:01 +00:00
platform.h Add GL_KOS_texture_stride support 2026-06-20 00:45:11 -07:00
private.h Merge remote-tracking branch 'upstream/master' into feature/kos-texture-stride 2026-06-20 01:12:32 -07:00
state.c Updated the MR based on the feedback: 2026-06-20 14:34:27 -07:00
state.h Add tests 2026-04-20 22:23:31 +01:00
texture.c Updated the MR based on the feedback: 2026-06-20 14:34:27 -07:00
tnl_effects.c Start refactoring everything 2026-02-23 21:41:00 +00:00
types.h More float color work 2026-02-28 14:26:22 +00:00
util.c More float color work 2026-02-28 14:26:22 +00:00
version.c.in