Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_nir.cpp
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-11 Francisco Jerezi965/fs: Clamp image array indices to the array bounds...
2015-08-11 Francisco Jerezi965/fs: Translate image load, store and atomic NIR...
2015-08-11 Francisco Jerezi965/fs: Handle image uniforms in NIR programs.
2015-08-10 Jason Ekstrandi965/fs: Make resolve_source_modifiers consistent with...
2015-08-06 Francisco Jerezi965/fs: Implement nir_op_imul/umul_high in terms of...
2015-08-03 Eduardo Lima Mitevi965/nir: Add new utility method brw_glsl_base_type_for...
2015-08-03 Eduardo Lima Mitevi965/nir: Move brw_type_for_nir_type() to brw_nir to...
2015-07-31 Francisco Jerezi965/fs: Fix regression with SIMD8 VS since b5f1a48e234...
2015-07-29 Francisco Jerezi965/fs: Translate memory barrier NIR intrinsics.
2015-07-29 Francisco Jerezi965/fs: Execute nir_setup_uniforms, _inputs and _outpu...
2015-07-29 Francisco Jerezi965/fs: Don't overwrite fs_visitor::uniforms and ...
2015-07-29 Francisco Jerezi965/fs: Drop unused untyped surface read and atomic...
2015-07-29 Francisco Jerezi965/fs: Revisit NIR atomic counter intrinsic translation.
2015-07-29 Francisco Jerezi965: Lift the constness restriction on surface indices...
2015-07-23 Dave Airliei965: fix warning since tess merge.
2015-07-21 Francisco Jerezi965: Fix stride field for the result of emit_uniformize().
2015-07-20 Alejandro Piñeiroi965/nir/fs: removed unneeded support for global variables
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-16 Connor Abbottnir: move to two-level binding model for UBO's
2015-07-09 Kenneth Graunkei965: Switch on shader stage in nir_setup_outputs().
2015-07-07 Kenneth Graunkei965/vs: Fix matNxM vertex attributes where M != 4.
2015-07-07 Francisco Jerezi965/gen4-5: Enable 16-wide dispatch on shaders with...
2015-07-06 Neil Robertsi965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRA
2015-07-03 Neil Robertsi965/fs: Don't disable SIMD16 when using the pixel...
2015-06-30 Jason Ekstrandi965/fs: Remove fs_inst constructors that don't take...
2015-06-30 Jason Ekstrandi965/fs: Add a builder argument to offset()
2015-06-30 Connor Abbotti965/fs: emit constants only once
2015-06-30 Connor Abbotti965/fs: use SSA values directly
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-25 Jason Ekstrandi965/nir: Handle returns as long as they're at the...
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-12 Jordan Justeni965/nir: Support barrier intrinsic function
2015-06-12 Chad Versacei965/fs: Fix unused variable warning
2015-06-09 Francisco Jerezi965/fs: Remove dead IR construction code from the...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR texturing instructi...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR intrinsics to the...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR ALU instructions...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR control flow to...
2015-06-09 Francisco Jerezi965/fs: Migrate NIR variable handling to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate NIR emit_percomp() to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate pull constant loads to the IR builder.
2015-06-04 Martin Peresmesa: reference built-in uniforms into gl_uniform_storage
2015-06-01 Jason Ekstrandvk/compiler: Add an index_count to the bind map and...
2015-06-01 Jason Ekstrandvk/HACK: Plumb real descriptor set/index into textures
2015-05-25 Jason Ekstrandvk/compiler: Fix up the binding hack and make it work...
2015-05-20 Jason Ekstrandnir: Get rid of the array elements parameter on load...
2015-05-18 Matt Turneri965/fs: Lower integer multiplication after optimizations.
2015-05-08 Ian Romanicknir: Delete all traces of nir_op_flog
2015-05-08 Ian Romanicknir: Delete all traces of nir_op_fexp
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-04-27 Matt Turneri965/fs: Fix code emission for imul_high in NIR.
2015-04-23 Jason Ekstrandi965/nir: Use the correct offsets when handling registe...
2015-04-22 Jason Ekstrandi965: Add a devinfo field to backend_visitor and use...
2015-04-22 Jason Ekstrandi965: Remove the context parameter from brw_texture_offset
2015-04-21 Matt Turneri965/fs: Calculate delta_x and delta_y together.
2015-04-11 Kenneth Graunkei965/nir: Make INTEL_DEBUG=ann work with NIR.
2015-04-11 Kenneth Graunkei965: Create NIR during LinkShader() and ProgramStringN...
2015-04-11 Kenneth Graunkenir: Store num_direct_uniforms in the nir_shader.
2015-04-11 Kenneth Graunkei965: Move lower_output_reads to brw_link_shader().
2015-04-11 Matt Turneri965/fs/nir: Mark fallthrough.
2015-04-10 Kenneth Graunkenir: Make nir_lower_samplers take a gl_shader_stage...
2015-04-06 Matt Turnernir: Remove fsin_reduced/fcos_reduced.
2015-04-03 Jason Ekstrandi965: Use brw_nir_cubemap_normalize for NIR shaders
2015-04-03 Eric Anholti965: Use the tex projector lowering pass instead of...
2015-04-01 Jason Ekstrandi965/nir: Run DCE again before going out of SSA
2015-04-01 Jason Ekstrandi965/nir: Run the ffma peephole after the rest of the...
2015-04-01 Jason Ekstrandnir: Add a dedicated ffma peephole optimization
2015-04-01 Jason Ekstrandnir/algebraic: Add a seperate section for "late" optimi...
2015-03-28 Kenneth Graunkei965/fs: Add ARB_fragment_program support to the NIR...
2015-03-25 Kenneth Graunkei965/fs: Implement texture projection support.
2015-03-25 Kenneth Graunkei965/fs: Rename offset to tex_offset to avoid shadowing...
2015-03-23 Jason Ekstrandi965/nir: Use signed integer type for booleans
2015-03-23 Jason Ekstrandi965/nir: Do boolean resolves on GEN <= 5
2015-03-23 Jason Ekstrandi965/nir: Properly set the predicate on the SEL used...
2015-03-23 Jason Ekstrandi965/nir: Use emit_lrp for emitting flrp
2015-03-19 Kenneth Graunkei965/fs: Make an emit_discard_jump() function to reduce...
2015-03-19 Jason Ekstrandi965/nir: Sort uniforms direct-first and use two differ...
2015-03-19 Jason Ekstrandnir/lower_io: Make variable location assignment a manua...
2015-03-19 Jason Ekstrandnir: Use a list instead of a hash_table for inputs...
2015-03-12 Kenneth Graunkei965/fs: Add VS output support to nir_setup_outputs().
2015-03-12 Kenneth Graunkei965/fs: Handle VS inputs in the NIR backend.
2015-03-12 Kenneth Graunkei965/fs: Refactor fs_visitor::nir_setup_inputs().
2015-03-12 Kenneth Graunkei965: Implement NIR intrinsics for loading VS system...
2015-03-12 Kenneth Graunkei965/nir: Lower to registers a bit later.
2015-03-12 Kenneth Graunkei965/nir: Optimize after nir_lower_var_copies().
2015-03-12 Kenneth Graunkei965/fs: Store a pointer to brw_sampler_prog_key_data...
2015-03-09 Ian Romanicki965/fs: Silence unused parameter warning
2015-03-09 Kenneth Graunkenir: Plumb the shader stage into glsl_to_nir().
2015-03-09 Kenneth Graunkenir: Add native_integers to nir_shader_compiler_options.
2015-03-09 Kenneth Graunkenir: Try to make sense of the nir_shader_compiler_optio...
2015-03-09 Kenneth Graunkei965/nir: Resolve source modifiers on Gen8+ logic opera...
2015-02-28 Matt Turneri965/fs/nir: Mark fallthrough.
2015-02-28 Matt Turneri965/fs/nir: Mark fallthrough.
2015-02-28 Ian Romanicki965/fs/nir: Use emit_math for nir_op_fpow
2015-02-24 Kenneth Graunkei965/fs: Handle conditional discards.
2015-02-24 Matt Turneri965/fs/nir: Optimize integer multiply by a 16-bit...
2015-02-24 Matt Turneri965/fs/nir: Optimize (gl_FrontFacing ? x : y) where...
next