v3d: moving v3d simulator to src/broadcom
[mesa.git] / src / intel /
2020-06-26 Rafael Antognollianv: Align "used" attribute to 64 bits.
2020-06-24 Kenneth Graunkeintel: Disable loading drivers on DG1 devices for now
2020-06-24 Jordan Justenanv/cmd_buffer: Split GPGPU_WALKER out to emit_gpgpu_walker
2020-06-24 Jordan Justenanv/pipeline: Split VFE/INTERFACE_DESCRIPTOR out to...
2020-06-23 Jason Ekstrandintel/eu: Add the RNDU opcode
2020-06-23 Jason Ekstrandintel/eu: Set the right subnr for ALIGN16 destinations
2020-06-23 Jason Ekstrandintel/eu: Add a brw_urb_dest_msg_type helper
2020-06-23 Kenneth Graunkeintel/eu: Add a brw_urb_desc helper
2020-06-23 Jason Ekstrandintel/compiler: Expose brw_texture_offset to C
2020-06-23 Jason Ekstrandintel/fs: Move more prog_data setup into populate_wm_pr...
2020-06-23 Jason Ekstrandintel/fs: Break wm_prog_data setup into a helper
2020-06-23 Jason Ekstrandintel/fs: Expose a couple of NIR lowering helpers
2020-06-22 Jason Ekstrandanv: Bump the advertised patch version to 145
2020-06-22 Jordan Justenanv: Make use of devinfo has_aux_map field
2020-06-22 Eric Engestromutil: rename xmlpool.h to driconf.h
2020-06-22 Eric Engestromdriconf: drop now unused translation facility
2020-06-22 Jordan Justenintel/dev: Add device info for DG1
2020-06-22 Rafael Antognollianv/dg1: Don't use SET_TILING kernel uapi.
2020-06-22 Rafael Antognolliintel/devinfo: Add function to check for DRM_I915_GEM_G...
2020-06-22 Rafael Antognolliintel/l3: Return the URB size from devinfo for DG1
2020-06-22 Rafael Antognolliintel/isl: Update mocs for DG1
2020-06-22 Anuj Phogatintel/l3: Add DG1 L3 configuration
2020-06-22 Jordan Justenanv: Set L3 full way allocation at context init if...
2020-06-22 Jordan Justenintel/l3: Allow platforms to have no l3 configurations
2020-06-22 Jordan Justenintel/l3: Don't rely on cfg entry URB size being 0...
2020-06-22 Anuj Phogatintel/devinfo: Add is_dg1 to device info
2020-06-20 Arcady Goldmints... intel/compiler: Always apply sample mask on Vulkan.
2020-06-19 Nanley Cheryisl/drm: Support I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS
2020-06-19 Nanley Cheryintel: Add ISL_AUX_USAGE_GEN12_CCS_E
2020-06-19 Jason Ekstrandanv: Use resolve_device_entrypoint for dispatch init
2020-06-19 Matt Turnerintel/tools: Add assembler tests for the cr0 register
2020-06-19 Matt Turnerintel/tools: Disallow control subregisters > 3
2020-06-19 Matt Turnerintel/tools: Require explicit regions/types for special...
2020-06-19 Matt Turnerintel/tools: Drop srctype from ipreg
2020-06-19 Matt Turnerintel/tools: Remove unnecessary reg number checking
2020-06-18 Eric Engestromanv: replace all dup() with os_dupfd_cloexec()
2020-06-17 Iván Brianoanv: enable VK_EXT_pipeline_creation_cache_control
2020-06-17 Iván Brianoanv: implement VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMP...
2020-06-17 Iván Brianoanv: support externally synchronized pipeline caches
2020-06-17 Sagar Ghugeintel/compiler: Remove unnecessary optimization for MUL
2020-06-16 Sagar Ghugeintel/compiler: Optimize integer add with 0 into mov
2020-06-16 Lionel Landwerlinanv: add an option to disable secondary command buffer...
2020-06-16 Jason Ekstrandanv: Add anv_pipeline_init/finish helpers
2020-06-16 Jason Ekstrandanv: Add an anv_batch_set_storage helper
2020-06-16 Jan Beichanv,iris: unbreak on BSDs after 812cf5f522ab,abf8aed68047
2020-06-13 Eric Engestromintel/tools: make test aware of the meson test wrapper
2020-06-13 Eric Engestromintel/tools: rewrite run-test.sh in python
2020-06-13 Eric Engestromintel/genxml: replace gen_sort_tags.py MIT licence...
2020-06-13 Eric Engestromintel/genxml: drop python 2 support for gen_sort_tags.py
2020-06-12 Matt Turnerintel/compiler: Drop opt_sampler_eot()
2020-06-11 Jason Ekstrandintel/nir: Call nir_metadata_preserve on !progress
2020-06-11 Jason Ekstrandnir: Call nir_metadata_preserve on !progress
2020-06-09 Jason Ekstrandanv/allocator: Compare to start_offset in state_pool_fr...
2020-06-08 Caio Marcelo de... intel/fs: Add Fall-through comment
2020-06-06 Marcin Ślusarzintel/compiler: fix Android build
2020-06-06 Vinson Leeintel/genxml: Migrate from deprecated xml.etree.Element...
2020-06-06 Vinson LeeSwitch from cElementTree to ElementTree.
2020-06-05 Eric Engestromintel: fix gen_sort_tags.py
2020-06-05 Eric Engestromintel/genxml: drop sort_xml.sh and move the loop direct...
2020-06-03 Boris Brezillonintel/compiler: Extract control barriers from scoped...
2020-06-03 Boris Brezillonnir: Replace the scoped_memory barrier by a scoped_barrier
2020-06-03 Timothy Arcerinir: add callback to nir_remove_dead_variables()
2020-06-01 Dylan Bakermeson: use 2 space not 3 space indent
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-31 Satyeshwar Singhintel/dev: Don't consider all TGL SKUs as GT1 only
2020-05-30 Jason Ekstrandintel/fs: Emit HALT for discard on Gen4-5
2020-05-30 Jason Ekstrandintel/fs: Fix unused texture coordinate zeroing on...
2020-05-30 Jason Ekstrandintel/vec4: Stomp the return type of RESINFO to UINT32
2020-05-28 Samuel Pitoisetspirv,radv,anv: implement no-op VK_GOOGLE_user_type
2020-05-28 Caio Marcelo de... intel: Add helper to calculate GPGPU_WALKER::RightExecu...
2020-05-28 Caio Marcelo de... intel/fs: Generate multiple CS SIMD variants for variab...
2020-05-28 Caio Marcelo de... anv: Use new helper functions to pick SIMD variant...
2020-05-28 Caio Marcelo de... intel/fs: Add helper to get prog_offset and simd_size
2020-05-28 Caio Marcelo de... intel/fs: Support INTEL_DEBUG=no8,no32 in compute shaders
2020-05-28 Caio Marcelo de... intel/fs: Remove min_dispatch_width spilling decision...
2020-05-27 Danylo Piliaievintel/fs: Work around dual-source blending hangs in...
2020-05-26 Alyssa Rosenzweigintel: Use SATURATE
2020-05-26 Caio Marcelo de... intel/fs: Remove redundant assert()
2020-05-26 Caio Marcelo de... intel/fs: Early return when can't satisfy explicit...
2020-05-26 Caio Marcelo de... intel/fs: Remove unused state from brw_nir_lower_cs_int...
2020-05-26 Caio Marcelo de... intel/fs: Remove unused emission of load_simd_with_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
next