GLdc/samples
Falco Girgis 56f5b24d85 Fixed OpenGL Fog implementation + Added New Sample
- Redid fog.c OpenGL fog back-end implementation
    * only reconfigure fog values when changed
    * properly clamp between 0.0f and 1.0f colors
    * error out on negative densities
    * separate fog statics became single struct
- Added Nehe16 example (adapted from KGL)
    * Made spinning much faster (so you can see it better)
    * fixed a few issues with KGL code (invalid GL enums, lol)
    * swapped to new controller API
    * added #ifdef for non-DC file paths
2025-02-18 21:52:19 -06:00
..
blend_test Nehe20 Build Fix + Warnings cleanup for GCC14.1.0. 2024-07-31 20:35:34 -05:00
cubes
depth_funcs
depth_funcs_alpha_testing Fix wrong glEnable call 2025-02-05 21:47:35 +11:00
depth_funcs_ortho
lerabot01 Nehe20 Build Fix + Warnings cleanup for GCC14.1.0. 2024-07-31 20:35:34 -05:00
lights Nehe20 Build Fix + Warnings cleanup for GCC14.1.0. 2024-07-31 20:35:34 -05:00
mipmap Nehe20 Build Fix + Warnings cleanup for GCC14.1.0. 2024-07-31 20:35:34 -05:00
multitexture_arrays
nehe02
nehe02de
nehe02va
nehe03
nehe04
nehe05
nehe06 quick implementation of glTexSubImage2D/_glTexSubImage2DValidate, update to nehe06 example to show usage of glTexSubImage2D, and a compile issue to primitive_modes fixed. 2024-10-13 12:58:09 -07:00
nehe06_4444twid Nehe20 Build Fix + Warnings cleanup for GCC14.1.0. 2024-07-31 20:35:34 -05:00
nehe06_vq Nehe20 Build Fix + Warnings cleanup for GCC14.1.0. 2024-07-31 20:35:34 -05:00
nehe08 Fix bug in allocations (thanks @skmp) 2024-12-07 19:35:40 +00:00
nehe10
nehe16 Fixed OpenGL Fog implementation + Added New Sample 2025-02-18 21:52:19 -06:00
nehe20 Fix bug in allocations (thanks @skmp) 2024-12-07 19:35:40 +00:00
ortho2d
paletted Nehe20 Build Fix + Warnings cleanup for GCC14.1.0. 2024-07-31 20:35:34 -05:00
paletted_pcx Nehe20 Build Fix + Warnings cleanup for GCC14.1.0. 2024-07-31 20:35:34 -05:00
polygon_offset
polymark
primitive_modes Fix bug in allocations (thanks @skmp) 2024-12-07 19:35:40 +00:00
prof_texture_upload
quadmark
scissor
terrain
trimark
zclip
zclip_triangle
zclip_trianglestrip
loadbmp.c Nehe20 Build Fix + Warnings cleanup for GCC14.1.0. 2024-07-31 20:35:34 -05:00
loadbmp.h
profiler.c Nehe20 Build Fix + Warnings cleanup for GCC14.1.0. 2024-07-31 20:35:34 -05:00
profiler.h