PatTheMav
|
9650109748
libobs-opengl: Disable deprecation warnings on macOS
|
3 gadi atpakaļ |
jpark37
|
2c7ef7d682
libobs-opengl: Fix Mac projector color space
|
3 gadi atpakaļ |
jpark37
|
4fe6803fe4
libobs: Prevent D3D11 projectors from tearing
|
3 gadi atpakaļ |
PatTheMav
|
4edb034790
libobs-opengl: Fix error message for invalid IOSurface buffers
|
3 gadi atpakaļ |
Developer-Ecosystem-Engineering
|
9ed5062e59
mac-capture: Add support for improved window capture in macOS 12.3
|
3 gadi atpakaļ |
mvji
|
c6029ac658
libobs-opengl: Fix compiler warning
|
3 gadi atpakaļ |
jpark37
|
eccde48926
libobs/graphics: Add gs_is_monitor_hdr
|
3 gadi atpakaļ |
PatTheMav
|
61ea6e0247
libobs: Add texture sharing support for macOS/OpenGL
|
4 gadi atpakaļ |
jpark37
|
0a296bb12f
libobs-opengl: Lock Mac parent context during present
|
5 gadi atpakaļ |
jpark37
|
1733705070
libobs-opengl: Fix Mac VAO created without context
|
5 gadi atpakaļ |
jpark37
|
9f330050ef
libobs-opengl: OpenGL thread-safety on Mac
|
5 gadi atpakaļ |
jp9000
|
bf41fd5a6b
libobs: Add graphics API to get graphics object pointer
|
6 gadi atpakaļ |
Colin Edwards
|
ad85a9fa25
Apply clang-format to objective c code
|
6 gadi atpakaļ |
jp9000
|
4494e927f7
libobs-opengl: Disable v-sync on mac
|
8 gadi atpakaļ |
jp9000
|
ce1014c417
libobs-opengl: Use windowless context (cocoa)
|
10 gadi atpakaļ |
jp9000
|
41fad2d1a4
(API Change) Use const params where applicable
|
11 gadi atpakaļ |
jp9000
|
c9df41c1e2
(API Change) Remove pointers from all typedefs
|
11 gadi atpakaļ |
jp9000
|
5780f3f177
(API Change) Improve graphics API consistency
|
11 gadi atpakaļ |
Palana
|
b0237fd581
Use high resolution GL surface when available
|
11 gadi atpakaļ |
BtbN
|
e50201cad1
Move from glLoadGen to GLAD
|
11 gadi atpakaļ |
BtbN
|
0f9c6e5503
Create sub window for rendering, to avoid visual mismatch issues
|
11 gadi atpakaļ |
Palana
|
c2abb80c9a
Use bzalloc instead of bmalloc+memset
|
11 gadi atpakaļ |
Palana
|
61cf2faad3
Delete per window GL context for Cocoa and just swap the view instead
|
11 gadi atpakaļ |
Palana
|
f8b90a5c8f
Add per window GL context for Cocoa libobs-opengl implementation
|
11 gadi atpakaļ |
Zachary Lund
|
74ab96a3ad
I removed GLEW, added glLoadGen (renamed to GL here), and added implementations for all platforms. Hopefully this goes better than GLAD did.
|
11 gadi atpakaļ |
Zachary Lund
|
840c1cfd65
I removed GL-specific extension checking to a platform independent file.
|
11 gadi atpakaļ |
Palana
|
b70df7607c
synchronize opengl context access on osx between threads
|
11 gadi atpakaļ |
jp9000
|
e2a1186269
one of the problems of doing changes for Objective-C on windows is that you can't actually compile your code and test it before commiting, leading to foolish little errors like 'you forgot to put a semicolen at the end of that call'
|
11 gadi atpakaļ |
jp9000
|
141b22e76e
not sure what was on my mind there but I totally got the variable names wrong in that last commit (for NSOpenGLContext update)
|
11 gadi atpakaļ |
jp9000
|
969a71d716
call NSOpenGLContext 'update' on opengl context on macos when resizing
|
11 gadi atpakaļ |