Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965: Move is_math/is_tex/is_control_flow() to backend_instruction. | Kenneth Graunke | 2013-04-29 | 1 | -0/+4 |
* | i965: Rename backend_visitor::prog to shader_prog. | Paul Berry | 2013-04-11 | 1 | -1/+1 |
* | i965: Add names for all instructions to dump_instruction() in FS and VS. | Eric Anholt | 2013-03-29 | 1 | -0/+1 |
* | i965/fs: Move struct brw_compile (p) entirely inside fs_generator. | Kenneth Graunke | 2012-11-26 | 1 | -1/+0 |
* | i965: Share the predicate field between FS and VS. | Eric Anholt | 2012-10-17 | 1 | -0/+3 |
* | i965: Make the FS and VS share a few visitor/instruction fields. | Eric Anholt | 2012-10-17 | 1 | -0/+25 |
* | i965/fs: Factor out texture offset bitfield computation. | Kenneth Graunke | 2011-12-19 | 1 | -0/+2 |
* | i965: Start adding the VS visitor and codegen. | Eric Anholt | 2011-08-16 | 1 | -0/+2 |
* | i965: Create a shared enum for hardware and compiler-internal opcodes. | Eric Anholt | 2011-08-16 | 1 | -0/+4 |
* | i965: Move a couple of GLSL IR -> BRW helper functions to brw_shader.cpp. | Eric Anholt | 2011-05-27 | 1 | -0/+25 |