Browse Source

llvmpipe: Don't call unused generate_clamp().

tags/mesa-7.9-rc1
José Fonseca 15 years ago
parent
commit
b5d073b39d
1 changed files with 0 additions and 2 deletions
  1. 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'

Loading…
Cancel
Save