Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dmaivel/sharedgl

Tags

v0.9.0

Toggle v0.9.0's commit message
Move comment about networking

v0.8.1

Toggle v0.8.1's commit message
Statically link CRT for Windows binaries

v0.8.0

Toggle v0.8.0's commit message
Fix network stalling at swap buffers sync, use MIN

v0.7.2

Toggle v0.7.2's commit message
Change version

v0.7.1

Toggle v0.7.1's commit message
Bug fixes for client pointers, server

* SGL_RUN_WITH_LOW_PRIORITY is now false by default
* fixed allocations above 4 GiB, writes uint64_t to registers
* added pb_memcpy_unaligned for unaligned writes
* added pb_realign to realign push buffer
* fixed totals for 3.2, 3.3 in README

v0.7.0

Toggle v0.7.0's commit message
Add GL 4.5, bump up to 4.6

* added several new glimpl_* functions to reduce repetitiveness
* fixed glTexImage1D incorrectly pushing SGL_CMD_TEXIMAGE3D
* fixed glTexImage2/3DMultisample incorrectly pushing SGL_CMD_TEXIMAGE
* fixed grammar in README

v0.6.0

Toggle v0.6.0's commit message
Specify digit instead of just integer

v0.5.0

Toggle v0.5.0's commit message
Use `select` for Winsock, fix CMakeLists

v0.4.1

Toggle v0.4.1's commit message
Update compile instructions to be readable

v0.4.0

Toggle v0.4.0's commit message
Fix build instructions