Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_visitor.cpp
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Jason Ekstrandi965: Remove the brw_context from the visitors
2015-06-23 Jason Ekstrandi965/vs: Pass the current set of clip planes through...
2015-06-23 Jason Ekstrandi965: Pull calls to get_shader_time_index out of the...
2015-06-23 Jason Ekstrandi965: Use a single index per shader for shader_time.
2015-06-23 Matt Turneri965: Initialize backend_shader::mem_ctx in its constru...
2015-06-12 Chris Forbesglsl: Add ir node for barrier
2015-06-04 Martin Peresmesa: reference built-in uniforms into gl_uniform_storage
2015-05-29 Jason Ekstrandi965: Rename backend_visitor to backend_shader
2015-05-26 Neil Robertsi965/skl: Add a message header for the TXF_MCS instruct...
2015-05-16 Jason EkstrandMerge remote-tracking branch 'fdo-personal/wip/nir...
2015-05-16 Jason Ekstrandglsl: Add GLSL_TYPE_FUNCTION to the base types enums
2015-05-06 Jason Ekstrandi965: Change header_present to header_size in backend_i...
2015-05-05 Matt Turneri965/vec4: Use same type for immediate, for compaction.
2015-05-04 Francisco Jerezi965: Fix variable indexing of sampler arrays under...
2015-05-04 Francisco Jerezi965: Fix variable indexing of UBO arrays under non...
2015-05-04 Francisco Jerezi965: Define helper function to copy an arbitrary live...
2015-05-04 Francisco Jerezi965: Reorder sources of the untyped atomic opcode.
2015-05-04 Francisco Jerezi965: Pass the number of components as a source of...
2015-05-04 Francisco Jerezi965/vec4: Add support for untyped surface message...
2015-04-22 Jason Ekstrandi965: Add a devinfo field to backend_visitor and use...
2015-04-22 Jason Ekstrandi965: Remove remaining uses of ctx->Const.UniformBoolea...
2015-04-22 Jason Ekstrandi965: Remove the context parameter from brw_texture_offset
2015-04-16 Neil Robertsi965/skl: Add the header for constant loads outside...
2015-04-16 Neil Robertsi965/vec4: Add a helper function to emit VS_OPCODE_PULL...
2015-04-06 Matt Turnerglsl: Remove never used sin_reduced/cos_reduced.
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...
next