aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-221-14/+14
* i965: Remove the context field from brw_compilerJason Ekstrand2015-04-221-11/+7
* i965: Make the disassembler take a device_info instead of a contextJason Ekstrand2015-04-221-4/+4
* i965: Make instruction compaction take a device_info instead of a contextJason Ekstrand2015-04-221-1/+1
* i965: Make the brw_inst helpers take a device_info instead of a contextJason Ekstrand2015-04-221-14/+14
* i965/eu: Add a devinfo parameter to brw_compileJason Ekstrand2015-04-221-0/+1
* i965: Replace guess_execution_size with something simpler.Matt Turner2015-04-211-0/+7
* i965: Fix assertion in brw_reg_type_lettersBen Widawsky2015-03-021-1/+1
* i965/fs: Introduce brw_negate_cmod().Kenneth Graunke2015-02-271-0/+22
* i965: Return NONE from brw_swap_cmod on unknown input.Matt Turner2014-08-121-1/+1
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* i965: Disable hex offset printing in disassembly.Kenneth Graunke2014-07-211-1/+2
* i965: Make a brw_conditional_mod enum.Matt Turner2014-07-051-1/+1
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-3/+1
* i965: Replace struct brw_compact_instruction with brw_compact_inst.Matt Turner2014-06-261-1/+1
* i965: Replace 'struct brw_instruction' with 'brw_inst'.Matt Turner2014-06-261-4/+4
* i965: Pass brw rather than gen to brw_disassemble_inst().Matt Turner2014-06-261-1/+1
* i965: Convert brw_eu.[ch] to use the new brw_inst API.Kenneth Graunke2014-06-261-15/+17
* i965: Use brw->gen in some generation checks.Matt Turner2014-06-111-2/+6
* i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke2014-06-021-11/+11
* i965: Delete brw_set_conditionalmod.Kenneth Graunke2014-06-021-5/+0
* i965/sf: Move brw_set_predicate_control_flag_value to brw_sf_emit.c.Kenneth Graunke2014-05-271-18/+0
* i965/sf: Drop useless push/pop state from flag register mashing code.Kenneth Graunke2014-05-271-2/+0
* i965/sf: Reset flag_value to 0xff before emitting SF subroutines.Kenneth Graunke2014-05-271-1/+0
* i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.Kenneth Graunke2014-05-181-1/+2
* i965: Rename brw_disasm/gen8_disassemble to brw/gen8_disassemble_inst.Kenneth Graunke2014-05-181-1/+1
* i965: Pass brw_context and assembly separately to brw_dump_compile.Matt Turner2014-05-151-5/+3
* i965: Pull brw_compact_instructions() out of brw_get_program().Matt Turner2014-05-151-2/+0
* i965/disasm: Disassemble the compaction control bit.Matt Turner2014-05-151-1/+2
* i965: Fix register types in dump_instructions().Kenneth Graunke2014-02-051-0/+29
* i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.Eric Anholt2014-01-171-4/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: dump the disassembly to the given fileTopi Pohjolainen2013-12-271-10/+10
* i965: Don't use GL types in files shared with intel-gpu-tools.Kenneth Graunke2013-12-051-9/+9
* i965: Drop trailing whitespace from files shared with intel-gpu-tools.Kenneth Graunke2013-12-051-8/+8
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-3/+3
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-3/+2
* i965/fs: Add an instruction flag for choosing the flag subregister.Eric Anholt2012-12-111-0/+6
* i965: Let brw_flag_reg() choose the flag reg and subreg.Eric Anholt2012-12-111-1/+1
* i965: Stop putting 8 NOPs after each prorgam.Eric Anholt2012-09-171-8/+0
* i965: Add support for instruction compaction on Gen7.Kenneth Graunke2012-09-171-0/+2
* i965: Add support for instruction compaction.Eric Anholt2012-09-171-8/+30
* i965: Move program dump to a helper function in brw_eu.c.Eric Anholt2012-09-171-1/+23
* i965: Clear brw_compile on setup.Eric Anholt2012-09-171-0/+2
* i965: Make brw_set_saturate() use stdbool.Eric Anholt2012-08-081-2/+2
* i965: Fix brw_swap_cmod() for LE/GE comparisons.Kenneth Graunke2012-06-181-4/+4
* i965: Remove vestiges of function call support from the old VS backend.Kenneth Graunke2012-04-091-124/+0
* i965: increase the brw eu instruction store size dynamicallyYuanhan Liu2011-12-261-0/+7
* i965: let the if_stack just store the instruction indexYuanhan Liu2011-12-261-2/+1
* i965: Don't make consumers of brw_CONT/brw_WHILE track if depth in loop.Eric Anholt2011-12-211-0/+1