Skip to content
Snippets Groups Projects
  1. Sep 04, 2009
  2. Sep 03, 2009
  3. Sep 02, 2009
  4. Sep 01, 2009
  5. Aug 31, 2009
  6. Aug 30, 2009
  7. Aug 28, 2009
  8. Aug 27, 2009
  9. Aug 26, 2009
  10. Aug 24, 2009
    • Brian Paul's avatar
      ARB prog: Set error instead of falling through with incorrect value · bf7e4b10
      Brian Paul authored
      If a fragment program only parameter was queried of a vertex program
      (e.g., GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB) no error would be set and
      a random value would be returned.  This caused 'glxinfo -l' to show
      the same values for GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB,
      GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB, GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB,
      GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB,
      GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB,
      GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB as for
      GL_MAX_PROGRAM_ENV_PARAMETERS_ARB.  This is confusing and incorrect.
      
      (cherry picked from master, commit 4bccd693)
      bf7e4b10
    • Brian Paul's avatar
      docs: recent 7.5.1 bug fixes · 96f7b422
      Brian Paul authored
      96f7b422
Loading