index
:
mgl
master
Minimal Graphics Library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
graphics
/
texture.c
Age
Commit message (
Expand
)
Author
2024-08-19
Add mgl_texture_init_reference_existing_gl_texture to easily create a texture...
dec05eba
2024-07-31
Add mipmap option
dec05eba
2024-07-25
Use const pointer
dec05eba
2022-09-23
Make window rgba and set background transparent to allow window clear to work...
dec05eba
2022-08-21
Attempt to fix vertex draw when using texcoords without a texture (such as wh...
dec05eba
2021-12-08
Vertex translation, fix vertex texture use
dec05eba
2021-11-16
Make unpack alignment byte-sized globally
dec05eba
2021-11-16
Texture: only do one glTexSubImage2D in mgl_texture_update instead of |height...
dec05eba
2021-11-15
Add dynamic font atlas creation (not finished)
dec05eba
2021-11-05
Fix font being corrupt with certain sizes, fix image being corrupt if its rgb...
dec05eba
2021-10-22
Use const where possible in function params
dec05eba
2021-10-19
Change from callback to window poll
dec05eba
2021-10-17
Reset texture size on deinit
dec05eba
2021-10-16
Add font rendering
dec05eba
2021-10-16
Fix resize event sometimes not triggered (set window gravity)
dec05eba
2021-10-12
compressed texture
dec05eba
2021-10-10
Add texture loading (and render in test)
dec05eba