aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel/fs: Work around dual-source blending hangs in combination with SIMD16Danylo Piliaiev2020-05-271-2/+6
* intel: Use SATURATEAlyssa Rosenzweig2020-05-261-2/+2
* intel/fs: Remove redundant assert()Caio Marcelo de Oliveira Filho2020-05-261-3/+0
* intel/fs: Early return when can't satisfy explicit group sizeCaio Marcelo de Oliveira Filho2020-05-261-8/+11
* intel/fs: Remove unused state from brw_nir_lower_cs_intrinsicsCaio Marcelo de Oliveira Filho2020-05-261-16/+11
* intel/fs: Remove unused emission of load_simd_with_intelCaio Marcelo de Oliveira Filho2020-05-261-5/+0
* tree-wide: fix deprecated GitLab URLsEric Engestrom2020-05-232-2/+2
* anv: disable VK_EXT_calibrated_timestamps when the timestamp register is unre...Eric Engestrom2020-05-203-3/+16
* anv: replace magic `| 1` with already #define'd nameEric Engestrom2020-05-201-1/+1
* anv: pass the fd directly to anv_gem_reg_read()Eric Engestrom2020-05-204-7/+5
* i965/vec4: Ignore swizzle of VGRF for use by var_range_end()Andrii Simiklit2020-05-201-1/+1
* anv/gen11+: Disable object level preemptionD Scott Phillips2020-05-201-0/+16
* intel/aub_error_decoder: print driver identifier if foundLionel Landwerlin2020-05-201-0/+17
* anv: add identifier BOLionel Landwerlin2020-05-203-10/+20
* intel: add identifier for debug purposesLionel Landwerlin2020-05-203-1/+138
* anv: store the workaround addressLionel Landwerlin2020-05-205-13/+17
* blorp: rename workaround address functionLionel Landwerlin2020-05-202-5/+5
* anv: fixup unwinding of device create failureLionel Landwerlin2020-05-201-4/+5
* intel/perf: repurpose INTEL_DEBUG=no-oaconfigLionel Landwerlin2020-05-203-37/+70
* anv: Implement VK_KHR_performance_queryLionel Landwerlin2020-05-209-32/+655
* intel/perf: reuse offset specified in the queryLionel Landwerlin2020-05-201-12/+28
* anv: use a query filled by the perf codeLionel Landwerlin2020-05-201-6/+1
* intel/perf: report whether the platform supportedLionel Landwerlin2020-05-202-0/+9
* intel/perf: add counter category to generated codeLionel Landwerlin2020-05-202-0/+2
* intel/perf: add helper to compute metrics from countersLionel Landwerlin2020-05-202-0/+34
* intel/perf: emit counter units in generated codeLionel Landwerlin2020-05-202-0/+39
* intel/perf: compute number of passes for a set of countersLionel Landwerlin2020-05-202-0/+58
* intel/perf: create a unique list of countersLionel Landwerlin2020-05-204-2/+65
* intel/perf: update generated code to ralloc all dataLionel Landwerlin2020-05-201-45/+29
* intel/perf: store the appropriate OA formats in queriesLionel Landwerlin2020-05-201-7/+13
* intel/perf: make pipeline statistic query loading optionalLionel Landwerlin2020-05-203-5/+9
* intel/genxml: add PIPE_CONTROL command cache invalidate bitLionel Landwerlin2020-05-202-0/+2
* anv: add a new execution mode for secondary command buffersLionel Landwerlin2020-05-202-5/+68
* anv: don't reserve a particular register for draw countLionel Landwerlin2020-05-202-40/+46
* intel/mi-builder: add framework for self modifying batchesLionel Landwerlin2020-05-201-0/+69
* intel/genxml: fix bits generation for MI_LOAD_REGISTER_IMMLionel Landwerlin2020-05-201-8/+12
* intel/drm-shim: Return correct values for I915_PARAM_HAS_ALIASING_PPGTTIan Romanick2020-05-191-1/+6
* intel/drm-shim: Add noop ioctl handler for set_tilingIan Romanick2020-05-191-0/+1
* anv:gpu_memcpy: Emit 3DSTATE_VF_INDEXING on Gen8+Jason Ekstrand2020-05-181-0/+7
* intel/fs: Use writes_memory from shader_infoCaio Marcelo de Oliveira Filho2020-05-182-25/+3
* intel: Store the aperture size in devinfo.Rafael Antognolli2020-05-156-22/+18
* intel: Silence unused parameter warning in __intel_log_use_argsIan Romanick2020-05-141-1/+1
* anv: Silence unused parameter warning in anv_image_get_clear_color_addrIan Romanick2020-05-141-1/+1
* anv/tests: Silence unused parameter warnings in mainIan Romanick2020-05-146-6/+6
* anv/tests: Don't rely on assert or changing NDEBUG in testsIan Romanick2020-05-148-31/+59
* anv: Fix descriptor set clean-up on BO allocation failureJason Ekstrand2020-05-141-1/+1
* anv: Call vk_object_base_finish for image viewsJason Ekstrand2020-05-141-0/+1
* anv: Fix deadlock in anv_timelines_waitDanylo Piliaiev2020-05-141-1/+2
* anv: Translate relative timeout to absolute when calling anv_timelines_waitDanylo Piliaiev2020-05-141-1/+1
* anv: Set MOCS in 3DSTATE_CONSTANT_* on Gen9+Jason Ekstrand2020-05-141-1/+15