Camilla Löwy
32eb50b75e
Move to Vulkan style function typedefs
...
PFN_FunctionName is more readable than SCREAMSOUP_T.
Context creation API function typedefs are kept as-is where the original
header provided them, for compatibility and familiarity reasons.
ago%!(EXTRA string=9 years)
Camilla Löwy
887e58bd21
Cleanup
...
Related to #882 .
ago%!(EXTRA string=9 years)
Sergey Tikhomirov
11a2413476
Cocoa: Fix issue with application sandboxing
...
Fixes #816 .
Closes #882 .
ago%!(EXTRA string=9 years)
Camilla Löwy
be4eb6fb2b
OSMesa: Add missing stubs
ago%!(EXTRA string=9 years)
Camilla Löwy
9e56099edd
Add glfwSetWindowAttrib
...
This function allows updating the GLFW_DECORATED, GLFW_RESIZABLE,
GLFW_FLOATING and GLFW_AUTO_ICONIFY attributes for existing windows.
Fixes #537 .
ago%!(EXTRA string=9 years)
Camilla Löwy
d92bb41e25
Fix typo
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Löwy
69e351b44a
Cleanup
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Löwy
ce161c2c02
Documentation work
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Löwy
f383f7721c
Fix warnings in Nuklear
ago%!(EXTRA string=9 years)
Camilla Löwy
1252016b9c
Add remaining GLSL version directives
...
Related to #864 .
ago%!(EXTRA string=9 years)
A. Tombs
1b17a5293c
Add version directives to GLSL shaders
...
Although not technically required, I believe it is best practice for
shaders to specify which version of the GLSL spec they conform to.
Closes #864 .
ago%!(EXTRA string=9 years)
Camilla Löwy
3e4752f99e
Fix warnings in Nuklear GL2 backend
ago%!(EXTRA string=9 years)
Camilla Löwy
f44307da4e
Update Nuklear to 1.18
...
Fixes #907 .
ago%!(EXTRA string=9 years)
Camilla Löwy
fd127d59fa
Cocoa: Improve OpenGL version restriction messages
...
Fixes #904 .
ago%!(EXTRA string=9 years)
Camilla Löwy
29b72c59f3
Documentation work
...
Related to #902 .
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Löwy
11376a2dd0
Cleanup
ago%!(EXTRA string=9 years)
Camilla Löwy
cc9168bda1
Win32: Fix build on VC++ 2008
...
This is not official support for VC++ 2008.
Fixes #821 .
ago%!(EXTRA string=9 years)
Camilla Löwy
f4d0c83181
Paperwork done
ago%!(EXTRA string=9 years)
Camilla Berglund
096efdf798
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
20735bf840
Add offscreen example to IDE folder
ago%!(EXTRA string=9 years)
Camilla Berglund
e3c3e780ae
Update .gitignore
ago%!(EXTRA string=9 years)
Camilla Berglund
9190cf8796
Cocoa: Disable deprecated function on macOS 10.12+
...
CGDisplayModeCopyPixelEncoding is deprecated starting with macOS 10.12.
ago%!(EXTRA string=9 years)
Camilla Berglund
d19a21bd01
Cocoa: Monitor name cleanup
...
Only retrieve the display info dictionary once. Remove non-standard
function name.
ago%!(EXTRA string=9 years)
Matthew Henry
94b8486d4b
Cocoa: Replace deprecated CGDisplayIOServicePort
...
This replaces CGDisplayIOServicePort with manually finding a service
port with matching vendor and product IDs. This may technically not be
the one corresponding to the display ID, but it is only used to retrieve
the human-readable make/model string.
This could be cleaned up and refined a bit by comparing more display
attributes when available, but it gets the job done.
Fixes #165 .
Closes #192 .
Closes #508 .
Closes #511 .
ago%!(EXTRA string=9 years)
Denis
cce430fbfa
Cocoa: Fix typo
...
Closes #897 .
ago%!(EXTRA string=9 years)
Camilla Berglund
5b8051581e
OSMesa: Allow cursor creation
ago%!(EXTRA string=9 years)
Camilla Berglund
0e8d129efb
OSMesa: Context creation compliance fixes
ago%!(EXTRA string=9 years)
Camilla Berglund
62012e3c68
OSMesa: Add fallback to OSMesaCreateContextExt
ago%!(EXTRA string=9 years)
Camilla Berglund
b8c71e7f2d
Add offscreen rendering example
ago%!(EXTRA string=9 years)
Camilla Berglund
ac83639631
Add stb_image_write
ago%!(EXTRA string=9 years)
Camilla Berglund
fef21361c5
OSMesa: Cleanup
...
Fixes formatting, semantics and documentation. Adds
glfwGetOSMesaContext. Adds support for OSMesa context attributes.
Updates changelog and credits. Adds license and copyright headers.
Removes superfluous code (the shared code provides many conveniences).
Removes loading of unused OSMesa functions. Removes empty platform
structs. Fixes version string format. Removes build dependency on
the OSMesa header and library (only the library is needed and only at
runtime).
Closes #850 .
ago%!(EXTRA string=9 years)
Jason Daly
368fa9475d
Add headless OSMesa backend
...
Allows creation and drawing to in-memory OpenGL contexts.
This backend does not provide input.
Related to #850 .
ago%!(EXTRA string=9 years)
Camilla Berglund
a90ee65f7b
Add definition of GLAPIENTRY
ago%!(EXTRA string=9 years)
Camilla Berglund
e83be1d73a
Note that mode switching does not affect context
ago%!(EXTRA string=9 years)
Camilla Berglund
e8c3e54dda
Documentation work
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Berglund
2aee114950
Clarify glfwinfo output for no Vulkan extensions
ago%!(EXTRA string=9 years)
Camilla Berglund
4d322a97e1
Fix Vulkan extension count when none were found
ago%!(EXTRA string=9 years)
Emmanuel Gil Peyrot
8210f89b12
Wayland: Set a proper name for outputs.
...
glfwGetMonitorName()’s documentation says “this function returns a
human-readable name”, which “typically reflects the make and model of
the monitor”. We get these two strings in the geometry event, so we
only set the name at this point.
ago%!(EXTRA string=9 years)
Emmanuel Gil Peyrot
a28baabefe
Allow a monitor to be created without a name.
ago%!(EXTRA string=9 years)
Camilla Berglund
e94d16667b
Cocoa: Add basic support for Vulkan via MoltenVK
...
This adds basic support for MoltenVK, a Vulkan implementation on top of
Metal, on macOS 10.11 and later. It looks for MoltenVK in the process
via RTLD_DEFAULT symbol lookup if _GLFW_VULKAN_STATIC is disabled.
glfwCreateWindowSurface now creates and sets a CAMetalLayer for the
window content view, which is required for MoltenVK to function.
You must help CMake find MoltenVK for the Vulkan test to be built.
Fixes #870 .
ago%!(EXTRA string=9 years)
Camilla Berglund
c3db1cae3f
Fix glfwGetInstanceProcAddress for static linking
ago%!(EXTRA string=9 years)
Camilla Berglund
017162e3fd
Cocoa: Stop searching for system frameworks
ago%!(EXTRA string=9 years)
Camilla Berglund
fef25ea934
Emit all Vulkan init errors from init function
ago%!(EXTRA string=9 years)
Camilla Berglund
a9282bad29
Disable all dl* calls for _GLFW_VULKAN_STATIC
ago%!(EXTRA string=9 years)
Camilla Berglund
67931bdeb2
Replace last @remarks with @remark
ago%!(EXTRA string=9 years)
Camilla Berglund
85f867983f
Update Vulkan test to 1.0.26.0
...
Fixes #727 .
Fixes #758 .
ago%!(EXTRA string=9 years)
Camilla Berglund
ec17161651
Note that mode switching does not affect context
ago%!(EXTRA string=9 years)
Camilla Berglund
3d4bd9667a
Win32: Fix joystick error message prefix
ago%!(EXTRA string=9 years)
Camilla Berglund
7420814fe2
Win32: Poll only helper window messages at init
ago%!(EXTRA string=9 years)
Camilla Berglund
8d6f265441
Update default name from OS X to macOS
...
Note that earlier releases are still referred to by their proper names;
OS X <version> or Mac OS X <version>.
ago%!(EXTRA string=9 years)