Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965/vs: add vec4_instruction::depends_on_flags | Chris Forbes | 2013-08-16 | 1 | -2/+2 |
* | i965: Move intel_context::gen and gt fields to brw_context. | Kenneth Graunke | 2013-07-09 | 1 | -3/+1 |
* | i965: Move intel_context::is_<platform> flags to brw_context. | Kenneth Graunke | 2013-07-09 | 1 | -1/+1 |
* | i965: Pass brw_context to functions rather than intel_context. | Kenneth Graunke | 2013-07-09 | 1 | -2/+4 |
* | glsl: Remove ir_print_visitor.h includes and usage | Eric Anholt | 2013-06-21 | 1 | -1/+0 |
* | i965/fs: Fix segfault in instruction scheduling with LINTERP using last GRF. | Eric Anholt | 2013-05-29 | 1 | -2/+8 |
* | i965/vs: Add instruction scheduling. | Eric Anholt | 2013-05-02 | 1 | -0/+219 |
* | i965: Move most of the FS instruction scheduler code to a general class. | Eric Anholt | 2013-05-02 | 1 | -49/+75 |
* | i965: Pull a couple of FS scheduling functions out to methods. | Eric Anholt | 2013-05-02 | 1 | -55/+77 |
* | i965: Move FS instruction scheduling to a non-FS-specific file. | Eric Anholt | 2013-05-02 | 1 | -0/+883 |