gr-fosphor/lib/fosphor
Sylvain Munaut 720e702ee9 fosphor/shaders: Use GLSL 1.3 instead of "1.5 compatibility"
I originally used 1.5 compatibility because it still allows immediate
mode / fixed pipeline without warning. But Intel Cards on linux and
OSX in general don't implement it.

Using 1.3 works fine since I don't need anything more recent, but
if you display the compilation results, it will for a deprecation
warning.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2015-01-19 14:16:25 +01:00
..
AUTHORS fosphor: Initial import of the core code 2013-10-13 22:05:38 +02:00
COPYING fosphor: Initial import of the core code 2013-10-13 22:05:38 +02:00
DroidSansMonoDotted.ttf fosphor: Initial import of the core code 2013-10-13 22:05:38 +02:00
DroidSansMonoDotted.txt fosphor: Initial import of the core code 2013-10-13 22:05:38 +02:00
Makefile fosphor/cl: Handle CL 1.1 vs 1.2 differently 2014-07-24 22:34:06 +02:00
axis.c fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00
axis.h fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00
cl.c fosphor/cl: Fix warning due to unused var 2015-01-19 00:23:58 +01:00
cl.h fosphor/cl: Track the current CL state to avoid doing useless stuff 2014-07-24 22:34:06 +02:00
cl_compat.c fosphor/cl_compat: Blacklist POCL 2015-01-18 23:35:51 +01:00
cl_compat.h fosphor/cl: Add compatibility wrappers for more CL 1.2 functions 2014-07-24 22:34:06 +02:00
cl_platform.h fosphor/cl: Handle CL 1.1 vs 1.2 differently 2014-07-24 22:34:06 +02:00
cmap_bicubic.glsl fosphor/shaders: Use GLSL 1.3 instead of "1.5 compatibility" 2015-01-19 14:16:25 +01:00
cmap_fallback.glsl fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00
cmap_simple.glsl fosphor/shaders: Use GLSL 1.3 instead of "1.5 compatibility" 2015-01-19 14:16:25 +01:00
display.cl fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00
fft.cl fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00
fosphor.c fosphor: Allow operation without CL/GL sharing extension 2014-07-24 22:34:07 +02:00
fosphor.h fosphor: Minor doc fix in fosphor.h 2014-07-24 22:34:05 +02:00
gl.c fosphor/gl: Allow fallback to GL_LUMINANCE32F_ARB internal format 2015-01-19 14:16:25 +01:00
gl.h fosphor: Allow operation without CL/GL sharing extension 2014-07-24 22:34:07 +02:00
gl_cmap.c fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00
gl_cmap.h fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00
gl_cmap_gen.c fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00
gl_cmap_gen.h fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00
gl_font.c fosphor/gl_font: Make sure to set GL_TEXTURE_ENV_MODE properly 2015-01-19 14:16:25 +01:00
gl_font.h fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00
gl_platform.h fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00
llist.h fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00
main.c fosphor/main: Fix the render option initialization sequence 2014-07-24 22:34:06 +02:00
mkresources.py fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00
private.h fosphor: Allow operation without CL/GL sharing extension 2014-07-24 22:34:07 +02:00
resource.c fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00
resource.h fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00
resource_internal.h fosphor: Update year in copyright notice 2014-07-24 22:34:05 +02:00