aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_shader.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Mark invariants in backend_visitor as constantsTopi Pohjolainen2014-03-051-6/+6
* i965: Merge resolving of shader program sourceTopi Pohjolainen2014-03-051-1/+2
* i965: Merge initialisation of backend_visitorTopi Pohjolainen2014-03-051-0/+7
* Revert "i965/fs: Make fs_reg's type an enum for better debugging."Matt Turner2014-02-211-2/+1
* i965/fs: Make fs_reg's type an enum for better debugging.Matt Turner2014-02-211-1/+2
* i965: Mark brw_reg_type and register_file enums as PACKED.Matt Turner2014-02-211-1/+2
* i965: Reduce predicate field of backend_instruction to uint8_t.Matt Turner2014-02-211-1/+1
* i965: Add can_do_saturate() method to backend_instruction.Matt Turner2014-01-281-0/+1
* i965/fs: Show register pressure in dump_instructions() output.Kenneth Graunke2014-01-211-1/+1
* i965/fs: Make the first pre-allocation heuristic be the post heuristic.Eric Anholt2013-11-221-0/+1
* i965: Make invalidate_live_intervals() a virtual method of backend_visitor.Matt Turner2013-11-201-0/+2
* i965/fs: Try a different pre-scheduling heuristic if the first spills.Eric Anholt2013-11-121-0/+6
* i965: Add a 'has_side_effects' back-end instruction predicate.Francisco Jerez2013-11-041-0/+7
* i965: relax brw_texture_offset assertChris Forbes2013-10-261-1/+1
* i965: Move the common binding table offset code to brw_shader.cpp.Eric Anholt2013-10-151-0/+3
* i965: Always have the struct gl_program * in the backend visitor.Eric Anholt2013-10-151-0/+1
* i965: Don't copy prop source mods into instructions that can't take them.Matt Turner2013-10-141-0/+1
* i965: Remove the "ARF" register file.Matt Turner2013-10-071-1/+0
* i965: Make brw_{shader,vec4}.h safe to include from C.Paul Berry2013-08-231-1/+6
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-1/+0
* i965: Share the register file enum between the two backends.Eric Anholt2013-05-021-0/+11
* i965: Make dump_instructions be a virtual method of the visitor.Eric Anholt2013-05-021-0/+3
* i965: Move is_math/is_tex/is_control_flow() to backend_instruction.Kenneth Graunke2013-04-291-0/+4
* i965: Rename backend_visitor::prog to shader_prog.Paul Berry2013-04-111-1/+1
* i965: Add names for all instructions to dump_instruction() in FS and VS.Eric Anholt2013-03-291-0/+1
* i965/fs: Move struct brw_compile (p) entirely inside fs_generator.Kenneth Graunke2012-11-261-1/+0
* i965: Share the predicate field between FS and VS.Eric Anholt2012-10-171-0/+3
* i965: Make the FS and VS share a few visitor/instruction fields.Eric Anholt2012-10-171-0/+25
* i965/fs: Factor out texture offset bitfield computation.Kenneth Graunke2011-12-191-0/+2
* i965: Start adding the VS visitor and codegen.Eric Anholt2011-08-161-0/+2
* i965: Create a shared enum for hardware and compiler-internal opcodes.Eric Anholt2011-08-161-0/+4
* i965: Move a couple of GLSL IR -> BRW helper functions to brw_shader.cpp.Eric Anholt2011-05-271-0/+25