Skip to content
Snippets Groups Projects
  1. Mar 24, 2020
    • Romain Vimont's avatar
      opengl: move fragment shader creation to renderer · 2b29f92c
      Romain Vimont authored
      The helper fragment_shaders.c was responsible to create the whole
      fragment shaders. For now on, make it responsible to generate only the
      piece of GLSL code necessary to access the input picture (i.e. to
      implement vlc_texture()).
      
      Make the renderer create its own fragment shader, using the
      vlc_texture() function generated by fragment_shaders.c.
      2b29f92c
  2. Mar 23, 2020
  3. Mar 22, 2020
  4. Mar 21, 2020
  5. Mar 20, 2020
  6. Mar 19, 2020
Loading