index
:
floooh/sokol.git
drop-mtkview
master
nyalloc-spritebatch
sapp-multiwindow
vk-swapchain-maintenance1
Sokol single-header libraries
Andre Weissflog
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
sokol_gl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix compilation with dummy backend in various util headers
Andre Weissflog
2021-04-06
1
-2
/
+2
*
Language-binding-friendly API changes. (#458)
Andre Weissflog
2021-02-10
1
-36
/
+46
*
move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guard
Andre Weissflog
2020-11-28
1
-3
/
+3
*
make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup...
Andre Weissflog
2020-11-28
1
-3
/
+6
*
document SOKOL_API_DECL (these macros are still valid)
Andre Weissflog
2020-11-28
1
-0
/
+1
*
Auto-generated distinct macros per lib. Resolves #428
Borislav Stanimirov
2020-11-19
1
-80
/
+84
*
add missing sg_push/pop_debug_group() calls to sokol_debugtext.h, sokol_gl.h,...
Andre Weissflog
2020-06-28
1
-0
/
+2
*
sokol_gl.h, sokol_debugtext.h, metal: minor code cleanup in shader creation
Andre Weissflog
2020-06-21
1
-6
/
+2
*
sokol_gl.h d3d11: replace embedded shaders with code generated by sokol-shdc
Andre Weissflog
2020-06-21
1
-356
/
+109
*
sokol_gl.h GL,Metal,WGPU: replace embedded shaders with code generated by sok...
Andre Weissflog
2020-06-21
1
-207
/
+1165
*
sokol_gl.h, sokol_imgui.h: replace embedded D3D11 shaders with SM 4.0
Andre Weissflog
2020-06-20
1
-307
/
+272
*
sokol_gl.h: fix a MSVC /W4 warning
Andre Weissflog
2020-06-15
1
-1
/
+2
*
add missing C++ reference-based function wrappers
Andre Weissflog
2020-05-28
1
-0
/
+4
*
sokol_gl.h: code cleanup and destroy all pipeline object at shutdown
Andre Weissflog
2020-05-09
1
-7
/
+15
*
sokol_gl.h: fix a minor code smell
Andre Weissflog
2020-05-08
1
-1
/
+1
*
sokol_gl.h: fix subtle bug in the "merge draw call optimization"
Andre Weissflog
2020-04-05
1
-4
/
+4
*
sokol_gl.h: add wgpu shader blob
Andre Weissflog
2020-03-29
1
-2
/
+222
*
Fix typos.
Bruce Mitchener
2020-01-30
1
-1
/
+1
*
replace pragma once with include guards in the util headers too (see #205 and...
Andre Weissflog
2019-09-02
1
-1
/
+2
*
sokol_gl.h: explain the draw command merging in the documentation header
Andre Weissflog
2019-09-02
1
-2
/
+23
*
sokol_gl.h: bugfix, wrong texture applied when texturing disabled
Andre Weissflog
2019-08-25
1
-2
/
+3
*
sokol_gl.h: merge a draw command with last one if possible
Andre Weissflog
2019-08-25
1
-10
/
+42
*
sokol_gl.h: allow to override shader in sgl_make_pipeline()
Andre Weissflog
2019-08-24
1
-1
/
+4
*
sokol_gl.h: fix extern C
Andre Weissflog
2019-08-22
1
-4
/
+4
*
Fix typos.
Bruce Mitchener
2019-06-26
1
-2
/
+2
*
Add SOKOL_DLL support to all headers. (#163)
Andre Weissflog
2019-06-04
1
-2
/
+16
*
added a project URL to the docs-comment block of all headers
Andre Weissflog
2019-05-15
1
-315
/
+317
*
Move vertex-attr names/semantics from sg_pipeline_desc to sg_shader_desc (#146)
Andre Weissflog
2019-04-26
1
-6
/
+6
*
sokol_gl.h: fix new gcc warning
Andre Weissflog
2019-04-24
1
-1
/
+2
*
sokol_gl.h: fix VS warnings when compiled in C++ mode
Andre Weissflog
2019-04-24
1
-14
/
+15
*
sokol_gl.h: minor doc fixes
Andre Weissflog
2019-04-20
1
-1
/
+2
*
sokol_gl.h: minor doc fixes
Andre Weissflog
2019-04-20
1
-2
/
+2
*
Pipeline stack for sokol_gl.h (#144)
Andre Weissflog
2019-04-19
1
-214
/
+495
*
sokol_gl.h: another minor comment fix
Andre Weissflog
2019-04-07
1
-1
/
+1
*
sokol_gl.h: fix comment typo
Andre Weissflog
2019-04-07
1
-1
/
+1
*
sokol_gl.h: mention sgl_error() in the docs
Andre Weissflog
2019-04-06
1
-1
/
+18
*
sokol_gl.h: fix memory layout of the mult- and load-matrix funcs
Andre Weissflog
2019-04-02
1
-15
/
+8
*
sokol_gl.h: small comment typo fix
Andre Weissflog
2019-04-01
1
-1
/
+1
*
sokol_gl.h: replace embedded d3d11 shader code with bytecode
Andre Weissflog
2019-04-01
1
-30
/
+357
*
sokol_gl.h: finish documentation
Andre Weissflog
2019-04-01
1
-11
/
+185
*
sokol_gl.h: some comment tweaks
Andre Weissflog
2019-03-31
1
-6
/
+6
*
sokol_gl.h: remove obsolete comment
Andre Weissflog
2019-03-31
1
-1
/
+0
*
sokol_gl.h: redundant state tracking in sgl_draw()
Andre Weissflog
2019-03-31
1
-10
/
+24
*
sokol_gl.h: implement dirty-tracking for matrix functions
Andre Weissflog
2019-03-31
1
-21
/
+34
*
start with sokol_gl.h documentation
Andre Weissflog
2019-03-29
1
-5
/
+137
*
sokol_gl.h: D3D11 fixes
Andre Weissflog
2019-03-28
1
-2
/
+2
*
sokol_gl.h: API tweaks
Andre Weissflog
2019-03-27
1
-65
/
+28
*
sokol_gl.h: fix OpenGL shader code
Andre Weissflog
2019-03-27
1
-1
/
+1
*
sokol_gl.h: sgl_lookat()
Andre Weissflog
2019-03-27
1
-13
/
+61
*
sokol_gl.h: minor fixes
Andre Weissflog
2019-03-26
1
-4
/
+4
[next]