Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965/vs: When failing due to lack of spilling, don't continue on. | Eric Anholt | 2011-09-08 | 1 | -0/+1 |
* | i965/vs: Fix GPU hangs in shaders with large virtual GRFs pre-gen6. | Eric Anholt | 2011-09-06 | 1 | -1/+2 |
* | i965: Fix Android build by removing relative includes | Chad Versace | 2011-08-30 | 1 | -1/+1 |
* | i965/vs: Implement proper register allocation instead of 1:1 mapping. | Eric Anholt | 2011-08-19 | 1 | -1/+138 |
* | i965/vs: Remove stale comment about compressed instructions. | Eric Anholt | 2011-08-19 | 1 | -1/+0 |
* | i965/vs: Fix the trivial register allocator's failure path. | Eric Anholt | 2011-08-16 | 1 | -3/+2 |
* | i965/vs: Slightly improve the trivial reg allocator to skip unused regs. | Eric Anholt | 2011-08-16 | 1 | -2/+24 |
* | i965: Start adding the VS visitor and codegen. | Eric Anholt | 2011-08-16 | 1 | -0/+77 |