i965/fs: Use UW types when using V immediates
[mesa.git] / src / intel / compiler / brw_fs.cpp
2018-01-11 Jason Ekstrandi965/fs: Use UW types when using V immediates
2017-12-31 Kenneth Graunkei965: Combine {VS,FS}_OPCODE_GET_BUFFER_SIZE opcodes.
2017-12-19 Rafael Antognolliintel/compiler/gen10: Disable push constants.
2017-12-12 Francisco Jerezintel/fs/bank_conflicts: Don't touch Gen7 MRF hack...
2017-12-08 Jason Ekstrandi965/fs: Handle !supports_pull_constants and push UBOs...
2017-12-08 Jason Ekstrandi965/fs: Rewrite assign_constant_locations
2017-12-07 Francisco Jerezintel/fs: Implement GRF bank conflict mitigation pass.
2017-12-06 Jason Ekstrandi965/fs: Enables 16-bit load_ubo with sampler
2017-12-06 Jose Maria Casanov... i965/fs: Add byte scattered read message and fs support
2017-12-06 Jose Maria Casanov... i965/fs: Add byte scattered write message and fs support
2017-12-06 Alejandro Piñeiroi965/fs: Add remove_extra_rounding_modes optimization
2017-12-06 Jose Maria Casanov... i965: Support for 16-bit base types in helper functions
2017-11-07 Jason Ekstrandintel/fs: Explicitly set EXECUTE_1 where needed
2017-11-07 Jason Ekstrandintel/cs: Push subgroup ID instead of base thread ID
2017-11-07 Jason Ekstrandintel/cs: Re-run final NIR optimizations for each SIMD...
2017-11-07 Jason Ekstrandi965/fs: Get rid of the early return in brw_compile_cs
2017-11-07 Jason Ekstrandintel/cs: Rework the way thread local ID is handled
2017-11-07 Jason Ekstrandintel/fs: Mark 64-bit values as being contiguous
2017-11-07 Jason Ekstrandintel/cs: Ignore runtime_check_aads_emit for CS
2017-11-07 Jason Ekstrandintel/cs: Stop setting dispatch_grf_start_reg
2017-11-07 Jason Ekstrandintel/cs: Drop max_dispatch_width checks from compile_cs
2017-11-07 Jason Ekstrandintel/fs: Remove min_dispatch_width from fs_visitor
2017-11-07 Jason Ekstrandintel/fs: use pull constant locations to check for...
2017-11-07 Jason Ekstrandintel/fs: Protect opt_algebraic from OOB BROADCAST...
2017-11-07 Jason Ekstrandintel/fs: Use the original destination region for int...
2017-11-07 Jason Ekstrandintel/fs: Fix integer multiplication lowering for src...
2017-11-07 Jason Ekstrandintel/fs: Be more explicit about our placement of ...
2017-11-07 Jason Ekstrandintel/fs: Pass builders instead of blocks into emit_...
2017-11-02 Jason Ekstrandintel/fs: Don't allocate a param array for zero push...
2017-11-02 Jason Ekstrandintel/fs: Alloc pull constants off mem_ctx
2017-11-01 Jordan Justenintel/compiler: Remove final_program_size from brw_comp...
2017-11-01 Carl Worthintel/compiler: add new field for storing program size
2017-10-30 Tapani Pällii965: fix blorp stage_prog_data->param leak
2017-10-28 Topi Pohjolainenintel/compiler/gen9: Pixel shader header only workaround
2017-10-25 Jason Ekstrandintel/fs: Handle flag read/write aliasing in needs_src_copy
2017-10-19 Kenneth Graunkei965: Move fs_inst::has_side_effects()'s eot check...
2017-10-13 Jason Ekstrandintel/cs: Make thread_local_id a regular builtin param
2017-10-13 Jason Ekstrandintel/compiler: Allocate pull_param in assign_constant_...
2017-10-13 Jason Ekstrandintel/cs: Grow prog_data::param on-demand for thread_lo...
2017-10-13 Jason Ekstrandintel/compiler: Make brw_nir_lower_intrinsics compute...
2017-10-13 Jason Ekstrandintel/compiler: Add a flag for pull constant support
2017-10-13 Jason Ekstrandintel: Rewrite the world of push/pull params
2017-10-02 Iago Toral Quirogai965: skip reading unused slots at the begining of...
2017-09-29 Iago Toral Quirogai965/fs: force pull model for 64-bit GS inputs
2017-08-24 Jason Ekstrandanv,i965: Move CS shared lowering into anv
2017-08-23 Kenneth Graunkei965: Add a brw_wm_prog_data::has_render_target_reads...
2017-08-21 Matt Turneri965: Move brw_reg_type_letters() as well
2017-08-21 Matt Turneri965: Reorder brw_reg_type enum values
2017-08-02 Matt Turneri965: Fix indentation
2017-07-20 Francisco Jerezi965/fs: Handle explicit flag sources in flags_read()
2017-07-20 Francisco Jerezi965/fs: Handle explicit flag destinations in flags_wri...
2017-07-14 Kenneth Graunkei965: Use pushed UBO data in the scalar backend.
2017-07-14 Kenneth Graunkei965: Factor out push locations.
2017-07-14 Kenneth Graunkei965: Push UBO data, but don't use it just yet.
2017-07-12 Anuj Phogatintel/compiler: Don't use opt_sampler_eot() optimizatio...
2017-06-20 Lionel Landwerlinintel: compiler/i965: fix is_broxton checks
2017-06-01 Kenneth Graunkei965: Drop duplicate shadow variable.
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-04-14 Samuel Iglesias... i965/fs: lower all non-force_writemask_all DF instructi...
2017-04-14 Juan A. Suarez Romeroi965/fs: fix lower SIMD width for IVB/BYT's MOV_INDIRECT
2017-04-14 Samuel Iglesias... i965/fs: rename lower_d2x to lower_conversions
2017-04-14 Samuel Iglesias... i965/fs: generalize the legalization d2x pass
2017-04-14 Samuel Iglesias... i965/fs: clamp exec_size when an instruction has a...
2017-04-14 Juan A. Suarez Romeroi965/fs: add helper to retrieve instruction execution...
2017-03-23 Matt Turneri965/fs: Return progress from demote_sample_qualifiers().
2017-03-23 Matt Turneri965/fs: Return progress from move_interpolation_to_top().
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler