projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60f5608
)
softpipe: fix draw return value
author
Keith Whitwell
<keithw@vmware.com>
Wed, 6 Jan 2010 18:05:08 +0000
(18:05 +0000)
committer
Keith Whitwell
<keithw@vmware.com>
Wed, 6 Jan 2010 18:05:08 +0000
(18:05 +0000)
src/gallium/drivers/softpipe/sp_draw_arrays.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_draw_arrays.c
b/src/gallium/drivers/softpipe/sp_draw_arrays.c
index 3826a9e41a68985284971b3ebf9049ba8a482cc8..03d35fb3cb59e4a4cef97d4bbf651020ffd5e313 100644
(file)
--- a/
src/gallium/drivers/softpipe/sp_draw_arrays.c
+++ b/
src/gallium/drivers/softpipe/sp_draw_arrays.c
@@
-124,7
+124,7
@@
softpipe_draw_range_elements(struct pipe_context *pipe,
unsigned i;
if (!softpipe_check_render_cond(sp))
- return
TRUE
;
+ return;
sp->reduced_api_prim = u_reduced_prim(mode);