summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_shader.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-1/+0
2013-05-02i965: Share the register file enum between the two backends.Eric Anholt1-0/+11
2013-05-02i965: Make dump_instructions be a virtual method of the visitor.Eric Anholt1-0/+3
2013-04-29i965: Move is_math/is_tex/is_control_flow() to backend_instruction.Kenneth Graunke1-0/+4
2013-04-11i965: Rename backend_visitor::prog to shader_prog.Paul Berry1-1/+1
2013-03-29i965: Add names for all instructions to dump_instruction() in FS and VS.Eric Anholt1-0/+1
2012-11-26i965/fs: Move struct brw_compile (p) entirely inside fs_generator.Kenneth Graunke1-1/+0
2012-10-17i965: Share the predicate field between FS and VS.Eric Anholt1-0/+3
2012-10-17i965: Make the FS and VS share a few visitor/instruction fields.Eric Anholt1-0/+25
2011-12-19i965/fs: Factor out texture offset bitfield computation.Kenneth Graunke1-0/+2
2011-08-16i965: Start adding the VS visitor and codegen.Eric Anholt1-0/+2
2011-08-16i965: Create a shared enum for hardware and compiler-internal opcodes.Eric Anholt1-0/+4
2011-05-27i965: Move a couple of GLSL IR -> BRW helper functions to brw_shader.cpp.Eric Anholt1-0/+25