projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73ae865
)
llvmpipe: fix missing tbo cap warning.
author
Dave Airlie
<airlied@redhat.com>
Sat, 8 Dec 2012 03:46:32 +0000
(
03:46
+0000)
committer
Dave Airlie
<airlied@redhat.com>
Sat, 8 Dec 2012 03:46:56 +0000
(
03:46
+0000)
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/llvmpipe/lp_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_screen.c
b/src/gallium/drivers/llvmpipe/lp_screen.c
index 61228f6ed40fea2a07d6f7b5508c90c18392f4bb..0f30447cf15928645710ef741c62d47c0a1d94f0 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_screen.c
+++ b/
src/gallium/drivers/llvmpipe/lp_screen.c
@@
-216,6
+216,7
@@
llvmpipe_get_param(struct pipe_screen *screen, enum pipe_cap param)
case PIPE_CAP_TEXTURE_MULTISAMPLE:
case PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT:
case PIPE_CAP_CUBE_MAP_ARRAY:
+ case PIPE_CAP_TEXTURE_BUFFER_OBJECTS:
return 0;
}
/* should only get here on unhandled cases */