1. 04 Dec, 2020 12 commits
  2. 03 Dec, 2020 4 commits
  3. 02 Dec, 2020 10 commits
  4. 01 Dec, 2020 13 commits
  5. 30 Nov, 2020 1 commit
    • EGL: Generate entry points. · 3f564fc7
      Jamie Madill authored
      This adds two final auto-generated files for the EGL and EXT extension
      entry points. It adds a new data file that stores a mapping between
      object types and entry points for associating labeled objects with
      certain methods. When we generate errors we record the associated
      object in the debug message output.
      
      This places the remainder of the hand-written code in "stub" files.
      Going forward the work for implementing new extension entry points
      for EGL will be to update the registry XML files and then implement
      the corresponding stub methods. Event logging, parameter packing,
      and validation are all handled by the auto-generated code.
      
      Bug: angleproject:2621
      Change-Id: I28153432802c37b929ff2ea1e1a3e3ce9de91605
      Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2562680
      Commit-Queue: Jamie Madill <jmadill@chromium.org>
      Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
      Reviewed-by: 's avatarTim Van Patten <timvp@google.com>