jp9000
|
e5e168e930
libobs-opengl: Use windowless context (windows)
|
10 rokov pred |
jp9000
|
5dfecab15c
Fix windows printf format warnings (from mingw)
|
10 rokov pred |
jp9000
|
caa32cb6d1
Add support for shared textures to graphics API
|
11 rokov pred |
jp9000
|
41fad2d1a4
(API Change) Use const params where applicable
|
11 rokov pred |
jp9000
|
c9df41c1e2
(API Change) Remove pointers from all typedefs
|
11 rokov pred |
jp9000
|
5780f3f177
(API Change) Improve graphics API consistency
|
11 rokov pred |
jp9000
|
a27f2fbb3a
Fix potentially uninitialized variable warnings
|
11 rokov pred |
jp9000
|
f675c8029f
Fix 'unused parameter' warnings on windows
|
11 rokov pred |
Lioncash
|
96031f2392
Fix a possible null pointer dereference
|
11 rokov pred |
BtbN
|
e50201cad1
Move from glLoadGen to GLAD
|
11 rokov pred |
BtbN
|
0f9c6e5503
Create sub window for rendering, to avoid visual mismatch issues
|
11 rokov pred |
jp9000
|
4f7ab552df
Reimplement monitor capture
|
11 rokov pred |
jp9000
|
b067440f73
Use bzalloc instead of bmalloc then memset
|
11 rokov pred |
Zachary Lund
|
cc44c93fbf
Fixed missed boolean check
|
11 rokov pred |
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 rokov pred |
Zachary Lund
|
d3dab077cb
Another attempt to fix ARB_debug_output, hopefully the last one.
|
12 rokov pred |
jp9000
|
bf371437b3
Fixed debug extension check
|
12 rokov pred |
Zachary Lund
|
840c1cfd65
I removed GL-specific extension checking to a platform independent file.
|
12 rokov pred |
jp9000
|
969a71d716
call NSOpenGLContext 'update' on opengl context on macos when resizing
|
12 rokov pred |
jp9000
|
8298fa4dc7
With the permission of my fellow contributors, I'm switching obs-studio back to GPL v2+ to prevent issues between this project and the original OBS project, and for personal reasons to avoid legal ambiguity (not political reasons, I admittedly would prefer GPL v3+)
|
12 rokov pred |
jp9000
|
e5c99175c5
fixed some build issues on non-windows systems
|
12 rokov pred |
jp9000
|
409b011a8e
cleaned up main internal data structure design, changed to reference counting for sources to ensure safe destruction of source objects from all parts of the system, added some service-related stuff for testing
|
12 rokov pred |
jp9000
|
bb329b9278
avoid using 'default' for enum switches
|
12 rokov pred |
jp9000
|
dfa2dc6eab
fix up the rest of the GL code, add glew to project, add makefiles for opengl, fix makefiles so that it can be built with gcc, update project files to automatically output to the build directory
|
12 rokov pred |
jp9000
|
9570f0b8d7
change names, fix some bugs, minor GL/D3D fixes, update tests, fix effect files, output a little more debug information
|
12 rokov pred |
jp9000
|
9577ddcf9b
fill in the rest of the GL functions. finally
|
12 rokov pred |
jp9000
|
e804a9043d
fix GL pixel pack and unpack stuff
|
12 rokov pred |
jp9000
|
85e2fc6b07
add stage surfaces and texture copying
|
12 rokov pred |
jp9000
|
3243bfbaa3
rearrange/cleanup GL texture stuff, and fill out GL cubemap texture functions (still need FBOs)
|
12 rokov pred |
jp9000
|
543d2481f1
move around some graphics stuff and put in copyright comments
|
12 rokov pred |