i965/fs: emit DIM instruction to load 64-bit immediates in HSW
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_nir.cpp
2016-07-14 Samuel Iglesias... i965/fs: emit DIM instruction to load 64-bit immediates...
2016-07-13 Iago Toral Quirogai965/fs: use the new helper function to create double...
2016-07-13 Iago Toral Quirogai965/fs: add a helper function to create double immediates
2016-07-07 Timothy Arcerii965: add double packing support to tess stages
2016-07-07 Timothy Arcerii965: add double support packing support to gs inputs
2016-07-07 Timothy Arcerii965: add indirect packing support to gs load inputs
2016-07-07 Timothy Arcerii965: add indirect packing support for tcs and tes
2016-07-07 Timothy Arcerii965: add component packing support for tcs
2016-07-07 Timothy Arcerii965: add component packing support for tes
2016-07-07 Timothy Arcerii965: add component packing support for gs
2016-06-24 Kenneth Graunkei965: Drop unnecessary inst->base_mrf = -1 assignments.
2016-06-17 Samuel Iglesias... i965/fs: indirect addressing with doubles is not suppor...
2016-06-17 Iago Toral Quirogai965/fs: Fix single-precision to double-precision conve...
2016-06-15 Timothy Arcerii965: remove type_size_vec4_times_4()
2016-06-06 Samuel Iglesias... i965/gs/scalar: Fix load input for doubles
2016-06-06 Samuel Iglesias... i965/fs: fix offset when loading double vector input...
2016-06-04 Jason Ekstrandi965/fs Add a wm_prog_data bit for has_side_effects
2016-06-02 Jordan Justeni965: Remove old CS local ID handling
2016-06-02 Jordan Justeni965: Add nir channel_num system value
2016-06-01 Kenneth Graunkei965: Fix isoline reads in scalar TES.
2016-06-01 Ian Romanicki965: If control_data_header_size_bits is zero, don...
2016-05-28 Francisco Jerezi965/fs: Use SIMD8 SSBO GET_BUFFER_SIZE message regardl...
2016-05-28 Francisco Jerezi965/fs: Don't emit duplicated SSBO GET_BUFFER_SIZE...
2016-05-28 Francisco Jerezi965/fs: Emit fixed width memory fence opcode regardles...
2016-05-28 Francisco Jerezi965/fs: Remove extract virtual opcodes.
2016-05-28 Francisco Jerezi965/fs: Handle SAMPLEINFO consistently like other...
2016-05-27 Jordan Justeni965/compute: Fix uniform init issue when SIMD8 is...
2016-05-24 Jordan Justeni965/gen7: Fix gl_HelperInvocation
2016-05-24 Kristian Høgsberg... i965: Support textures with multiple planes
2016-05-23 Francisco Jerezi965/fs: Mark UBO uniform pull constant loads as force_...
2016-05-23 Francisco Jerezi965/fs: do not depend on std140 alignment rules for...
2016-05-20 Kenneth Graunkei965, anv: Use NIR FragCoord re-center and y-transform...
2016-05-20 Matt Turneri965: Pass nir_src/nir_dest by reference.
2016-05-20 Matt Turneri965/fs: Add and use get_nir_src_imm().
2016-05-18 Matt Turneri965/fs: Assert that nir_op_extract_*'s src1 is a constant.
2016-05-17 Juan A. Suarez Romeroi965/fs: shuffle 32bits into 64bits for doubles
2016-05-16 Iago Toral Quirogai965/tes/scalar: Fix load input for doubles
2016-05-16 Iago Toral Quirogai965/tcs/scalar: fix store output for doubles
2016-05-16 Iago Toral Quirogai965/tcs/scalar: fix load input for doubles
2016-05-16 Iago Toral Quirogai965/fs: fix nir_intrinsic_store_output for doubles
2016-05-16 Iago Toral Quirogai965/fs: fix number of output components for doubles
2016-05-16 Iago Toral Quirogai965/fs: support doubles with shared variable stores
2016-05-16 Iago Toral Quirogai965/fs: support doubles with ssbo stores
2016-05-16 Iago Toral Quirogai965/fs: add shuffle_64bit_data_for_32bit_write helper
2016-05-16 Iago Toral Quirogai965/fs: support doubles with SSBO loads
2016-05-16 Iago Toral Quirogai965/fs: support doubles with shared variable loads
2016-05-16 Iago Toral Quirogai965/fs: Add do_untyped_vector_read helper
2016-05-16 Iago Toral Quirogai965/fs: support doubles with UBO loads
2016-05-16 Iago Toral Quirogai965/fs: fix pull constant load component selection...
2016-05-16 Iago Toral Quirogai965/fs: add shuffle_32bit_load_result_to_64bit_data...
2016-05-16 Kenneth Graunkei965: Flip interpolateAtOffset's y offset when necessary.
2016-05-14 Jason Ekstrandi965/fs: Implement the new NIR MCS texturing
2016-05-12 Kenneth Graunkei965: Delete bogus assertion in emit_gs_input_load().
2016-05-12 Kenneth Graunkei965: Support instanced GS inputs in the scalar backend.
2016-05-12 Kenneth Graunkei965: Use an early return for the push case in emit_gs_...
2016-05-10 Samuel Iglesias... i965/fs: take into account doubles when calculating...
2016-05-10 Iago Toral Quirogai965/fs: implement i2d and u2d
2016-05-10 Iago Toral Quirogai965/fs: implement d2i and d2u
2016-05-10 Iago Toral Quirogai965/fs: implement d2b
2016-05-10 Iago Toral Quirogai965/fs: implement fsign() for doubles
2016-05-10 Iago Toral Quirogai965/fs: We only support 32-bit integer ALU operations...
2016-05-10 Connor Abbotti965/fs: add support for f2d and d2f
2016-05-10 Connor Abbotti965/fs: fix compares for doubles
2016-05-10 Iago Toral Quirogai965/fs: optimize unpack double
2016-05-10 Iago Toral Quirogai965/fs: optimize pack double
2016-05-10 Connor Abbotti965/fs/nir: translate double pack/unpack
2016-05-10 Connor Abbotti965/fs: always pass the bitsize to brw_type_for_nir_type()
2016-05-10 Connor Abbotti965/fs: use the NIR bit size when creating registers
2016-05-05 Jason Ekstrandi965/fs: Move handling of samples_identical into the...
2016-05-05 Jason Ekstrandi965/fs: Simplify texture destination fixups
2016-05-05 Jason Ekstrandi965/fs: Merge nir_emit_texture and emit_texture
2016-05-05 Kenneth Graunkei965: Rework passthrough TCS checks.
2016-05-03 Kenneth Graunkei965: Write a scalar TCS backend that runs in SINGLE_PA...
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Connor Abbotti965/nir: fixup for new foreach_block()
2016-04-27 Kenneth Graunkei965/fs: Reduce the response length of sampler messages...
2016-04-27 Jason Ekstrandi965/fs: Properly report regs_written from SAMPLEINFO
2016-04-27 Kenneth Graunkei965: Don't force a header for texture offsets of 0.
2016-04-22 Jason Ekstrandi965/fs_surface_builder: Take a GL format enum instead...
2016-04-20 Kenneth Graunkei965: Fix interpolateAtSample() on single sampled buffers.
2016-04-20 Kenneth Graunkei965: Fix gl_SampleMaskIn[] in per-sample shading mode.
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-04-16 Jason Ekstrandi965/fs: Don't allow OOB array access of images
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Jason Ekstrandi965/fs: Get rid of the param_size array
2016-04-14 Jason Ekstrandi965/fs: Use MOV_INDIRECT for all indirect uniform...
2016-04-14 Jason Ekstrandi965/fs: Use UD type for offsets in VARYING_PULL_CONSTA...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Jason Ekstrandi965: Implement the new imod and irem opcodes
2016-04-12 Kenneth Graunkei965: Port INTEL_PRECISE_TRIG=1 to NIR.
2016-04-07 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-04 Jason Ekstrandi965/fs: Move the code for load/store_shared to emit_cs...
2016-04-04 Jason Ekstrandi965/nir: Provide a default LOD for buffer textures
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-04 Kenneth Graunkei965: Add an INTEL_PRECISE_TRIG=1 option to fix SIN...
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-01 Jason Ekstrandi965: Add an implemnetation of nir_op_fquantize2f16
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
next