Skip to content
Snippets Groups Projects
  1. Apr 15, 2010
  2. Apr 13, 2010
  3. Mar 24, 2010
  4. Mar 22, 2010
  5. Mar 19, 2010
    • Ian Romanick's avatar
      Change expected result of TextureRectangleSamplers.frag from 'fail' to 'pass' · ab000ba5
      Ian Romanick authored
      Ah my friend texture rectangles.  The spec for
      GL_ARB_texture_rectangle is a little bit broken because it was
      developed before the #extension mechanism existed.  Because of this,
      shaders do not need to have the '#extension GL_ARB_texture_rectangle:
      enable' directive.  Issue #15 in the spec says:
      
       15) How does this extension interact with GLSL based on the "OpenGL
           Shading Language Extension Conventions"?
      
           Unfortunately, this extension was specified and implemented
           contemporaneously with the GLSL Extension Conventions and because
           of this timing does not follow its guidance for #extension and
           adornment of new GLSL names.  Because this extension has both an
           API interaction (adding a new rectangle texture target) and a GLSL
           interaction (functions and sampler types for accessing texture
           rectangles), you can't practically use the GLSL texture rectangle
           functionality without the API functionality.  For this reason,
           detecting the GL_ARB_texture_rectangle string is sufficient for
           assuming the GLSL functionality is present.
      
           Conceptually, you can consider the declaration
           #extension GL_ARB_texture_rectangle : require, to allow support
           for texture rectangles, to be implicitly prepended to every
           GLSL shader when ARB_texture_rectangle is advertised.
      
           All future GLSL extensions should follow the "OpenGL Shading Language
           Extension Conventions" however.
      ab000ba5
  6. Mar 17, 2010
  7. Mar 16, 2010
  8. Mar 14, 2010
  9. Mar 13, 2010
  10. Mar 10, 2010
  11. Mar 09, 2010
  12. Mar 06, 2010
Loading