aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/color_conversion.h2
-rw-r--r--include/egl.h2
-rw-r--r--include/pipewire_video.h1
3 files changed, 2 insertions, 3 deletions
diff --git a/include/color_conversion.h b/include/color_conversion.h
index cb074a1..76d8be5 100644
--- a/include/color_conversion.h
+++ b/include/color_conversion.h
@@ -50,7 +50,6 @@ typedef struct {
gsr_color_range color_range;
bool load_external_image_shader;
- bool force_graphics_shader;
} gsr_color_conversion_params;
typedef struct {
@@ -78,7 +77,6 @@ void gsr_color_conversion_deinit(gsr_color_conversion *self);
void gsr_color_conversion_draw(gsr_color_conversion *self, unsigned int texture_id, vec2i destination_pos, vec2i destination_size, vec2i source_pos, vec2i source_size, vec2i texture_size, gsr_rotation rotation, gsr_source_color source_color, bool external_texture, bool alpha_blending);
void gsr_color_conversion_clear(gsr_color_conversion *self);
-void gsr_color_conversion_read_destination_texture(gsr_color_conversion *self, int destination_texture_index, int x, int y, int width, int height, unsigned int color_format, unsigned int data_format, void *pixels);
gsr_rotation gsr_monitor_rotation_to_rotation(gsr_monitor_rotation monitor_rotation);
diff --git a/include/egl.h b/include/egl.h
index 0b6a034..8e7496c 100644
--- a/include/egl.h
+++ b/include/egl.h
@@ -141,6 +141,8 @@ typedef void(*__GLXextFuncPtr)(void);
#define GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS 0x90EB
#define GL_TEXTURE0 0x84C0
#define GL_TEXTURE1 0x84C1
+#define GL_CLAMP_TO_BORDER 0x812D
+#define GL_TEXTURE_BORDER_COLOR 0x1004
#define GL_SHADER_IMAGE_ACCESS_BARRIER_BIT 0x00000020
#define GL_ALL_BARRIER_BITS 0xFFFFFFFF
diff --git a/include/pipewire_video.h b/include/pipewire_video.h
index b593630..92622b8 100644
--- a/include/pipewire_video.h
+++ b/include/pipewire_video.h
@@ -65,7 +65,6 @@ typedef struct {
struct spa_video_info format;
int server_version_sync;
bool negotiated;
- bool renegotiated;
bool damaged;
struct {