This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
llvmpipe: Don't call unused generate_clamp().
tags/mesa-7.9-rc1
José Fonseca
15 years ago
parent
36e92a0494
commit
b5d073b39d
1 changed files
with
0 additions
and
2 deletions
Split View
Show Diff Stats
0
2
src/gallium/drivers/llvmpipe/lp_tile_soa.py
+ 0
- 2
src/gallium/drivers/llvmpipe/lp_tile_soa.py
View File
@@ -349,8 +349,6 @@ def main():
print '};'
print
generate_clamp()
channel = Channel(UNSIGNED, True, 8)
native_type = 'uint8_t'
suffix = '4ub'
Write
Preview
Loading…
Cancel
Save