aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Convert brw_eu.[ch] to use the new brw_inst API.Kenneth Graunke2014-06-261-1/+2
* i965: Pass brw into next_offset().Kenneth Graunke2014-06-261-1/+1
* Revert "i965: Add 'wait' instruction support"Matt Turner2014-06-171-2/+0
* 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-1/+1
* Revert "i965: Move brw_land_fwd_jump() to compilation unit of its use."Iago Toral Quiroga2014-06-071-0/+4
* i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke2014-06-021-8/+8
* i965: Delete brw_set_conditionalmod.Kenneth Graunke2014-06-021-1/+0
* i965: Create a "brw_last_inst" convenience macro.Kenneth Graunke2014-06-021-0/+6
* i965: Make brw_JMPI set predicate_control based on a parameter.Kenneth Graunke2014-06-021-1/+2
* i965: Remove the dst and src0 parameters from brw_JMPI.Kenneth Graunke2014-06-021-2/+1
* i965/sf: Move brw_compile::flag_value to brw_sf_compile.Kenneth Graunke2014-05-271-1/+0
* i965/sf: Move brw_set_predicate_control_flag_value to brw_sf_emit.c.Kenneth Graunke2014-05-271-1/+0
* i965: Move brw_land_fwd_jump() to compilation unit of its use.Matt Turner2014-05-241-3/+0
* i965: Move next_offset() to brw_eu.h for use elsewhere.Matt Turner2014-05-241-0/+12
* i965: Add annotation data structure and support code.Matt Turner2014-05-241-1/+3
* i965: Pass in start_offset to brw_compact_instructions().Matt Turner2014-05-241-1/+1
* i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.Kenneth Graunke2014-05-181-2/+2
* i965: Pass brw_context and assembly separately to brw_dump_compile.Matt Turner2014-05-151-1/+2
* i965: Delete current_insn() function.Matt Turner2014-05-151-5/+0
* i965/vec4: Add support for the MAC instruction.Juha-Pekka Heikkila2014-04-161-0/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Replace non-standard INLINE macro with "inline".Kenneth Graunke2013-12-051-1/+1
* i965: Don't use GL types in files shared with intel-gpu-tools.Kenneth Graunke2013-12-051-78/+78
* i965: Drop trailing whitespace from files shared with intel-gpu-tools.Kenneth Graunke2013-12-051-8/+8
* i965: Move enum brw_urb_write_flags from brw_eu.h to brw_defines.h.Kenneth Graunke2013-11-161-71/+0
* i965/fs: Use the gen7 scratch read opcode when possible.Eric Anholt2013-10-301-0/+5
* i965/gen7: Implement code generation for untyped surface read instructions.Francisco Jerez2013-10-291-0/+8
* i965/gen7: Implement code generation for untyped atomic instructions.Francisco Jerez2013-10-291-0/+9
* i965: Generate code for ir_binop_carry and ir_binop_borrow.Matt Turner2013-10-071-0/+2
* i965/gen7: Add the ability to send URB_WRITE_OWORD messages.Paul Berry2013-09-111-0/+8
* i965/gen7: Allow URB_WRITE channel masks to be used.Paul Berry2013-09-111-0/+6
* 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-1/+15
* i965/gs: Add a flag allowing URB write messages to use a per-slot offset.Paul Berry2013-08-231-0/+6
* i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.Paul Berry2013-08-231-4/+38
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-3/+3
* i965: Add support for emitting and disassembling bit instructions.Matt Turner2013-05-061-0/+7
* i965: Remove the old brw_optimize() code.Eric Anholt2013-04-011-5/+0
* i965/fs: Switch shader_time writes to using GRFs.Eric Anholt2013-03-281-1/+1
* i965: Add support for emitting the LRP instruction.Kenneth Graunke2013-02-281-0/+1
* i965: Remove writemask support from brw_SAMPLE().Eric Anholt2013-02-131-1/+0
* i965: Add opcodes for F32TO16 and F16TO32Chad Versace2013-01-241-0/+2
* i965: Split struct brw_reg out from brw_eu.h into its own header.Kenneth Graunke2012-12-151-709/+1
* i965/fs: Improve performance of shaders that start out with a discard.Eric Anholt2012-12-111-0/+1
* i965/fs: Add an instruction flag for choosing the flag subregister.Eric Anholt2012-12-111-0/+1
* i965: Let brw_flag_reg() choose the flag reg and subreg.Eric Anholt2012-12-111-3/+3
* i965: Add a debug flag for counting cycles spent in each compiled shader.Eric Anholt2012-12-051-1/+5
* i965: Add a header_present flag for setting up dp read messages.Eric Anholt2012-12-041-0/+1
* i965: Remove VS constant buffer read support from brw_eu_emit.c.Kenneth Graunke2012-11-011-11/+0