mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
swr: [rasterizer jitter] Fix missing end-of-file newline
Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com>
This commit is contained in:
parent
2f86a9577a
commit
fdf2890423
1 changed files with 2 additions and 1 deletions
|
|
@ -164,4 +164,5 @@ Value* CreateEntryAlloca(Function* pFunc, Type* pType);
|
|||
|
||||
// Static stack allocations for scatter operations
|
||||
Value* pScatterStackSrc{ nullptr };
|
||||
Value* pScatterStackOffsets{ nullptr };
|
||||
Value* pScatterStackOffsets{ nullptr };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue