summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/genX_pipe_control.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-20intel: Rename gen_device prefix to intel_deviceAnuj Phogat1-1/+1
2021-04-02intel: Make line wrapping changes due to IS_GFX_VER_BETWEENAnuj Phogat1-3/+6
2021-04-02intel: Rename IS_GEN* macros to IS_GFX_VER*Anuj Phogat1-5/+5
2021-04-02intel: Rename Genx keyword to GfxxAnuj Phogat1-2/+2
2021-04-02intel: Rename GEN_GEN macro to GFX_VERAnuj Phogat1-20/+20
2021-04-02intel: Rename GEN_VERSIONx10 macro to GFX_VERx10Anuj Phogat1-6/+6
2021-03-16intel: Simplify few version checks involving G4XAnuj Phogat1-1/+1
2021-03-16intel: Remove GEN_IS_G4X macroAnuj Phogat1-2/+2
2021-03-16intel: Simplify version checks involving haswellAnuj Phogat1-1/+1
2021-03-16intel: Remove GEN_IS_HASWELL macroAnuj Phogat1-2/+2
2020-05-20i965: store workaround_bo offsetLionel Landwerlin1-0/+1
2019-03-11i965: Reimplement all the PIPE_CONTROL rules.Kenneth Graunke1-136/+403
2019-03-11i965: Use genxml for emitting PIPE_CONTROL.Kenneth Graunke1-0/+243