Merge ../mesa into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_visitor.cpp
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-08 Iago Toral Quirogai965: Define FIRST_SPILL_MRF and FIRST_PULL_LOAD_MRF...
2015-10-08 Iago Toral Quirogai965: make pull constant loads in gen6 start at MRFs...
2015-10-05 Matt Turneri965/vec4: Remove more dead visitor/vertex program...
2015-10-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-02 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-02 Jason Ekstrandi965/shader: Get rid of the shader, prog, and shader_pr...
2015-10-02 Jason Ekstrandi965/fs,vec4: Get rid of the sanity_param_count
2015-10-02 Jason Ekstrandi965/shader: Get rid of the setup_vec4_uniform_value...
2015-10-02 Jason Ekstrandi965/vec4: Get rid of the uniform_vector_size array
2015-10-02 Jason Ekstrandi965/vec4: Delete the old ir_visitor code
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-29 Samuel Iglesias... mesa: rename gl_shader_program's NumUniformBlocks to...
2015-09-25 Samuel Iglesias... glsl: Add parser/compiler support for unsized array...
2015-09-25 Iago Toral Quirogai965: handle visiting of ir_var_shader_storage variables
2015-09-21 Iago Toral Quirogai965/vec4: Use MRF registers 21-23 for spilling in...
2015-09-21 Iago Toral Quirogai965: Maximum allowed size of SEND messages is 15 ...
2015-09-10 Ilia Mirkini965: add support for textureSamples function
2015-09-07 Alejandro Piñeiroi965/nir/vec4: removed unneeded tex src swizzle set
2015-09-04 Kenneth Graunkei965: Remove the brw_vue_prog_key base class.
2015-09-04 Kenneth Graunkei965: Virtualize vec4_visitor::emit_urb_slot().
2015-09-04 Kenneth Graunkei965: Store a key_tex pointer in vec4_visitor.
2015-09-04 Kenneth Graunkei965: Move legacy clip plane handling to vec4_vs_visitor.
2015-09-04 Kenneth Graunkei965: Delete the brw_vue_program_key::userclip_active...
2015-08-31 Jason Ekstrandglsl: Add GLSL_TYPE_FUNCTION to the base types enums
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-25 Kenneth Graunkei965: Move type_size() methods out of visitor classes.
2015-08-25 Jason Ekstrandi965: Make setup_vec4_uniform_value and _image_uniform_...
2015-08-25 Jason Ekstrandi965: Rename setup_vector_uniform_values to setup_vec4_...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-11 Francisco Jerezi965: Teach type_size() about the size of an image...
2015-08-10 Jason Ekstrandi965/vec4_visitor: Make some function arguments const...
2015-08-10 Jason Ekstrandi965/vec4_nir: Do boolean source modifier resolves...
2015-08-07 Iago Toral Quirogai965/vec4: do not predicate scratch writes for BRW_OPCO...
2015-08-03 Iago Toral Quirogai965/gs: Refactor ir_emit_vertex and ir_end_primitive
2015-08-03 Alejandro Piñeiroi965/ir/vec4: Refactor visit(ir_texture *ir)
2015-08-03 Alejandro Piñeiroi965/vec4: Change vec4_visitor::swizzle_result() method...
2015-08-03 Eduardo Lima Mitevi965/vec4: Change vec4_visitor::gather_channel() method...
2015-08-03 Eduardo Lima Mitevi965/vec4: Change vec4_visitor::emit_mcs_fetch() method...
2015-08-03 Eduardo Lima Mitevi965/vec4: Move is_high_sample() method to vec4_visitor...
2015-08-03 Antia Puentesi965/vec4: Return the emitted instruction in emit_lrp()
2015-08-03 Antia Puentesi965/vec4: Return the emitted instruction in emit_minmax()
2015-08-03 Antia Puentesi965/vec4: Return the last emitted instruction in emit_...
2015-08-03 Eduardo Lima Mitevi965/vec4: Make sure that register types always match...
2015-08-03 Alejandro Piñeiroi965/vec4: Redefine make_reg_for_system_value() to...
2015-08-03 Eduardo Lima Mitevi965/vec4: Move type_size() method to brw_vec4_visitor...
2015-07-29 Francisco Jerezi965: Lift the constness restriction on surface indices...
2015-07-29 Francisco Jerezi965: Define the setup_vector_uniform_values() backend_...
2015-07-24 Dave Airliei965: add support for ARB_shader_subroutine
2015-07-21 Francisco Jerezi965: Fix stride field for the result of emit_uniformize().
2015-07-16 Francisco Jerezi965: Implement nir_op_uadd_carry and _usub_borrow...
2015-07-16 Francisco Jerezi965: Implement b2f and b2i using negation.
2015-07-14 Iago Toral Quirogamesa: rename is_in_uniform_block to is_in_buffer_block
2015-07-10 Kenneth Graunkei965/vec4: Move c->last_scratch into vec4_visitor.
2015-07-10 Kenneth Graunkei965/vec4: Plumb log_data through so the backend_shader...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
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.
next