Git Product home page Git Product logo

dataformat-registry's People

Contributors

markcallow avatar oddhack avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dataformat-registry's Issues

Bit-level descriptions for section 2.3 "More complex 2-D texel addressing"

I think that section 2.3 would benefit from bit-level illustrations and descriptions for computing offsets from coordinates. I think this would be a good complement to the C implementations which are great.

In the first approach (linear tiles?), the bits are combined as follows (modulo lineStride), from lsb to msb.

  • least significant "twb" bits of x
  • least significant "twh" bits of y
  • remaining bits of x
  • remaining bits of y

The Morton order effectively merges (similarly to MergeSort) the bits from the x and y coordinates.

  • least significant bit of x
  • least significant bit of y
  • next-to-least significant bit of x
  • next-to-least significant bit of y
  • ...

Renaming master -> main branch scheduled for 2021-08-09

@MarkCallow @fluppeteer and other interested parties: heads-up that I propose to rename the default branch of this repository to 'main' on or after 2021-08-09, following emerging Khronos & github practice. This will have very little impact, although if you have a checked-out repository clone, you may want to follow the simple instructions github will pop up on the repository webpage describing how to do the same locally.

If there is a concern about this, please raise it here by 2021-08-06.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.