aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu_emit.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Replace 'struct brw_instruction' with 'brw_inst'.Matt Turner2014-06-261-117/+105
* i965: Convert brw_eu_emit.c to the new brw_inst API.Kenneth Graunke2014-06-261-482/+461
* i965: Pass brw into next_offset().Kenneth Graunke2014-06-261-5/+8
* i965: Silence warning about unused brw in release builds.Matt Turner2014-06-171-2/+1
* Revert "i965: Add 'wait' instruction support"Matt Turner2014-06-171-16/+0
* i965: Use brw->gen in some generation checks.Matt Turner2014-06-111-1/+2
* i965: Rename brw_math to gen4_math.Kenneth Graunke2014-06-101-1/+1
* i965: Split Gen4-5 and Gen6+ MATH instruction emitters.Kenneth Graunke2014-06-101-53/+25
* i965: Don't set the "switch" flag on control flow instructions on Gen6+.Kenneth Graunke2014-06-101-6/+4
* Revert "i965: Move brw_land_fwd_jump() to compilation unit of its use."Iago Toral Quiroga2014-06-071-0/+17
* i965: Fix else and brace placement in brw_eu_emit.c.Kenneth Graunke2014-06-071-28/+13
* i965: Drop the remaining default predication whacking.Kenneth Graunke2014-06-071-5/+0
* i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke2014-06-021-13/+13
* i965: Delete brw_set_conditionalmod.Kenneth Graunke2014-06-021-7/+0
* i965: Stop setting predication from brw_set_conditionalmod.Kenneth Graunke2014-06-021-1/+0
* i965: Make brw_JMPI set predicate_control based on a parameter.Kenneth Graunke2014-06-021-1/+3
* i965: Remove the dst and src0 parameters from brw_JMPI.Kenneth Graunke2014-06-021-4/+3
* i965: Don't implicitly set predicate default state in brw_CMP.Kenneth Graunke2014-05-271-13/+0
* i965: Switch types D->UD when possible to allow compaction.Matt Turner2014-05-261-0/+21
* i965: Remove useless typo'd debugging messages.Matt Turner2014-05-241-6/+0
* i965: Move brw_land_fwd_jump() to compilation unit of its use.Matt Turner2014-05-241-20/+0
* i965: Emit 0.0:F sources with type VF instead.Matt Turner2014-05-241-0/+16
* i965: Emit ARF:UD for non-present src1 on Gen6+.Matt Turner2014-05-241-2/+26
* i965: Move next_offset() to brw_eu.h for use elsewhere.Matt Turner2014-05-241-11/+0
* i965: Rename next_ip() -> next_offset().Matt Turner2014-05-241-30/+33
* i965: Reformat brw_set_src1 so it can be easily found with grep.Matt Turner2014-05-131-3/+4
* i965: Move the remaining driver debug over to stderr.Eric Anholt2014-02-221-2/+4
* i965/fs: Use conditional sends to do FB writes on HSW+.Eric Anholt2014-02-181-2/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Warning fixEric Anholt2014-01-061-2/+0
* i965: Add support for Broadwell's new register types.Kenneth Graunke2013-12-201-1/+9
* i965: Add BRW_REGISTER_TYPE_DF.Kenneth Graunke2013-12-201-0/+3
* i965: Abstract BRW_REGISTER_TYPE_* into an enum with unique values.Kenneth Graunke2013-12-201-4/+53
* i965: Don't use GL types in files shared with intel-gpu-tools.Kenneth Graunke2013-12-051-86/+86
* i965: Drop trailing whitespace from files shared with intel-gpu-tools.Kenneth Graunke2013-12-051-17/+17
* i965/fs: Use the gen7 scratch read opcode when possible.Eric Anholt2013-10-301-0/+42
* i965: Simplify the shader time code by using atomic counter helpers.Francisco Jerez2013-10-291-21/+4
* i965/gen7: Implement code generation for untyped surface read instructions.Francisco Jerez2013-10-291-0/+56
* i965/gen7: Implement code generation for untyped atomic instructions.Francisco Jerez2013-10-291-0/+62
* i965/fs: Convert gen7 to using GRFs for texture messages.Eric Anholt2013-10-101-1/+2
* i965: make BRW_COMPRESSION_2NDHALF valid for brw_SAMPLEChia-I Wu2013-10-091-1/+16
* i965: Generate code for ir_binop_carry and ir_binop_borrow.Matt Turner2013-10-071-0/+2
* i965: Fix writemask != 0 assertions on Sandybridge.Kenneth Graunke2013-09-191-2/+4
* i965/gen7: Add the ability to send URB_WRITE_OWORD messages.Paul Berry2013-09-111-1/+6
* i965/gen7: Allow URB_WRITE channel masks to be used.Paul Berry2013-09-111-1/+1
* i965: Add an assertion that writemask != NULL for non-ARFs.Kenneth Graunke2013-09-101-0/+2
* i965: Remove never used RSR and RSL opcodes.Matt Turner2013-09-051-2/+0
* i965: Allow C++ type safety in the use of enum brw_urb_write_flags.Paul Berry2013-08-261-2/+2
* i965/gs: Add a flag allowing URB write messages to use a per-slot offset.Paul Berry2013-08-231-2/+2
* i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.Paul Berry2013-08-231-20/+12