ac/llvm: drop v4f32empty. (v2)
[mesa.git] / src / intel / compiler /
2017-10-25 Jason Ekstrandintel/compiler: Call nir_lower_system_values in brw_pre...
2017-10-25 Jason Ekstrandintel/eu: Use EXECUTE_1 for JMPI
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-25 Jason Ekstrandintel/fs: Handle flag read/write aliasing in needs_src_copy
2017-10-25 Jordan Justenintel/nir: Zero local index const struct for valgrind...
2017-10-24 Rob Clarkmeson: extract out variable for nir_algebraic.py
2017-10-24 Eric Anholti965: Fix memmem compiler warnings.
2017-10-20 Matt Turneri965/fs: Use align1 mode on ternary instructions on...
2017-10-20 Matt Turneri965: Add align1 ternary instruction emission support
2017-10-20 Matt Turneri965: Add align1 ternary instruction disassembler support
2017-10-20 Matt Turneri965: Add align1 ternary instruction-word support
2017-10-20 Matt Turneri965: Add align1 ternary instruction support to convers...
2017-10-20 Matt Turneri965: Add align1 ternary instruction field encodings
2017-10-20 Matt Turneri965: Add functions to abstract access to 3src register...
2017-10-20 Matt Turneri965: Rename brw_inst's functions that access the 3src...
2017-10-20 Matt Turneri965: Rename brw_inst 3src functions in preparation...
2017-10-20 Matt Turneri965: Print subreg in units of type-size on ternary...
2017-10-20 Matt Turneri965: Add functions for brw_reg_type <-> hw 3src type
2017-10-20 Matt Turneri965: Move brw_reg_type_is_floating_point to brw_reg_type.h
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-20 Samuel Iglesias... i965/vec4: remove setting default LOD in the backend
2017-10-20 Samuel Iglesias... i965/fs: remove setting default LOD in the backend
2017-10-19 Kenneth Graunkei965: Use is_scheduling_barrier instead of schedule_nod...
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: Allocate prog_data::[pull_]param deeper inside...
2017-10-13 Jason Ekstrandintel/vs: Grow the param array for clip planes
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 helper for growing the prog_data...
2017-10-13 Jason Ekstrandintel/compiler: Add a flag for pull constant support
2017-10-13 Jason Ekstrandi965: Store image_param in brw_context instead of prog_data
2017-10-13 Jason Ekstrandintel: Rewrite the world of push/pull params
2017-10-11 Kenneth Graunkei965: Fix output register sizes when multiple variables...
2017-10-10 Kenneth Graunkei965: Don't try to decode types for non-existent src1.
2017-10-10 Iago Toral Quirogai965/tes: account for the fact that dvec3/4 inputs...
2017-10-05 Jason Ekstrandintel/compiler: Don't propagate cmod into integer multi...
2017-10-05 Jason Ekstrandintel/compiler: Don't cmod propagate into a saturated...
2017-10-04 Matt Turneri965: Validate "Special Requirements for Handling Doubl...
2017-10-04 Matt Turneri965: Fix and enable forgotten validation test
2017-10-04 Matt Turneri965: Only insert error message if not already present
2017-10-04 Matt Turneri965: Avoid validation error when src1 is not present
2017-10-04 Matt Turneri965: Remove validate_reg()
2017-10-04 Matt Turneri965: Add and use STRIDE and WIDTH macros
2017-10-04 Matt Turneri965: Add GLK, CFL, CNL to test_eu_validate.c
2017-10-04 Matt Turneri965: Fix support for disassembling 64-bit integer...
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-10-04 Matt Turneri965/fs: Don't apply POW/FDIV workaround on Gen10+
2017-10-04 Matt Turneri965: Fix src0 vs src1 typo
2017-10-03 Lionel Landwerlinintel: compiler: vec4: add missing default 0 lod
2017-10-03 Dylan Bakermeson: convert gtest to an internal dependency
2017-10-02 Iago Toral Quirogai965: skip reading unused slots at the begining of...
2017-10-01 Matt Turneri965: Normalize types for FBL, FBH, etc
2017-09-29 Iago Toral Quirogai965/fs: force pull model for 64-bit GS inputs
2017-09-27 Dylan Bakermeson: Add build Intel "anv" vulkan driver
2017-09-27 Dylan Bakerintel: use a flag instead of setting PYTHONPATH
2017-09-26 Kenneth Graunkei965: Support copy propagating of untyped atomic surfac...
2017-09-26 Kenneth Graunkei965/vec4: Fix swizzles on atomic sources.
2017-09-26 Kenneth Graunkei965/vec4: Actually handle atomic op intrinsics.
2017-09-26 Timothy Arcerii965/nir: export nir_optimize
2017-09-21 Kenneth Graunkei965: Handle unwritten PSIZ/VIEWPORT/LAYER outputs...
2017-09-12 Jason Ekstrandintel/eu/validate: Look up types on demand in execution...
2017-08-29 Matt Turneri965: Drop unnecessary conditional
2017-08-28 Topi Pohjolainenintel/compiler: Cast reg types explicitly
2017-08-24 Jason Ekstrandanv,i965: Move CS shared lowering into anv
2017-08-23 Kenneth Graunkei965: Stop using wm_prog_data->binding_table.render_tar...
2017-08-23 Kenneth Graunkei965: Add a brw_wm_prog_data::has_render_target_reads...
2017-08-21 Matt Turneri965: Mark functions static
2017-08-21 Matt Turneri965/vec4: Use 'class' src_reg, rather than 'struct...
2017-08-21 Matt Turneri965/vec4: Return float from spill_cost_for_type()
2017-08-21 Matt Turneri965: Optimize reading the destination type
2017-08-21 Matt Turneri965: Mark brw_hw_type_to_reg_type() as a pure function
2017-08-21 Matt Turneri965: Hide the register type hardware encodings
2017-08-21 Matt Turneri965: Stop using hardware register types directly
2017-08-21 Matt Turneri965: Add brw_hw_reg_type_to_letters() and use it in...
2017-08-21 Matt Turneri965: Move brw_reg_type_letters() as well
2017-08-21 Matt Turneri965: Switch to using the logical register types
2017-08-21 Matt Turneri965: Add functions to abstract access to register...
2017-08-21 Matt Turneri965: Rename brw_inst's functions that access the regis...
2017-08-21 Matt Turneri965: Index brw_hw_reg_type_to_size()'s table by logica...
2017-08-21 Matt Turneri965: Add a brw_hw_type_to_reg_type() function
2017-08-21 Matt Turneri965: Use a common table to translate logical to hardwa...
2017-08-21 Matt Turneri965: Extract functions dealing with register types...
2017-08-21 Matt Turneri965: Reverse file/type arguments to register type...
2017-08-21 Matt Turneri965: Add support for disassembling 64-bit integer...
2017-08-21 Matt Turneri965: Use separate enums for register vs immediate...
2017-08-21 Matt Turneri965: Reorder brw_reg_type enum values
2017-08-21 Matt Turneri965: Validate destination restrictions with vector...
2017-08-21 Matt Turneri965: Don't let raw-move check be tricked by immediate...
2017-08-21 Matt Turneri965: Only change type of 0.0f to VF if destination...
2017-08-21 Matt Turneri965: Remove CONT/BREAK from instruction compaction...
2017-08-21 Matt Turneri965: Test instruction compaction on all supported...
2017-08-21 Matt Turneri965: Silence signed/unsigned comparison warning
2017-08-21 Matt Turneri965: Move compaction "prepass" into brw_eu_compact.c
2017-08-21 Matt Turneri965: Mark src inst pointer const in compaction code
2017-08-11 Iago Toral Quirogaintel/compiler: properly size attribute wa_flags array...
2017-08-03 Dave Airlieintel/vec4/gs: reset nr_pull_param if DUAL_INSTANCED...
next