Displaying 1 result from an estimated 1 matches for "26c2d8d".
Did you mean:
26c2d60
2012 Oct 30
1
[PATCH][8.0] nvfx: handle some unknown PIPE_CAPs
...gmail.com>
---
Note: This patch is only for the 8.0 branch.
Compile tested only.
src/gallium/drivers/nvfx/nvfx_screen.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/gallium/drivers/nvfx/nvfx_screen.c b/src/gallium/drivers/nvfx/nvfx_screen.c
index b4a1b3a..26c2d8d 100644
--- a/src/gallium/drivers/nvfx/nvfx_screen.c
+++ b/src/gallium/drivers/nvfx/nvfx_screen.c
@@ -88,6 +88,12 @@ nvfx_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case PIPE_CAP_MAX_TEXEL_OFFSET:
case PIPE_CAP_CONDITIONAL_RENDER:
case PIPE_CAP_TEXTURE_BARRIER:
+ case P...