projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
489af2a
)
llvmpipe: fix comment typo
author
Brian Paul
<brianp@vmware.com>
Thu, 11 Mar 2010 21:03:33 +0000
(14:03 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 11 Mar 2010 21:49:00 +0000
(14:49 -0700)
src/gallium/drivers/llvmpipe/lp_state_fs.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_state_fs.c
b/src/gallium/drivers/llvmpipe/lp_state_fs.c
index ea6f056bb07c6567d86dfa0230cf768dc60d1b56..9a8de0edfdaadfb026b05c3e58e7609077810306 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_state_fs.c
+++ b/
src/gallium/drivers/llvmpipe/lp_state_fs.c
@@
-40,7
+40,7
@@
* - depth/stencil test (stencil TBI)
* - blending
*
- * This file has only the glue to assembl
y
the fragment pipeline. The actual
+ * This file has only the glue to assembl
e
the fragment pipeline. The actual
* plumbing of converting Gallium state into LLVM IR is done elsewhere, in the
* lp_bld_*.[ch] files, and in a complete generic and reusable way. Here we
* muster the LLVM JIT execution engine to create a function that follows an