0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/libobs-opengl
jpark37 6eca70a529 libobs-opengl: Require OpenGL 3.3 instead of 3.2
There don't appear to be any GPUs that support 3.2, but not 3.3. GLSL
330 maps to HLSL Shader Model 4, so this will theoretically make shaders
programs less likely to diverge, particularly for behavior around NaNs.
2019-09-12 21:28:26 -07:00
..
.gitignore first commit 2013-09-30 19:37:13 -07:00
CMakeLists.txt Generate proper DL_OPENGL value for linux 2015-02-16 15:28:42 -05:00
gl-cocoa.m libobs: Add graphics API to get graphics object pointer 2019-08-29 12:43:10 -07:00
gl-helpers.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-helpers.h libobs-opengl: Fix Clang warnings 2019-08-17 11:02:03 -07:00
gl-indexbuffer.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-shader.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-shaderparser.c libobs-opengl: Require OpenGL 3.3 instead of 3.2 2019-09-12 21:28:26 -07:00
gl-shaderparser.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-stagesurf.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-subsystem.c libobs-opengl: Require OpenGL 3.3 instead of 3.2 2019-09-12 21:28:26 -07:00
gl-subsystem.h Revert "libobs-opengl: Add GS_RGBX format" 2019-08-11 18:30:28 -07:00
gl-texture2d.c libobs-opengl: Fix DUMMY textures left bound 2019-08-11 19:40:24 -07:00
gl-texturecube.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-vertexbuffer.c libobs-opengl: Empty VAO 2019-06-24 23:13:04 -05:00
gl-windows.c libobs-opengl: Require OpenGL 3.3 instead of 3.2 2019-09-12 21:28:26 -07:00
gl-x11.c libobs-opengl: Require OpenGL 3.3 instead of 3.2 2019-09-12 21:28:26 -07:00
gl-zstencil.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00