Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Common: Get rid of alignment macros | Lioncash | 2016-03-09 | 1 | -4/+4 |
* | Add immediate mode vertex submission | Dwayne Slater | 2016-03-03 | 1 | -1/+17 |
* | pica: Implement decoding of basic fragment lighting components. | bunnei | 2016-02-05 | 1 | -3/+5 |
* | Shader: Fix size_t to int casts of register offsets | aroulin | 2015-09-07 | 1 | -6/+6 |
* | Build fix for Debug configurations. | Tony Wasserka | 2015-08-16 | 1 | -1/+1 |
* | Introduce a shader tracer to allow inspection of input/output values for each processed instruction. | Tony Wasserka | 2015-08-16 | 1 | -6/+189 |
* | Shader: Use a POD struct for registers. | bunnei | 2015-08-16 | 1 | -9/+12 |
* | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. | bunnei | 2015-08-16 | 1 | -0/+3 |
* | Shader: Define a common interface for running vertex shader programs. | bunnei | 2015-08-15 | 1 | -0/+163 |