mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 00:10:10 +01:00
The pci ids used a mixture of uppercase and lowercase, even in the same file. The inconsistency introduces unnecessary complexity in regular expressions. Diff made in vim with `%s/\v(CHIPSET\()([^,]+)/\1\L\2\E/`. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>` Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25257> |
||
|---|---|---|
| .. | ||
| crocus_pci_ids.h | ||
| i830_pci_ids.h | ||
| i915_pci_ids.h | ||
| iris_pci_ids.h | ||
| r300_pci_ids.h | ||
| r600_pci_ids.h | ||
| radeonsi_pci_ids.h | ||
| virtio_gpu_pci_ids.h | ||
| vmwgfx_pci_ids.h | ||