ac/registers: use better names for disambiguated definitions
[mesa.git] / src / intel /
2019-06-12 Nicolai Hähnleu_dynarray: turn util_dynarray_{grow, resize} into...
2019-06-12 Lionel Landwerlinanv: do not parse genxml data without INTEL_DEBUG=bat
2019-06-12 Lionel Landwerlinintel/dump: fix segfault when the app hasn't accessed...
2019-06-11 Ville Syrjäläanv/cmd_buffer: Reuse gen8 Cmd{Set, Reset}Event on...
2019-06-11 Ian Romanickintel/fs: Mark source 0 of bcsel as needing Boolean...
2019-06-11 Samuel Iglesias... anv: ignore inline uniform blocks in anv_CmdPushDescrip...
2019-06-09 Lionel Landwerlinintel/gpu_dump: fix argument passing
2019-06-07 Jason Ekstrandintel/blorp: Only double the fast-clear rect alignment...
2019-06-07 Nanley Cheryanv/cmd_buffer: Initalize the clear color struct for...
2019-06-07 Kenneth Graunkeisl: Mark enum isl_channel_select packed so it becomes...
2019-06-06 Gurchetan Singhanv: allow NV12 <--> AHARDWAREBUFFER_FORMAT_Y8Cb8Cr8_42...
2019-06-06 Nataraj Deshpandeanv: Fix check for isl_fmt in assert
2019-06-06 Ian Romanickintel/compiler: Treat b32csel as potentially producing...
2019-06-06 Ian Romanickintel/fs: Improve discard_if code generation
2019-06-06 Ian Romanickintel/fs: Add need_dest parameter to fs_visitor::nir_em...
2019-06-06 Ian Romanickintel/fs: Allow cmod propagation across reads and write...
2019-06-06 Ian Romanickintel/fs: Fix flag_subreg handling in cmod propagation
2019-06-06 Ian Romanickintel/fs: Add missing tests for cmod_propagate_not
2019-06-05 Kenneth Graunkeintel/blorp: Handle SINT/UINT clamping on blits.
2019-06-05 Caio Marcelo de... anv/pipeline: Move lowering of nir_var_mem_global later
2019-06-05 Kenneth Graunkenir: Combine lower_fmod16/32 back into a single lower_fmod.
2019-06-05 Kenneth Graunkenir: Drop lower_fmod64 option.
2019-06-05 Lionel Landwerlinintel/perf: improve dynamic loading config detection
2019-06-05 Jason Ekstrandintel/nir: Take nir_shader*s in brw_nir_link_shaders
2019-06-05 Jason Ekstrandintel/nir: Stop returning the shader from helpers
2019-06-05 Lionel Landwerlinintel/perf: fix EuThreadsCount value in performance...
2019-06-05 Mark Janesintel/tools: use C99 print conversion specifier for...
2019-06-04 Jason Ekstrandintel/fs: Add an UNDEF instruction to avoid excess...
2019-06-04 Jason Ekstrandanv: Advertise support for VK_EXT_fragment_shader_interlock
2019-06-04 Jason Ekstrandintel/fs: Skip registers faster when setting spill...
2019-06-04 Sagar Ghugeintel/compiler: Fix assertions in brw_alu3
2019-06-03 Caio Marcelo de... iris: Print binding tables when INTEL_DEBUG=bt
2019-05-31 Ian Romanickintel/compiler: Use compare rematerialization pass
2019-05-30 Jason Ekstrandintel/blorp: Use the hardware op for CCS ambiguate...
2019-05-30 Jason Ekstrandintel/fs: Do a stalling MFENCE in endInvocationInterlock()
2019-05-30 Jason Ekstrandintel/fs,vec4: Use g0 as the header for MFENCE
2019-05-29 Caio Marcelo de... spirv: Change spirv_to_nir() to return a nir_shader
2019-05-28 Kenneth Graunkeintel/decoder: Use get_state_size() over guessed counts...
2019-05-28 Kenneth Graunkeiris: Ask st to vectorize our IO.
2019-05-27 Lionel Landwerlinanv: fix apply_pipeline_layout pass for arrays of YCbCr...
2019-05-27 Chenglei Renanv/android: fix missing dependencies issue during...
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-24 Jason Ekstrandintel: Implement abs, neg, and sat in the back-end
2019-05-24 Jason Ekstrandintel/nir: Call alu_to_scalar one last time before...
2019-05-24 Jason Ekstrandnir/builder: Remove the use_fmov parameter from nir_swizzle
2019-05-24 Danylo Piliaievanv: Do not emulate texture swizzle for INPUT_ATTACHMEN...
2019-05-22 Lionel Landwerlinvulkan: fix build dependency issue with generated files
2019-05-21 Kenneth Graunkeintel: Move brw_prog_key_set_id from i965 to the compiler.
2019-05-20 Caio Marcelo de... anv: Don't re-use entry_point pointer from spirv_to_nir
2019-05-20 Caio Marcelo de... spirv, radv, anv: Replace ptr_type with addr_format
2019-05-17 Jason Ekstrandanv: Only consider minSampleShading when sampleShadingE...
2019-05-17 Jason Ekstrandanv: Stop forcing bindless for images
2019-05-17 Jason Ekstrandanv: Emulate texture swizzle in the shader when needed
2019-05-16 Nanley Cheryanv: Fix some depth buffer sampling cases on ICL+
2019-05-16 Jason Ekstrandintel/fs/live_variables: Do compute_start_end in BITSET...
2019-05-16 Jason Ekstrandintel/fs/ra: Choose a spill reg before throwing away...
2019-05-16 Jason Ekstrandintel/fs/ra: Add spill costs to the graph on-demand
2019-05-16 Jason Ekstrandintel/fs/ra: Add a helper for discarding the interferen...
2019-05-14 Dave Airlieintel/compiler: use bitset instead of opencoding a...
2019-05-14 Dave Airlieintel/compiler: remove repeated bit_size / 8 in brw...
2019-05-14 Kenneth Graunkeintel/compiler: Implement TCS 8_PATCH mode and INTEL_DE...
2019-05-14 Kenneth Graunkeintel/compiler: Move ICP handle fetching into a helper...
2019-05-14 Kenneth Graunkeintel/compiler: Don't repeat dispatch max fixing condition
2019-05-14 Kenneth Graunkeintel/compiler: Rename invocation_id_mask to instance_i...
2019-05-14 Kenneth Graunkeintel/compiler: Refactor TCS invocation ID setup into...
2019-05-14 Ian Romanickintel/compiler: Repeat nir_opt_algebraic_late
2019-05-14 Ian Romanickintel/fs: Allow cmod propagation to instructions with...
2019-05-14 Jason Ekstrandintel/fs/ra: Spill without destroying the interference...
2019-05-14 Jason Ekstrandintel/fs/ra: Put the VGRFs at the end of the nodes
2019-05-14 Jason Ekstrandintel/fs/ra: Re-arrange interference setup
2019-05-14 Jason Ekstrandintel/fs/ra: Do the spill loop inside RA
2019-05-14 Jason Ekstrandintel/fs/ra: Only add MRF hack interference if we're...
2019-05-14 Jason Ekstrandintel/fs/ra: Pull the guts of RA into its own class
2019-05-14 Jason Ekstrandintel/fs/ra: Move assign_regs further down in the file
2019-05-14 Jason Ekstrandintel/fs/ra: Split building the interference graph...
2019-05-14 Jason Ekstrandintel/fs/ra: Initialize grf_used with first_non_payload_grf
2019-05-14 Jason Ekstrandintel/fs/ra: Stop adding RA interference to too many...
2019-05-14 Jason Ekstrandintel/fs/ra: Only add dest interference to sources...
2019-05-14 Jason Ekstrandintel/fs: Stop doing extra RA calls
2019-05-14 Nanley Cheryisl: Add restrictions to isl_surf_get_hiz_surf()
2019-05-14 Nanley Cheryisl: Add restriction and comments to isl_surf_get_ccs_s...
2019-05-14 Nanley Cheryisl: Modify restrictions in isl_surf_get_mcs_surf()
2019-05-13 Jason Ekstrandanv: Implement VK_KHR_uniform_buffer_standard_layout
2019-05-13 Vinson Leeintel/tools: Fix build with glibc < 2.27.
2019-05-11 Mike Blumenkrantzintel: drop misleading driver name from gen_get_device_...
2019-05-10 Caio Marcelo de... anv: Fix limits when VK_EXT_descriptor_indexing is...
2019-05-10 Jonathan Mareknir: allow specifying a set of opcodes in lower_alu_to_...
2019-05-10 Jason Ekstrandintel/fs/copy-prop: Don't walk all the ACPs for each...
2019-05-10 Jason Ekstrandintel/fs/copy-prop: Purge unused ACPs
2019-05-10 Jason Ekstrandintel/fs/copy-prop: Bump the hash table size to 64
2019-05-10 Caio Marcelo de... anv: Remove special allocation for anv_push_constants
2019-05-09 Lionel Landwerlinanv: Use corresponding type from the vector allocation
2019-05-09 Eric Engestromi965_asm: avoid free()ing uninitialized pointers
2019-05-09 Eric Engestromi965_asm: fix memleak
2019-05-08 Lionel Landwerlinanv: fix use after free
2019-05-08 Lionel Landwerlinanv: rework queries writes to ensure ordering memory...
2019-05-07 Matt Turnerintel/compiler: Unset flag reg when FB write is not...
2019-05-07 Sagar Ghugeintel/disasm: Disassemble immediate value properly...
2019-05-07 Sagar Ghugeintel/disasm: Disassemble JIP offset for while
2019-05-07 Sagar Ghugeintel/compiler: Replicate 16 bit immediate value correctly
next