summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2017-03-28 14:45:59 -0700
committerKenneth Graunke <[email protected]>2017-03-30 00:15:28 -0700
commite4dc005bcebfa5723aeba3e0cffce986bdd4d52d (patch)
treefee84e2cdf3668ceaa71de69f9d06cefec38dd98 /src/mesa/state_tracker
parent5177231670f312c9f1f6dfc3304f3b09896057b7 (diff)
i965: Combine intel_batchbuffer_reloc and intel_batchbuffer_reloc64
These two functions do the exact same thing. One returns a uint64_t, and the other takes the same uint64_t and truncates it to a uint32_t. We only need the uint64_t variant - the caller can truncate if it wants. This patch gives us one function, intel_batchbuffer_reloc, that does the 64-bit thing. Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker')
0 files changed, 0 insertions, 0 deletions