Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

working on some missing enum groups #431

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

Commits on Oct 3, 2020

  1. add enums to PixelType group

    3b committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    4540620 View commit details
    Browse the repository at this point in the history
  2. add enums to LightParameter group

    3b committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    009eab1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9fd842 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Configuration menu
    Copy the full SHA
    7f1e507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfd2687 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5c39e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f39063 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42574a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Refactor/fix a bunch of VertexAttrib*/VertexArray* enum groups

    mostly for various gets, but VertexAttribEnumNV was used on a bunch of
    other functions, so added groups for those too
    
    VertexAttribEnum,VertexAttribPropertyARB -> GetVertexAttribPName
    VertexAttribPointerPropertyARB -> GetVertexAttribPointerPName
    VertexArrayPNameAPPLE -> VertexArrayParamAPPLE
      and add new VertexArrayPNameAPPLE for actual pname arg
    VertexArrayPName ->
      GetVertexArrayIndexedPName,
      GetVertexArrayIndexed64PName,
      GetVertexArrayPName,
      GetVertexArrayIntegeriPNameEXT,
      GetVertexArrayIntegerPNameEXT,
      GetVertexArrayPointeriPNameEXT,
      GetVertexArrayPointervPNameEXT
    VertexAttribEnumNV ->
      ProgramTargetNV,
      LoadProgramTargetNV,
      ProgramAttribPNameNV,
      ProgramParameterPNameNV,
      VertexProgramAttribPointerPNameNV,
      ProgramPNameNV,
      ProgramStringPNameNV,
      VertexProgramGetTrackMatrixPNameNV,
      VertexProgramTrackMatrixMatrixNV
    3b committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    d580a9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96b6c25 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    69027f5 View commit details
    Browse the repository at this point in the history
  2. Merge SamplerParameterI and SamplerParameterF groups, add missing enums

    Spec lists same set of args for all functions
     (query table lists preferred Get for each, but doesn't seem to restrict
      use of others, even if they might not be useful)
    3b committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    f6ba13a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Configuration menu
    Copy the full SHA
    35cbba0 View commit details
    Browse the repository at this point in the history
  2. restore some old group names

    3b committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    5a2107c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb3a7c2 View commit details
    Browse the repository at this point in the history