intel: Add simple logging façade for Android (v2)
[mesa.git] / src / intel / compiler /
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...
2017-08-02 Matt Turneri965: Fix indentation
2017-07-22 Kenneth Graunkei965: Set lower_vote_trivial in vector_nir_options_gen6...
2017-07-20 Matt Turneri965/fs: Match destination type to size for ballot
2017-07-20 Matt Turnernir: Reduce destination size of ballot intrinsic when...
2017-07-20 Matt Turneri965/fs: Implement ARB_shader_ballot operations
2017-07-20 Matt Turneri965/fs: Do not move MOVs writing the flag outside...
2017-07-20 Francisco Jerezi965/fs: Handle explicit flag sources in flags_read()
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-20 Francisco Jerezi965/fs: Handle explicit flag destinations in flags_wri...
2017-07-20 Matt Turneri965/vec4: Lower ARB_shader_group_vote intrinsics
2017-07-20 Matt Turnernir: Add pass to optimize intrinsics
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-14 Kenneth Graunkei965: Select ranges of UBO data to be uploaded as push...
2017-07-14 Kenneth Graunkei965: Switch to absolute addressing for constant buffer 0.
2017-07-13 Lionel Landwerlinintel/compiler: no need to check unsigned is >= 0
2017-07-13 Lionel Landwerlinintel/compiler: don't check unsigned is >= 0
2017-07-13 Lionel Landwerlinintel/compiler: remove check unsigned is >= 0
2017-07-12 Anuj Phogatintel/compiler: Don't use opt_sampler_eot() optimizatio...
2017-06-30 Johnson Lini965/i915: Add UYVY as the supported format
2017-06-20 Lionel Landwerlinintel: compiler/i965: fix is_broxton checks
2017-06-09 Anuj Phogati965/cnl: Make URB {VS, GS, HS, DS} sizes non multiple...
2017-06-09 Anuj Phogati965/cnl: Handle gen10 in switch cases across the driver
next