summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu.c
Commit message (Expand)AuthorAgeFilesLines
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-6/+6
* i965: enable the emission of the DIM instructionSamuel Iglesias Gonsálvez2016-07-141-1/+1
* i965/eu: Remove brw_codegen::compressed and ::compressed_stack.Francisco Jerez2016-05-271-5/+0
* i965/eu: Define alternative interface for setting compression and group contr...Francisco Jerez2016-05-271-0/+69
* i965: Define GEN_GE/GEN_LE macros in terms of GEN_LT.Matt Turner2016-05-031-2/+3
* i965: Add disassembler support for remaining opcodes.Matt Turner2016-05-031-16/+73
* i965: Make opcode_descs and gen_from_devinfo() static.Matt Turner2016-05-031-2/+2
* i965: Actually check whether the opcode is supported.Matt Turner2016-05-031-2/+2
* i965: Merge inst_info and opcode_desc tables.Matt Turner2016-05-031-65/+67
* i965: Move inst_info from brw_eu_validate.c to brw_eu.c.Matt Turner2016-05-031-0/+239
* i965/disasm: Wrap opcode_desc look-up in a function.Francisco Jerez2016-05-031-0/+16
* i965: Add support for swizzling arbitrary immediates to (brw_)swizzle().Francisco Jerez2016-03-061-0/+44
* i965: Add INTEL_DEBUG=hex to print the hex with the disassembly.Matt Turner2015-10-291-1/+1
* 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