aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Remove the context field from brw_compilerJason Ekstrand2015-04-221-3/+2
* i965: Make the disassembler take a device_info instead of a contextJason Ekstrand2015-04-221-2/+2
* i965: Make instruction compaction take a device_info instead of a contextJason Ekstrand2015-04-221-6/+6
* i965: Make the brw_inst helpers take a device_info instead of a contextJason Ekstrand2015-04-221-5/+5
* 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/+1
* i965: Pass number of components explicitly to brw_untyped_atomic and _surface...Francisco Jerez2015-03-201-2/+2
* i965: Factor out logic to build a send message instruction with indirect desc...Francisco Jerez2015-03-201-5/+16
* i965/fs: Implement SIMD16 dual source blending.Iago Toral Quiroga2015-03-091-0/+1
* i965/fs: Introduce brw_negate_cmod().Kenneth Graunke2015-02-271-0/+1
* i965/emit: Do the sampler index adjustment directly in header.0.3Jason Ekstrand2015-01-221-2/+1
* i965/fs: Add a an optional source to the FS_OPCODE_FB_WRITE instructionJason Ekstrand2014-09-301-2/+2
* i965/fs: Use the GRF for UNTYPED_ATOMIC instructionsJason Ekstrand2014-09-301-1/+1
* i965: Use BRW_MATH_DATA_SCALAR when source regioning is scalar.Matt Turner2014-09-291-1/+0
* i965: Extract helper function for surface state pointer adjustmentChris Forbes2014-08-151-0/+5
* i965: Add low-level support for indirect sendsChris Forbes2014-08-151-0/+5
* i965/eu: Update jump distance scaling for Broadwell.Kenneth Graunke2014-08-101-0/+4
* i965/eu: Refactor jump distance scaling to use a helper function.Kenneth Graunke2014-08-101-0/+20
* i965/eu: Merge brw_CONT and gen6_CONT.Kenneth Graunke2014-08-081-1/+0
* i965: add low-level support for send to pixel interpolatorChris Forbes2014-07-131-0/+10
* i965: Rename intel_asm_printer -> intel_asm_annotation.Matt Turner2014-07-051-1/+1
* i965: Make a brw_conditional_mod enum.Matt Turner2014-07-051-2/+2
* i965: Pass brw to brw_try_compact_instruction().Matt Turner2014-06-261-1/+1
* i965: Replace struct brw_compact_instruction with brw_compact_inst.Matt Turner2014-06-261-3/+2
* i965: Replace 'struct brw_instruction' with 'brw_inst'.Matt Turner2014-06-261-47/+38
* 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