projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e92a0
)
llvmpipe: Don't call unused generate_clamp().
author
José Fonseca
<jfonseca@vmware.com>
Wed, 31 Mar 2010 20:37:57 +0000
(21:37 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 31 Mar 2010 20:37:57 +0000
(21:37 +0100)
src/gallium/drivers/llvmpipe/lp_tile_soa.py
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_tile_soa.py
b/src/gallium/drivers/llvmpipe/lp_tile_soa.py
index a73da7d1edab39fca14b1529347c0800a3ad4137..6a3ede02a4a62d8ca56d3c8d5f4cbc1101815e6c 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_tile_soa.py
+++ b/
src/gallium/drivers/llvmpipe/lp_tile_soa.py
@@
-349,8
+349,6
@@
def main():
print '};'
print
- generate_clamp()
-
channel = Channel(UNSIGNED, True, 8)
native_type = 'uint8_t'
suffix = '4ub'