i965: Handle scratch accesses where reladdr also points to scratch space
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_visitor.cpp
2015-04-01 Iago Toral Quirogai965: Handle scratch accesses where reladdr also points...
2015-03-23 Francisco Jerezi965/vec4: Some more trivial swizzle clean-up.
2015-03-23 Francisco Jerezi965/vec4: Remove swizzle_for_size() in favour of brw_s...
2015-03-23 Francisco Jerezi965/vec4: Remove broken vector size deduction in setup...
2015-03-23 Francisco Jerezi965/vec4: Simplify visitor handling of swizzles using...
2015-03-20 Francisco Jerezi965: Set nr_params to the number of uniform components...
2015-03-17 Neil Robertsi965/skl: Send a message header when doing constant...
2015-03-13 Ian Romanicki965/vs: Add missing resolve_bool_comparison calls...
2015-03-02 Brian Pauli965: replace Elements() with ARRAY_SIZE()
2015-02-28 Matt Turneri965: Avoid applying negate to wrong MAD source.
2015-02-28 Matt Turneri965/vec4: Fix implementation of i2b.
2015-02-20 Matt Turneri965/vec4: Add and use byte-MOV instruction for unpack...
2015-02-20 Matt Turneri965: Use greater-equal cmod to implement maximum.
2015-02-19 Dave Airliei965: just avoid warnings with fp64
2015-02-19 Kenneth Graunkei965/vec4: Print "VS" or "GS" when compiles fail, not...
2015-02-19 Kenneth Graunkei965/vec4: Replace debug_flag with debug_enabled.
2015-02-16 Francisco Jerezi965/vec4: Override destination register writemask...
2015-02-11 Matt Turneri965/vec4: Emit MADs from (x + abs(y * z)).
2015-02-11 Matt Turneri965/vec4: Emit MADs from (x + -(y * z)).
2015-02-10 Francisco Jerezi965/vec4: Init mlen for several send from GRF instruct...
2015-02-10 Francisco Jerezi965/vec4: Pass dst register to the vec4_instruction...
2015-02-10 Francisco Jerezi965/vec4: Initialize vec4_instruction::predicate and...
2015-02-10 Francisco Jerezi965: Move up fs_inst::flag_subreg to backend_instruction.
2015-02-10 Francisco Jerezi965: Move up fs_inst::regs_written to backend_instruction.
2015-02-10 Francisco Jerezi965/vec4: Remove dependency of vec4_instruction on...
2015-02-10 Francisco Jerezi965: Factor out virtual GRF allocation to a separate...
2015-02-04 Matt Turneri965: Set CMP's destination type to src0's type.
2015-02-03 Iago Toral Quirogaglsl: Improve precision of mod(x,y)
2015-01-13 Iago Toral Quirogai965: Fix bitcast operations with negate (ceil)
2015-01-08 Kristian Høgsbergi965/skl: Always use a header for SIMD4x2 sampler messages
2014-12-16 Mark Janesi965: remove includes of sampler.h from extern "C"...
2014-12-10 Kristian Høgsbergi965: Rename brw_vec4_prog_data/key to brw_bue_prog_dat...
2014-12-05 Matt Turneri965: Use ~0 to represent true on all generations.
2014-12-05 Matt Turneri965: Change the type of booleans to D.
2014-12-05 Matt Turneri965/vec4: Allow CSE on uniform-vec4 expansion MOVs.
2014-12-04 Kenneth Graunkei965: Add var->location != -1 assertions.
2014-12-03 Kenneth Graunkei965: Make vertex color clamp handling code VS specific.
2014-12-03 Kenneth Graunkei965/vs: Handle vertex color clamping in emit_urb_slot().
2014-12-02 Matt Turneri965/vec4: Make live_intervals part of the vec4_visitor...
2014-11-26 Matt Turneri965/vec4: Optimize packSnorm4x8().
2014-11-26 Matt Turneri965/vec4: Optimize packUnorm4x8().
2014-11-26 Matt Turneri965/vec4: Optimize unpackSnorm4x8().
2014-11-26 Matt Turneri965/vec4: Optimize unpackUnorm4x8().
2014-11-24 Chris Forbesi965: Handle nested uniform array indexing
2014-11-21 Matt Turneri965: Combine offset/texture_offset fields.
2014-11-14 Kenneth Graunkei965/vec4: Combine all the math emitters.
2014-11-14 Kenneth Graunkei965/vec4: Use const references in emit() functions.
2014-10-22 Kenneth Graunkei965/vec4: Generate better code for ir_triop_csel.
2014-10-22 Kenneth Graunkei965/vec4: Simplify visit(ir_expression *)'s result_src...
2014-10-22 Kenneth Graunkei965/vec4: Delete some dead code in visit(ir_expression *).
2014-10-17 Jason Ekstrandi965/fs: Change the type of booleans to UD and emit...
2014-10-16 Connor Abbotti965: Make brw_texture_offset() not use ir_texture.
2014-10-16 Kenneth Graunkei965: Drop ir->op != ir_txf condition in offset checking.
2014-09-30 Ian Romanickglsl: Make ir_variable::num_state_slots and ir_variable...
2014-09-30 Jason Ekstrandi965/brw_reg: Make the accumulator register take an...
2014-09-24 Matt Turneri965: Replace initialization loops with memset().
2014-09-24 Matt Turneri965: Remove now unneeded calls to calculate_cfg().
2014-09-24 Matt Turneri965/vec4: Preserve CFG in spill_reg().
2014-09-19 Iago Toral Quirogai965: Generalize emit_urb_slot() to emit to any dst_reg.
2014-09-19 Iago Toral Quirogai965: Provide means to create registers of a given...
2014-09-12 Kenneth Graunkei965/vec4: Make type_size() return 0 for samplers.
2014-09-12 Kenneth Graunkei965: Skip allocating UNIFORM file storage for uniforms...
2014-09-08 Kenneth Graunkei965: Handle ir_binop_ubo_load in boolean expression...
2014-09-08 Kenneth Graunkei965: Handle ir_triop_csel in emit_if_gen6().
2014-09-04 Kenneth Graunkei965: Handle ir_triop_csel in emit_bool_to_cond_code().
2014-09-02 Dave Airliei965: add missing parens in vec4 visitor
2014-08-31 Abdiel Janulguei965/vec4: Remove try_emit_saturate
2014-08-31 Abdiel Janulgueyi965/vec4: Add support for ir_unop_saturate
2014-08-30 Ian Romanickglsl: Eliminate ir_variable::data.atomic.buffer_index
2014-08-22 Kenneth Graunkei965: Disable try_emit_b2f_of_compare on Gen4-6.
2014-08-19 Matt Turneri965: Use ~0 to represent true on Gen >= 6.
2014-08-19 Matt Turneri965: Use UniformBooleanTrue value for boolean literal...
2014-08-15 Chris Forbesi965/vec4: Add support for nonconst sampler indexing...
2014-08-15 Chris Forbesi965/vec4: Add visitor support for nonconst ubo block...
2014-08-15 Chris Forbesi965/vec4: Assert that fine/coarse derivative ops don...
2014-08-14 Pekka Paalaneni965: fix compiler error in union initiliazer
2014-08-14 Neil Robertsi965: Store uniform constant values in a gl_constant_va...
2014-08-09 Chris Forbesi965: Get rid of backend_instruction::sampler
2014-08-09 Chris Forbesi965/vec4: Pass sampler index in src1 for texture ops
2014-08-09 Chris Forbesi965/vec4: Collect all emits of texture ops into one...
2014-08-07 Matt Turneri965/vec4: Remove unused emit_bool_comparison method.
2014-08-04 Kenneth Graunkeglsl: Make it possible to ignore built-ins when matchin...
2014-07-12 Chris Forbesi965/vec4: Silence warnings about unhandled interpolati...
2014-07-06 Matt Turneri965: Make a brw_predicate enum.
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-07-01 Matt Turneri965: Use typed foreach_in_list_safe instead of foreach...
2014-07-01 Matt Turneri965: Use typed foreach_in_list instead of foreach_list.
2014-07-01 Matt Turneri965/vec4: Pass const references to instruction functions.
2014-07-01 Matt Turneri965/vec4: Pass const references to vec4_instruction().
2014-06-24 Matt Turneri965/vec4: Don't fix_math_operand() on Gen >= 8.
2014-06-24 Matt Turneri965/vec4: Don't return void from a void function.
2014-06-11 Ian Romanicki965/vec4: Emit smarter code for b2f of a comparison
2014-06-11 Ian Romanicki965/vec4: Silence a couple unused parameter warnings
2014-05-30 Matt Turneri965/vec4: Allow writemasking on math instructions...
2014-05-25 Matt TurnerRevert "i965/vec4: Change vec4_visitor::emit_lrp to...
2014-04-30 Matt Turneri965/vec4: Remove 'mul_arg' from try_emit_mad().
2014-04-17 Juha-Pekka Heikkilai965/vec4: Change vec4_visitor::emit_lrp to use MAC...
2014-04-17 Juha-Pekka Heikkilai965/vec4: Add support for the MAC instruction.
2014-04-17 Juha-Pekka Heikkilai965: Add writes_accumulator flag
next