diff options
author | Kenneth Graunke <[email protected]> | 2017-05-01 15:51:41 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-05-10 11:41:46 -0700 |
commit | 3d70e00c625ffb642fa897c20b0f9e006e8ef27e (patch) | |
tree | ff98487651c6550b2059aa02dc019d048cb60ae8 /.gitignore | |
parent | 774db15aaf6dc5a2331f9323328f92152547bb13 (diff) |
i965: Only #if...#endif a single function or related section at a time.
Previously we guarded large swathes of code with #if GEN ... #endif
blocks. This made it difficult to see which generations include what.
This patch splits up the #if..#endif sections so they surround a small
section of code - usually a single function/atom, or sometimes a group
of related functions. It should make the code easier to work on.
Reviewed-by: Rafael Antognolli <[email protected]>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions