Skip to content

Instantly share code, notes, and snippets.

@kkartaltepe
Created October 9, 2023 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkartaltepe/ba7d2e6046323b9c8f937a972b64470c to your computer and use it in GitHub Desktop.
Save kkartaltepe/ba7d2e6046323b9c8f937a972b64470c to your computer and use it in GitHub Desktop.
git bisect start
# status: waiting for both good and bad commits
# good: [45826e42c537b22a2af82786fc076e78f4e5238a] ac,aco: move gfx10 ngg prim count zero workaround to nir
git bisect good 45826e42c537b22a2af82786fc076e78f4e5238a
# bad: [1e820ac128506bd66a20fb7345fd562feb9e730b] freedreno: Rework supported-modifiers handling
git bisect bad 1e820ac128506bd66a20fb7345fd562feb9e730b
# good: [2468874bf00d0b2119781b4e33bba05bec7eccd5] radeonsi: Use ac_nir_lower_intrinsics_to_args.
git bisect good 2468874bf00d0b2119781b4e33bba05bec7eccd5
# good: [7f6112302b1a10ddbe238a89ef6c14a2f870f1ab] nir: Pretty format type mapping helpers
git bisect good 7f6112302b1a10ddbe238a89ef6c14a2f870f1ab
# bad: [eb0c19709065b40e6da90ad40ab4e3951a93928b] anv: bound image usages to the associated queue family
git bisect bad eb0c19709065b40e6da90ad40ab4e3951a93928b
# good: [2dd56921c93332eec7a48159a22cfbe718a3f85f] intel/fs: Index scheduler mode string table by mode enum
git bisect good 2dd56921c93332eec7a48159a22cfbe718a3f85f
# good: [f90f68aa1cf4f87df66ae9656cf517547e9fb36c] rusticl/memory: only specify PIPE_BIND_SHADER_IMAGE where supported
git bisect good f90f68aa1cf4f87df66ae9656cf517547e9fb36c
# good: [54ebddaa0fe967b0d27b7d7ef747f00d19587ebd] ail: Force page-alignment for layered attachments
git bisect good 54ebddaa0fe967b0d27b7d7ef747f00d19587ebd
# good: [0ce772bd19e025301da4e603a07b0617952df60e] anv: split 3DSTATE_VFG emission
git bisect good 0ce772bd19e025301da4e603a07b0617952df60e
# bad: [6f4fe3f81b0895bf8f528909bc9119294680b9f9] anv: Copy/Clear MSAA images over companion RCS while we are on compute
git bisect bad 6f4fe3f81b0895bf8f528909bc9119294680b9f9
# bad: [5d203c4ae03a4954bfa4f045862b3bf6312a532c] glsl_to_nir: add more unhandled function types
git bisect bad 5d203c4ae03a4954bfa4f045862b3bf6312a532c
# bad: [967133cc91f1611cc2521b6c5203e9541866db7d] util/vl_vlc: Use UINT64_MAX instead of ~0UL with MSVC compiler
git bisect bad 967133cc91f1611cc2521b6c5203e9541866db7d
# good: [50f6903bd9c472eef2af2cbf62027df3bbe0ca8a] anv: add new low level emission & dirty state tracking
git bisect good 50f6903bd9c472eef2af2cbf62027df3bbe0ca8a
# good: [44656f98d5e38d8633f365b286c0900b5eee3f8a] anv: split pipeline programming into instructions
git bisect good 44656f98d5e38d8633f365b286c0900b5eee3f8a
# good: [8d66ff01b1a3b59851c74cc609636b1a107896e0] vulkan/runtime: add helper to name dirty states
git bisect good 8d66ff01b1a3b59851c74cc609636b1a107896e0
# bad: [ceb1c6033b249852640f817fe3dcfb4fff0b11d5] anv: split BLEND_STATE packing from BLEND_STATE_POINTERS emit
git bisect bad ceb1c6033b249852640f817fe3dcfb4fff0b11d5
# bad: [2b5f9cc30a0a77924e5ca800639cc8a75c172aca] anv: remove unused state emission
git bisect bad 2b5f9cc30a0a77924e5ca800639cc8a75c172aca
# first bad commit: [2b5f9cc30a0a77924e5ca800639cc8a75c172aca] anv: remove unused state emission
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment