zink: replace fnv1a hash function with xxhash
[mesa.git] / src / intel /
2020-05-23 Eric Engestromtree-wide: fix deprecated GitLab URLs
2020-05-20 Eric Engestromanv: disable VK_EXT_calibrated_timestamps when the...
2020-05-20 Eric Engestromanv: replace magic `| 1` with already #define'd name
2020-05-20 Eric Engestromanv: pass the fd directly to anv_gem_reg_read()
2020-05-20 Andrii Simikliti965/vec4: Ignore swizzle of VGRF for use by var_range_...
2020-05-20 D Scott Phillipsanv/gen11+: Disable object level preemption
2020-05-20 Lionel Landwerlinintel/aub_error_decoder: print driver identifier if...
2020-05-20 Lionel Landwerlinanv: add identifier BO
2020-05-20 Lionel Landwerlinintel: add identifier for debug purposes
2020-05-20 Lionel Landwerlinanv: store the workaround address
2020-05-20 Lionel Landwerlinblorp: rename workaround address function
2020-05-20 Lionel Landwerlinanv: fixup unwinding of device create failure
2020-05-20 Lionel Landwerlinintel/perf: repurpose INTEL_DEBUG=no-oaconfig
2020-05-20 Lionel Landwerlinanv: Implement VK_KHR_performance_query
2020-05-20 Lionel Landwerlinintel/perf: reuse offset specified in the query
2020-05-20 Lionel Landwerlinanv: use a query filled by the perf code
2020-05-20 Lionel Landwerlinintel/perf: report whether the platform supported
2020-05-20 Lionel Landwerlinintel/perf: add counter category to generated code
2020-05-20 Lionel Landwerlinintel/perf: add helper to compute metrics from counters
2020-05-20 Lionel Landwerlinintel/perf: emit counter units in generated code
2020-05-20 Lionel Landwerlinintel/perf: compute number of passes for a set of counters
2020-05-20 Lionel Landwerlinintel/perf: create a unique list of counters
2020-05-20 Lionel Landwerlinintel/perf: update generated code to ralloc all data
2020-05-20 Lionel Landwerlinintel/perf: store the appropriate OA formats in queries
2020-05-20 Lionel Landwerlinintel/perf: make pipeline statistic query loading optional
2020-05-20 Lionel Landwerlinintel/genxml: add PIPE_CONTROL command cache invalidate bit
2020-05-20 Lionel Landwerlinanv: add a new execution mode for secondary command...
2020-05-20 Lionel Landwerlinanv: don't reserve a particular register for draw count
2020-05-20 Lionel Landwerlinintel/mi-builder: add framework for self modifying...
2020-05-20 Lionel Landwerlinintel/genxml: fix bits generation for MI_LOAD_REGISTER_IMM
2020-05-19 Ian Romanickintel/drm-shim: Return correct values for I915_PARAM_HA...
2020-05-19 Ian Romanickintel/drm-shim: Add noop ioctl handler for set_tiling
2020-05-18 Jason Ekstrandanv:gpu_memcpy: Emit 3DSTATE_VF_INDEXING on Gen8+
2020-05-18 Caio Marcelo de... intel/fs: Use writes_memory from shader_info
2020-05-15 Rafael Antognolliintel: Store the aperture size in devinfo.
2020-05-14 Ian Romanickintel: Silence unused parameter warning in __intel_log_...
2020-05-14 Ian Romanickanv: Silence unused parameter warning in anv_image_get_...
2020-05-14 Ian Romanickanv/tests: Silence unused parameter warnings in main
2020-05-14 Ian Romanickanv/tests: Don't rely on assert or changing NDEBUG...
2020-05-14 Jason Ekstrandanv: Fix descriptor set clean-up on BO allocation failure
2020-05-14 Jason Ekstrandanv: Call vk_object_base_finish for image views
2020-05-14 Danylo Piliaievanv: Fix deadlock in anv_timelines_wait
2020-05-14 Danylo Piliaievanv: Translate relative timeout to absolute when callin...
2020-05-14 Jason Ekstrandanv: Set MOCS in 3DSTATE_CONSTANT_* on Gen9+
2020-05-14 Jason Ekstrandanv: Set 3DSTATE_VF_INSTANCING on the SVGS element
2020-05-13 Iván Brianoanv: Implement VK_EXT_custom_border_color
2020-05-13 Iván Brianoanv: Add a way to reserve states from a pool
2020-05-13 Iván Brianoanv: Disable B5G6R5_UNORM_PACK16
2020-05-13 Iván Brianoanv: use the correct format on Android
2020-05-13 Samuel Pitoisetanv: use the common code for generating extensions...
2020-05-12 Arcady Goldmints... intel/compiler: fix alignment assert in nir_emit_intrinsic
2020-05-12 Jason Ekstrandanv,vulkan: Implement VK_EXT_private_data
2020-05-11 Kenneth Graunkeintel: Delete hardcoded devinfo->urb.size values for...
2020-05-11 Samuel Pitoisetnir: do not vectorize load/store if offset can overflow...
2020-05-09 Lionel Landwerlingenxml: pack: deal with default field not being simple...
2020-05-09 Lionel Landwerlingenxml: factor out utility functions
2020-05-09 Lionel Landwerlingenxml: fix invalid end value for video fields
2020-05-09 Lionel Landwerlingenxml: run sorting script
2020-05-09 Jordan Justenintel/dev: Add device info for RKL
2020-05-09 Jordan Justenintel/dev: Split .num_subslices out of GEN12_FEATURES...
2020-05-08 D Scott Phillipsintel/dump_gpu: Fix name of LD_PRELOAD in env append...
2020-05-08 Jason Ekstrandanv/allocator: Add a start_offset to anv_state_pool
2020-05-08 Lionel Landwerlinanv: fix alignments for uniform buffers
2020-05-08 Tapani Pällianv: call base finish only if pass given in DestroyRend...
2020-05-07 Ian Romanicknir/algebraic: Split ibfe and ubfe with two constant...
2020-05-07 Lionel Landwerlinanv: don't expose VK_INTEL_performance_query without...
2020-05-07 Arcady Goldmints... anv: increase minUniformBufferOffsetAlignment to 64
2020-05-05 Joshua Ashtonanv: Remove RANGE_SIZE usage
2020-05-04 Jason Ekstrandanv: Refactor setting descriptors with immutable sampler
2020-05-04 Jason Ekstrandvulkan,anv: Move the DEFINE_HANDLE_CASTS macros to...
2020-05-04 Jason Ekstrandvulkan,anv: Add a base object struct type
2020-05-04 Jason Ekstrandanv: Allocate CPU-side memory for events
2020-05-04 Jason Ekstrandanv: Stop clflushing events
2020-05-04 Jason Ekstrandvulkan,anv: Add a common base object type for VkDevice
2020-05-02 Dave Airliei965: add support for gen 5 pipelined pointers to dump
2020-05-01 Nataraj Deshpandeanv: Disable extensions based on Android versions
2020-05-01 Nataraj Deshpandeanv: Limit vulkan version to 1.1 for Android
2020-05-01 Caio Marcelo de... intel: Let drivers call brw_nir_lower_cs_intrinsics()
2020-05-01 Caio Marcelo de... intel/fs: Add and use a new load_simd_width_intel intrinsic
2020-05-01 Caio Marcelo de... intel/fs: Add an option to lower variable group size...
2020-05-01 Caio Marcelo de... intel/fs: Clean up variable group size handling in...
2020-05-01 Kenneth Graunkeintel: Move anv_gem_supports_syncobj_wait to common...
2020-05-01 Kenneth Graunkeanv: Include linux/sync_file.h instead of cut and pasti...
2020-05-01 Caio Marcelo de... intel/dev: Bail when INTEL_DEVID_OVERRIDE is not valid
2020-05-01 D Scott Phillipsanv,iris: Fix input vertex max for tcs on gen12
2020-05-01 D Scott Phillipsintel/fs: Update location of Render Target Array Index...
2020-04-30 Jason EkstrandRevert "anv/gen12: Temporarily disable VK_KHR_buffer_de...
2020-04-30 Jason Ekstrandintel/eu: Use non-coherent mode (BTI=253) for stateless...
2020-04-30 Lionel Landwerlinintel: add stub_gpu tool
2020-04-30 Lionel Landwerlinintel/dev: print out error when platform is not found...
2020-04-29 Francisco Jerezintel/ir: Update performance analysis parameters for...
2020-04-29 Jason Ekstrandintel/fs: Don't delete coalesced MOVs if they have...
2020-04-29 Tapani Pällianv: remove assert from GetImageMemoryRequirements[2]
2020-04-29 Caio Marcelo de... intel/fs: Only stall after sending all memory fence...
2020-04-29 Caio Marcelo de... intel/fs,vec4: Pull stall logic for memory fences up...
2020-04-29 Caio Marcelo de... intel/fs: Allow FS_OPCODE_SCHEDULING_FENCE stall on...
2020-04-29 Francisco Jerezintel/ir: Remove scheduling-based cycle count estimates.
2020-04-29 Francisco Jerezintel/ir: Pass block cycle count information explicitly...
2020-04-29 Francisco Jerezintel/ir: Use brw::performance object instead of CFG...
2020-04-29 Francisco Jerezintel/fs: Add INTEL_DEBUG=no32 debugging flag.
next