summaryrefslogtreecommitdiff
path: root/src/intel/vulkan/genX_state.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-28anv: Turn device->queue into an arrayJordan Justen1-3/+26
2021-01-27anv/state: Take explicit sample locations in emit helpersEleni Maria Stea1-23/+86
2021-01-27anv: Break SAMPLE_PATTERN and MULTISAMPLE emit into helpersJason Ekstrand1-12/+56
2020-10-01intel/gen9: Enable MSC RAW Hazard AvoidanceAnuj Phogat1-0/+2
2020-09-11anv, iris: Set MediaSamplerDOPClockGateEnable for gen12+Jordan Justen1-1/+2
2020-06-22anv: Make use of devinfo has_aux_map fieldJordan Justen1-9/+11
2020-06-22anv: Set L3 full way allocation at context init if L3 cfg is NULLJordan Justen1-0/+14
2020-05-20anv/gen11+: Disable object level preemptionD Scott Phillips1-0/+16
2020-05-13anv: Implement VK_EXT_custom_border_colorIván Briano1-3/+37
2020-05-04vulkan,anv: Add a base object struct typeJason Ekstrand1-0/+1
2020-05-04vulkan,anv: Add a common base object type for VkDeviceJason Ekstrand1-1/+1
2020-01-25anv: Make AUX table invalidate a PIPE_* bitJason Ekstrand1-0/+14
2020-01-21anv: Drop some workarounds that are no longer necessaryKenneth Graunke1-61/+0
2020-01-20anv: Add an anv_physical_device field to anv_deviceJason Ekstrand1-5/+2
2020-01-15anv: Enable Vulkan 1.2 supportIván Briano1-3/+3
2020-01-14anv: only use VkSamplerCreateInfo::compareOp if enabledLionel Landwerlin1-1/+3
2020-01-04anv: Only enable EWA LOD algorithm when doing anisotropic filtering.Kenneth Graunke1-1/+2
2020-01-03anv: Drop unneeded struct keywordsJason Ekstrand1-2/+2
2019-12-10anv: Enable Gen11 Color/Z write merging optimizationKenneth Graunke1-0/+12
2019-11-12anv: Use mocs settings from isl_dev.Rafael Antognolli1-7/+0
2019-11-11anv: prepare driver to report submission error through queuesLionel Landwerlin1-1/+1
2019-09-23Revert "intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WM"Kenneth Graunke1-11/+0
2019-09-11intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WMAnuj Phogat1-0/+11
2019-09-06intel: Stop redirecting state cache to command streamer cache sectionKenneth Graunke1-12/+0
2019-08-15anv: Properly initialize device->slice_hash.Rafael Antognolli1-2/+2
2019-08-12anv/gen11: Emit SLICE_HASH_TABLE when pipes are unbalanced.Rafael Antognolli1-0/+75
2019-07-08anv: disable repacking for compression for applicable genDongwon Kim1-0/+18
2019-06-28Revert "anv/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat1-12/+0
2019-06-18anv: Make border colors the right size and alignment on HSWJason Ekstrand1-1/+3
2019-04-19anv: Use bindless textures and samplersJason Ekstrand1-0/+18
2019-04-18anv: implement WaEnableStateCacheRedirectToCSLionel Landwerlin1-0/+11
2019-03-19anv/icl: Add WA_2204188704 to disable pixel shader panic dispatchAnuj Phogat1-0/+12
2018-12-19anv: ignore VkSamplerYcbcrConversion on non-yuv formatsTapani Pälli1-1/+6
2018-12-14genxml: Consistently use a numeric "MOCS" fieldKenneth Graunke1-4/+2
2018-10-11anv: Clear WM_HZ_OP overrides in init_device_stateNanley Chery1-0/+10
2018-10-03anv: Use separate MOCS settings for external BOsJason Ekstrand1-0/+6
2018-09-21anv/icl: Set Enabled Texel Offset Precision Fix bitAnuj Phogat1-0/+14
2018-08-22anv: add VK_EXT_sampler_filter_minmax supportYunchao He1-0/+28
2018-08-21anv/icl: Allow headerless sampler messages for pre-emptable contextsAnuj Phogat1-0/+17
2018-07-09anv/icl: Don't set float blend optimization bit in CACHE_MODE_SSAnuj Phogat1-12/+0
2018-06-18anv: Disable constant buffer 0 being relative.Rafael Antognolli1-0/+27
2018-03-07Get rid of a bunch of KHR suffixesJason Ekstrand1-3/+3
2018-02-16anv/icl: Enable float blend optimizationAnuj Phogat1-1/+1
2017-11-14anv/gen10: Enable float blend optimizationAnuj Phogat1-0/+12
2017-11-14anv/gen10: Implement WaSampleOffsetIZ workaroundAnuj Phogat1-0/+61
2017-10-06anv: enable VK_KHR_sampler_ycbcr_conversionLionel Landwerlin1-9/+41
2017-10-06anv: prepare sampler emission code for multiplanar imagesLionel Landwerlin1-39/+41
2017-10-06anv/apply_pipeline_layout: Prepare for multi-planar imagesLionel Landwerlin1-0/+2
2017-08-29anv: Remove 'inline' keywordsMatt Turner1-2/+2
2017-06-23anv/cnl: Don't write to Cache Mode Register 1 on gen10+Anuj Phogat1-3/+1