summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2021-04-06intel/compiler: lower bit sizes in NIR postprocessingLionel Landwerlin1-0/+2
2021-04-05vulkan: track number of bindings instead of max binding for CreateDescriptorS...Alejandro Piñeiro1-6/+6
2021-04-04anv: Fix coverage masks for VK_EXT_conservative_rasterizationJason Ekstrand1-8/+5
2021-04-03vulkan: Deduplicate mesa stage conversionAlyssa Rosenzweig1-13/+1
2021-04-02intel: Rename WA_### to Wa_###Anuj Phogat3-8/+8
2021-04-02intel: Rename GEN:BUG:### to Wa_###Anuj Phogat13-28/+28
2021-04-02intel: Rename GEN_{ALL, LT, ..} macros to GFX_{ALL, LT, ..}Anuj Phogat3-110/+110
2021-04-02intel: Remove unused MAKE_GEN macroAnuj Phogat1-2/+0
2021-04-02intel: Rename GENx keyword to GFXxAnuj Phogat31-203/+203
2021-04-02intel: Rename Genx keyword to GfxxAnuj Phogat74-378/+378
2021-04-02intel: Rename genx keyword to gfxx in source filesAnuj Phogat102-915/+915
2021-04-02intel: Rename genx keyword to gfxx in build filesAnuj Phogat5-74/+74
2021-04-02intel: Rename GENx prefix in macros to GFXx in source filesAnuj Phogat51-945/+945
2021-04-02intel: Rename GENx prefix in macros to GFXx in build filesAnuj Phogat3-34/+34
2021-04-02intel: Rename genx keyword in filenames to gfxxAnuj Phogat27-89/+89
2021-04-02intel: Rename gen field in gen_device_info struct to verAnuj Phogat102-1516/+1516
2021-04-02intel: Rename genx10 field in gen_device_info struct to verx10Anuj Phogat18-23/+23
2021-04-02intel: Rename ISL_DEV_GEN to ISL_GFX_VERAnuj Phogat9-92/+92
2021-04-02intel: Rename GEN_GEN macro to GFX_VERAnuj Phogat16-447/+447
2021-04-02intel: Rename GEN_VERSIONx10 macro to GFX_VERx10Anuj Phogat17-139/+139
2021-04-01anv: Implement VK_EXT_conservative_rasterizationJason Ekstrand2-8/+60
2021-04-01intel/fs: implement another copy propagation restrictionLionel Landwerlin1-0/+22
2021-03-29intel/fs/copy_prop: check stride constraints with actual final typeLionel Landwerlin2-6/+20
2021-03-29intel: Mark an otherwise unused variable in intel_dump_gpu as ASSERTEDKenneth Graunke1-1/+1
2021-03-27intel/common: disable batch decoder on Android platformTapani Pälli2-5/+68
2021-03-26intel/nullhw: fix buildLionel Landwerlin1-4/+5
2021-03-25anv: use helper function to get the buffer sizeIván Briano3-5/+10
2021-03-25anv: move buffer size alignment into helper functionIván Briano1-11/+11
2021-03-25intel: Add null hw layerLionel Landwerlin5-0/+432
2021-03-25anv: Align inline uniform data to ANV_UBO_ALIGNMENTJason Ekstrand1-4/+7
2021-03-25intel: Fix release build breakageKenneth Graunke1-1/+1
2021-03-25nir: add nir_shader_as_str functionDanylo Piliaiev1-14/+1
2021-03-25anv/android: fix image creation with external formatTapani Pälli1-9/+10
2021-03-24intel/compiler: Use a struct for brw_compile_cs parametersCaio Marcelo de Oliveira Filho3-45/+60
2021-03-24intel/compiler: Use INTEL_DEBUG=blorp to dump blorp shadersCaio Marcelo de Oliveira Filho4-2/+15
2021-03-24intel/compiler: Make visitors take debug_enabled as a parameterCaio Marcelo de Oliveira Filho25-53/+80
2021-03-24intel/compiler: Make vec4 generator take debug_enabled as a parameterCaio Marcelo de Oliveira Filho6-13/+15
2021-03-24intel/compiler: Make brw_postprocess_nir take debug_enabled as a parameterCaio Marcelo de Oliveira Filho7-11/+10
2021-03-24intel/compiler: Refactor the shader INTEL_DEBUG checksCaio Marcelo de Oliveira Filho5-15/+25
2021-03-24intel/compiler: Use a struct for brw_compile_vs parametersCaio Marcelo de Oliveira Filho4-44/+59
2021-03-24intel/compiler: Use a struct for brw_compile_fs parametersCaio Marcelo de Oliveira Filho4-51/+79
2021-03-24intel/compiler: Make vue_map parameter const for brw_compile_fsCaio Marcelo de Oliveira Filho3-5/+5
2021-03-24anv: use common entrypoints for VK_KHR_create_renderpass2Samuel Pitoiset1-33/+11
2021-03-22android: anv: add libcutils shared dependencyMauro Rossi1-1/+1
2021-03-22intel/aub_viewer: fix decoding of sampler statesMarcin Ślusarz1-7/+4
2021-03-22intel/aub_viewer: drop bogus checkMarcin Ślusarz1-1/+1
2021-03-22intel/aub_viewer: catch invalid sampler state pointerMarcin Ślusarz1-2/+9
2021-03-22intel/batch_decoder: assert on invalid sampler pointerMarcin Ślusarz1-0/+1
2021-03-22intel/batch_decoder: fix decoding of sampler statesMarcin Ślusarz1-8/+5
2021-03-22intel/batch_decoder: drop bogus checkMarcin Ślusarz1-1/+1