summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2021-02-01vulkan,anv: Move GetDeviceProcAddr to common codeJason Ekstrand1-8/+0
2021-02-01anv: Use the common dispatch frameworkJason Ekstrand13-1113/+108
2021-02-01anv: Add a single anv_genX switch macroJason Ekstrand3-66/+42
2021-02-01vulkan: Add common instance and physical device structsJason Ekstrand2-1/+2
2021-02-01anv: Use the common extension table structJason Ekstrand4-24/+27
2021-02-01vulkan: Add a return code to vk_device_initJason Ekstrand1-2/+7
2021-02-01vulkan: Move vk_device to its own fileJason Ekstrand1-1/+1
2021-02-01anv: Clean up the vk_device on the CreateDevice error pathJason Ekstrand1-0/+1
2021-02-01vulkan/meson: Add missing dependencise on vk_extensions_gen.pyJason Ekstrand1-1/+1
2021-01-29intel/compiler: cache computed register pressure benefitMarcin Ślusarz1-2/+9
2021-01-28anv: Support multiple engines with DRM_IOCTL_I915_GEM_CONTEXT_CREATE_EXTJordan Justen4-14/+165
2021-01-28anv: Add anv_gem_count_enginesJordan Justen3-0/+21
2021-01-28anv: Gather engine info from i915 if availableJordan Justen4-2/+35
2021-01-28anv: Support i915 query (DRM_IOCTL_I915_QUERY) from Linux v4.17Jordan Justen3-0/+30
2021-01-28anv: Print queue number with INTEL_DEBUG=batJordan Justen1-0/+1
2021-01-28anv: Turn device->queue into an arrayJordan Justen4-26/+115
2021-01-28anv: Add exec_flags to anv_queueJordan Justen4-8/+15
2021-01-28anv: Add an anv_queue_family structJason Ekstrand3-14/+57
2021-01-28anv: store queue creation flags on anv_queueLionel Landwerlin3-4/+7
2021-01-28anv: Refactor anv_queue_finish()Jason Ekstrand1-12/+11
2021-01-28anv: pass context to reset stats helperLionel Landwerlin4-9/+10
2021-01-28anv: Fix an old parameter name in GetDeviceQueueJason Ekstrand1-2/+2
2021-01-28anv: Drop anv_dumpJason Ekstrand5-486/+0
2021-01-28intel/fs: Add an ex_desc field to fs_inst for SHADER_OPCODE_SENDJason Ekstrand4-5/+9
2021-01-27anv: Enabled the VK_EXT_sample_locations extensionEleni Maria Stea1-1/+1
2021-01-27anv: Removed unused header fileEleni Maria Stea1-1/+0
2021-01-27anv: Add support for sample locationsEleni Maria Stea6-5/+110
2021-01-27intel/common: store sample position in plain arraysLionel Landwerlin4-126/+167
2021-01-27anv/state: Take explicit sample locations in emit helpersEleni Maria Stea4-26/+148
2021-01-27anv: Break SAMPLE_PATTERN and MULTISAMPLE emit into helpersJason Ekstrand3-51/+63
2021-01-27anv: Implement physical device properties for VK_EXT_sample_locationsEleni Maria Stea1-0/+43
2021-01-27anv: Added the VK_EXT_sample_locations extension to the anv_extensions listEleni Maria Stea1-0/+1
2021-01-27anv: Implement VK_KHR_workgroup_memory_explicit_layoutCaio Marcelo de Oliveira Filho3-2/+17
2021-01-27intel: Produce a "constrained" output from gen_get_urb_config()Kenneth Graunke4-4/+13
2021-01-27intel/perf: export information about units of performance countersMarcin Ślusarz1-1/+34
2021-01-27intel: change urb max shader geometry for KBL GT1Abhishek Kumar1-0/+1
2021-01-26compiler: Use util/bitset.h for system_values_readCaio Marcelo de Oliveira Filho5-33/+24
2021-01-26anv: Skip CCS ambiguate which preceed fast-clearsSagar Ghuge1-0/+17
2021-01-26intel/gen12: Fix memory corruption issues in fused Gen12 parts.Francisco Jerez1-2/+2
2021-01-25anv: Invalidate the correct AUX-TT entrySagar Ghuge1-1/+3
2021-01-25anv: fix invalid programming of BLEND_STATELionel Landwerlin1-1/+16
2021-01-25anv: Use sized types for nir_tex_instr::dest_typeConnor Abbott1-1/+1
2021-01-25intel/blorp: Use sized types for nir_tex_instr::dest_typeConnor Abbott2-2/+2
2021-01-25brw/vec4: Don't convert tex dest type to glsl_typeConnor Abbott5-53/+5
2021-01-25intel: silence unused var warnings in release buildsLionel Landwerlin4-4/+4
2021-01-22anv: Advertise shaderInt64 on Gen11+Jason Ekstrand1-2/+1
2021-01-22intel/fs: Implement umin/umax shuffleJason Ekstrand1-1/+55
2021-01-22intel/fs: Refactor our shuffle emit codeJason Ekstrand1-34/+25
2021-01-22intel/fs: Properly lower 64-bit MUL on 64-bit-incapable platformsJason Ekstrand1-2/+15
2021-01-22intel/fs: Support 64-bit CLUSTER_BROADCAST on Gen11+Jason Ekstrand1-1/+2