Camilla Löwy
5f8431d7ca
Update Nuklear to 2.00.4
2017-12-19 15:08:22 +01:00
Camilla Löwy
85eda77d35
Update Nuklear to 1.40.0
2017-07-30 16:11:03 +02:00
Camilla Löwy
d55c57b504
Fix Clang -Wmissing-braces warning
2017-07-10 12:55:58 +02:00
Camilla Löwy
79eaf49ec0
Fix warning in Nuklear with Clang
2017-02-26 22:20:30 +01:00
Camilla Löwy
106a617fa8
Update Nuklear to 1.33.0
2017-02-26 18:47:53 +01:00
Camilla Löwy
4250725a60
Fix missing include in Nuklear GLFW backend
2017-02-08 15:32:34 +01:00
Camilla Löwy
afb5449ca4
Update Nuklear to 1.20
2017-02-07 19:12:22 +01:00
Camilla Löwy
3af0c47c97
Update Vulkan headers to 1.0.39.1 SDK
2017-02-06 15:16:22 +01:00
Camilla Löwy
2037b5ce39
Fix matrix not being fully initialized
...
Regression introduced with a28236d939
and found by @cher-nov.
Closes #937 .
2017-01-29 16:44:14 +01:00
Camilla Löwy
f383f7721c
Fix warnings in Nuklear
2016-12-05 14:17:33 +01:00
Camilla Löwy
3e4752f99e
Fix warnings in Nuklear GL2 backend
2016-12-03 20:46:36 +01:00
Camilla Löwy
f44307da4e
Update Nuklear to 1.18
...
Fixes #907 .
2016-12-03 20:35:17 +01:00
Camilla Löwy
cc9168bda1
Win32: Fix build on VC++ 2008
...
This is not official support for VC++ 2008.
Fixes #821 .
2016-12-03 20:06:23 +01:00
Camilla Löwy
f4d0c83181
Paperwork done
2016-11-30 14:00:41 +01:00
Camilla Berglund
ac83639631
Add stb_image_write
2016-11-09 01:36:23 +01:00
Camilla Berglund
7f9840cecf
Cocoa: Fix macOS 10.12 deprecation warnings
2016-10-09 01:39:31 +02:00
Camilla Berglund
2af40c3fe6
Update Nuklear to 1.156
2016-10-06 19:07:47 +02:00
Camilla Berglund
3752d68e7d
Fix Clang warnings in Nuklear
2016-09-29 01:24:56 +02:00
Camilla Berglund
40fff219b5
Add Nuklear
2016-09-25 14:12:04 +02:00
Camilla Berglund
2ed818bc03
Move to GL_KHR_debug
...
Thank you, @linkmauve.
2016-09-23 14:27:20 +02:00
Camilla Berglund
38aae024cd
Update glad, add debug extensions
2016-09-22 01:09:36 +02:00
Camilla Berglund
0090ce3df7
Update Vulkan headers to 1.0.26.0 SDK
2016-09-14 23:27:34 +02:00
Camilla Berglund
a28236d939
Fix matrix rotation regression
...
Related to #785 .
2016-07-13 22:22:43 +02:00
Camilla Berglund
18b6ba0af4
Remove trailing whitespace
2016-07-12 15:35:06 +02:00
ndogxj
65d4652e92
Fix VS 2010 build errors
...
VS 2010 cannot handle C99-style variable declarations in C mode.
Fixes #785 .
2016-07-12 01:02:58 +02:00
Camilla Berglund
d203ccbf5e
Add workaround for missing headers in legacy MinGW
2016-06-02 14:21:56 +02:00
Camilla Berglund
757eea2779
Update email address
2016-06-01 21:25:20 +02:00
Camilla Berglund
078bd8ef40
Update Vulkan headers to 1.0.11 SDK
2016-05-02 23:03:10 +02:00
Camilla Berglund
95439ba529
Merge downstream FreeBSD fix
2016-04-04 12:52:08 +02:00
Camilla Berglund
9b75bffc88
Add basic Vulkan support
...
Added GLFW_INCLUDE_VULKAN. Added glfwVulkanSupported,
glfwGetRequiredInstanceExtensions, glfwGetInstanceProcAddress,
glfwGetPhysicalDevicePresentationSupport and glfwCreateWindowSurface.
Added port of LunarG SDK tri example.
2016-02-16 14:58:58 +01:00
Camilla Berglund
d9e43ea120
Fix example build errors on legacy MinGW
2015-11-10 14:08:28 +01:00
Camilla Berglund
a7b75792ec
Fix bug in simplification
2015-10-16 05:22:13 +02:00
Camilla Berglund
9ea5291c48
Simplify glad
2015-10-16 05:02:48 +02:00
Camilla Berglund
1b1ef31228
Make tests and examples use glad
2015-10-14 12:38:18 +02:00
Camilla Berglund
bf123b5299
Simplify glad
2015-10-14 12:37:23 +02:00
Camilla Berglund
d4c5d4d104
Update glad to 3.2 with required extensions
2015-10-14 03:37:59 +02:00
Camilla Berglund
bf7cce25dc
Replace external context and client API headers
2015-10-13 00:48:18 +02:00
Camilla Berglund
572ac09660
Fix example build errors on VS2013 and earlier
...
VC++ does not support inline in C mode.
Fixes #581 .
2015-08-16 03:24:39 +02:00
Camilla Berglund
ce2ec035f4
Fix TinyCThread time retrieval
2015-08-14 12:42:38 +02:00
Camilla Berglund
1057bd38cf
Add linmath.h
2015-08-09 16:53:46 +02:00
Camilla Berglund
4596663232
Updated glad.
2015-03-15 15:47:39 +01:00
Camilla Berglund
10ee8b4e27
Updated extension headers.
2014-08-21 19:28:59 +02:00
Camilla Berglund
cdd44849b8
Updated glad.
2014-06-18 16:39:41 +02:00
Camilla Berglund
9c0ec39770
Fixed revert of e7c7ebf665
.
...
Fixes #269 .
2014-04-08 11:50:33 +02:00
Camilla Berglund
b126939b5d
Updated extension headers.
2014-04-03 18:20:23 +02:00
Camilla Berglund
ebb7145ccc
Fixed VC++ warnings.
2014-03-31 22:33:22 +02:00
Camilla Berglund
18c635f474
Replaced Free Getopt with getopt_port.
2014-01-21 14:16:51 +01:00
Camilla Berglund
fc92c5cc73
Removed unused bits of glad.
2014-01-12 05:07:46 +01:00
Camilla Berglund
6e0015f022
Replaced ad-hoc extension loading with glad.
2014-01-12 01:59:06 +01:00
Camilla Berglund
0c21dd3924
Added CLOCK_REALTIME to clock_gettime emulation.
2014-01-11 22:13:18 +01:00