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

xrRender: static geometry buffers code unification (#489) #490

Merged
merged 23 commits into from
Nov 4, 2019
Merged

xrRender: static geometry buffers code unification (#489) #490

merged 23 commits into from
Nov 4, 2019

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    f47a8b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2df13e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9653e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64d9691 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3804d24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f436ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3057e28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97b0b8e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Configuration menu
    Copy the full SHA
    31056ec View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Configuration menu
    Copy the full SHA
    097463e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df0d27a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d38723 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42d1d22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1cacab View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    a837eb6 View commit details
    Browse the repository at this point in the history
  2. Review iteration

    vTurbine committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    861de26 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Review iteration #2

    * Dead code restored
    * `GetHostPointer` -> `Map`
    * Option to keep host buffer for further readings
    * `Destroy` is hidden to prevent ref counter miscalculations
    vTurbine committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    f84a3d0 View commit details
    Browse the repository at this point in the history
  2. Assert statement simplified

    vTurbine committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    7c5b1c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b3a6a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. Merge issue resolved

    vTurbine committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    f17ab22 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Review iteration #3

    - `Flush` removed;
    - More verbosity in assertions;
    - Don't allow to map buffer for writes twice. Such pattern isn't used
    in the Engine and this will need buffer handle invalidation.
    - Some documentation added
    vTurbine committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    3732d5a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. Coding style fixed

    vTurbine committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    1ebd608 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    794696d View commit details
    Browse the repository at this point in the history