| .. | 
			
		
		
			
				
					| 
						
							
						
						.gitignore
					 | 
				
				
					f255ae1922
					first commit
				 | 
				12 years ago | 
			
		
			
				
					| 
						
							
						
						CMakeLists.txt
					 | 
				
				
					7867d16e6b
					libobs-opengl: Implement DMA-BUF importing on EGL renderers
				 | 
				4 years ago | 
			
		
			
				
					| 
						
							
						
						gl-cocoa.m
					 | 
				
				
					61ea6e0247
					libobs: Add texture sharing support for macOS/OpenGL
				 | 
				4 years ago | 
			
		
			
				
					| 
						
							
						
						gl-egl-common.c
					 | 
				
				
					e1f01554f7
					libobs-opengl: Swap order of out parameters
				 | 
				3 years ago | 
			
		
			
				
					| 
						
							
						
						gl-egl-common.h
					 | 
				
				
					b072159703
					libobs-opengl: Implement DMA-BUF query functions for EGL renderer
				 | 
				3 years ago | 
			
		
			
				
					| 
						
							
						
						gl-helpers.c
					 | 
				
				
					8f6984e345
					libobs: Add support for volume textures
				 | 
				5 years ago | 
			
		
			
				
					| 
						
							
						
						gl-helpers.h
					 | 
				
				
					9f330050ef
					libobs-opengl: OpenGL thread-safety on Mac
				 | 
				5 years ago | 
			
		
			
				
					| 
						
							
						
						gl-indexbuffer.c
					 | 
				
				
					f53df7da64
					clang-format: Apply formatting
				 | 
				6 years ago | 
			
		
			
				
					| 
						
							
						
						gl-nix.c
					 | 
				
				
					4cda05f270
					libobs/graphics: Add Linux-only gs_query_dmabuf_* functions
				 | 
				3 years ago | 
			
		
			
				
					| 
						
							
						
						gl-nix.h
					 | 
				
				
					4cda05f270
					libobs/graphics: Add Linux-only gs_query_dmabuf_* functions
				 | 
				3 years ago | 
			
		
			
				
					| 
						
							
						
						gl-shader.c
					 | 
				
				
					66259560e0
					libobs: Add dormant SRGB format support
				 | 
				4 years ago | 
			
		
			
				
					| 
						
							
						
						gl-shaderparser.c
					 | 
				
				
					7427272062
					libobs-opengl: SRGB-safe GLSL path for raw loads
				 | 
				4 years ago | 
			
		
			
				
					| 
						
							
						
						gl-shaderparser.h
					 | 
				
				
					6ca52db8ce
					libobs-opengl: Add sincos to HLSL->GLSL transpile
				 | 
				5 years ago | 
			
		
			
				
					| 
						
							
						
						gl-stagesurf.c
					 | 
				
				
					9bd9513e94
					Revert "libobs-opengl: Use PBO in device_stage_texture on macOS"
				 | 
				3 years ago | 
			
		
			
				
					| 
						
							
						
						gl-subsystem.c
					 | 
				
				
					33a6d2a5fd
					libobs: Expose blending operation types
				 | 
				3 years ago | 
			
		
			
				
					| 
						
							
						
						gl-subsystem.h
					 | 
				
				
					33a6d2a5fd
					libobs: Expose blending operation types
				 | 
				3 years ago | 
			
		
			
				
					| 
						
							
						
						gl-texture2d.c
					 | 
				
				
					8f6984e345
					libobs: Add support for volume textures
				 | 
				5 years ago | 
			
		
			
				
					| 
						
							
						
						gl-texture3d.c
					 | 
				
				
					882687934c
					libobs-opengl: Fix volume texture leak
				 | 
				5 years ago | 
			
		
			
				
					| 
						
							
						
						gl-texturecube.c
					 | 
				
				
					8f6984e345
					libobs: Add support for volume textures
				 | 
				5 years ago | 
			
		
			
				
					| 
						
							
						
						gl-vertexbuffer.c
					 | 
				
				
					b8e5cf3a95
					libobs-opengl: Empty VAO
				 | 
				6 years ago | 
			
		
			
				
					| 
						
							
						
						gl-wayland-egl.c
					 | 
				
				
					b072159703
					libobs-opengl: Implement DMA-BUF query functions for EGL renderer
				 | 
				3 years ago | 
			
		
			
				
					| 
						
							
						
						gl-wayland-egl.h
					 | 
				
				
					eab27571d2
					libobs-opengl: Introduce an EGL/Wayland renderer
				 | 
				4 years ago | 
			
		
			
				
					| 
						
							
						
						gl-windows.c
					 | 
				
				
					7f2dfd53a9
					libobs-opengl: Use correct size for PIXELFORMATDESCRIPTOR
				 | 
				3 years ago | 
			
		
			
				
					| 
						
							
						
						gl-x11-egl.c
					 | 
				
				
					b072159703
					libobs-opengl: Implement DMA-BUF query functions for EGL renderer
				 | 
				3 years ago | 
			
		
			
				
					| 
						
							
						
						gl-x11-egl.h
					 | 
				
				
					2fd8a6df55
					libobs-opengl: Introduce the X11/EGL winsys
				 | 
				4 years ago | 
			
		
			
				
					| 
						
							
						
						gl-x11-glx.c
					 | 
				
				
					4cda05f270
					libobs/graphics: Add Linux-only gs_query_dmabuf_* functions
				 | 
				3 years ago | 
			
		
			
				
					| 
						
							
						
						gl-x11-glx.h
					 | 
				
				
					647415ec4f
					libobs-opengl: Factor out GLX winsys
				 | 
				4 years ago | 
			
		
			
				
					| 
						
							
						
						gl-zstencil.c
					 | 
				
				
					f53df7da64
					clang-format: Apply formatting
				 | 
				6 years ago |