i965/fs: Fix extract_i8/u8 to a 64-bit destination
[mesa.git] / src / intel / compiler / brw_fs_nir.cpp
2017-11-14 Matt Turneri965/fs: Fix extract_i8/u8 to a 64-bit destination
2017-11-14 Matt Turneri965/fs: Split all 32->64-bit MOVs on CHV, BXT, GLK
2017-11-07 Jason Ekstrandintel/fs/nir: Return Q types from brw_reg_type_for_bit_size
2017-11-07 Jason Ekstrandintel/fs/nir: Use Q immediates for load_const on gen8+
2017-11-07 Jason Ekstrandintel/fs/nir: Setup immediates based on type in i2b...
2017-11-07 Jason Ekstrandnir,intel/compiler: Use a fixed subgroup size
2017-11-07 Jason Ekstrandintel/fs: Explicitly set EXECUTE_1 where needed
2017-11-07 Jason Ekstrandintel/compiler/fs: Set up subgroup invocation as a...
2017-11-07 Jason Ekstrandintel/cs: Push subgroup ID instead of base thread ID
2017-11-07 Jason Ekstrandintel/cs: Rework the way thread local ID is handled
2017-11-07 Jason Ekstrandintel/fs: use pull constant locations to check for...
2017-11-07 Jason Ekstrandintel/fs: Retype dest to match value in read[First...
2017-11-07 Jason Ekstrandintel/fs: Uniformize the index in readInvocation
2017-11-07 Jason Ekstrandi965/fs/nir: Don't stomp 64-bit values to D in get_nir_src
2017-11-07 Jason Ekstrandi965/fs/nir: Minor refactor of store_output
2017-11-07 Jason Ekstrandi965/fs: Return a fs_reg from shuffle_64bit_data_for_32...
2017-11-07 Jason Ekstrandi965/fs/nir: Simplify 64-bit store_output
2017-11-07 Jason Ekstrandintel/fs: Use a pair of 1-wide MOVs instead of SEL...
2017-11-07 Jason Ekstrandintel/fs: Use an explicit D type for vote any/all/eq...
2017-11-07 Jason Ekstrandintel/fs: Don't stomp f0.1 in SIMD16 ballot
2017-11-07 Jason Ekstrandintel/fs: Use ANY/ALL32 predicates in SIMD32
2017-10-25 Alejandro Piñeiroi965/fs: Add brw_reg_type_from_bit_size utility method
2017-10-25 Jason Ekstrandi965/fs/nir: Use the nir_src_bit_size helper
2017-10-20 Samuel Iglesias... i965/fs: remove setting default LOD in the backend
2017-10-11 Kenneth Graunkei965: Fix output register sizes when multiple variables...
2017-10-10 Iago Toral Quirogai965/tes: account for the fact that dvec3/4 inputs...
2017-10-04 Matt Turneri965/fs: Rewrite fsign64 to skip the float -> double...
2017-10-04 Matt Turneri965/fs: Unpack count argument to 64-bit shift ops...
2017-09-29 Iago Toral Quirogai965/fs: force pull model for 64-bit GS inputs
2017-07-20 Matt Turneri965/fs: Match destination type to size for ballot
2017-07-20 Matt Turneri965/fs: Implement ARB_shader_ballot operations
2017-07-20 Matt Turnernir: Add system values from ARB_shader_ballot
2017-07-20 Matt Turneri965/fs: Implement ARB_shader_group_vote operations
2017-07-14 Kenneth Graunkei965: Use pushed UBO data in the scalar backend.
2017-07-13 Lionel Landwerlinintel/compiler: no need to check unsigned is >= 0
2017-06-20 Lionel Landwerlinintel: compiler/i965: fix is_broxton checks
2017-05-09 Jason Ekstrandi965/fs: Move remapping of gl_PointSize to the NIR...
2017-05-09 Jason Ekstrandi965/fs: Lower gl_VertexID and friends to inputs at...
2017-05-09 Jason Ekstrandi965: Move multiply by 4 for VS ATTR setup into the...
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-04-05 Jason Ekstrandi965/fs: Always provide a default LOD of 0 for TXS...
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-14 Jason Ekstrandi965/fs: Re-arrange conversion operations
2017-03-14 Jason Ekstrandi965/fs: Use num_components from the SSA def in image...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler