From 37b7b32d6138842fb567fa8feeda14ff566bc57b Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 29 Jul 2017 20:15:59 +0200 Subject: vo_opengl: manage scaler LUT textures via ra Also fix the RA_CAP_ bitmask nonsense. --- video/out/opengl/video.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'video/out/opengl/video.h') diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h index b19f6e099d..5b50cdd3f2 100644 --- a/video/out/opengl/video.h +++ b/video/out/opengl/video.h @@ -53,8 +53,7 @@ struct scaler { double scale_factor; bool initialized; struct filter_kernel *kernel; - GLuint gl_lut; - GLenum gl_target; + struct ra_tex *lut; struct fbotex sep_fbo; bool insufficient; int lut_size; -- cgit v1.2.3