diff options
author | Stéphane Marchesin <[email protected]> | 2011-12-15 11:10:32 -0800 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-12-19 18:24:39 -0800 |
commit | 3c01aefe5f9b8ffb31bbdd9ed5b200e830478a81 (patch) | |
tree | a5c9ea1782b264871a17ca97eebed2823562aecd /src/gallium/drivers | |
parent | 9c76ba04f845077d51912cc11970232cc9160294 (diff) |
i915g: Add two unsupported caps.
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/i915/i915_screen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915/i915_screen.c b/src/gallium/drivers/i915/i915_screen.c index 991f03bb663..712fef925e0 100644 --- a/src/gallium/drivers/i915/i915_screen.c +++ b/src/gallium/drivers/i915/i915_screen.c @@ -199,6 +199,8 @@ i915_get_param(struct pipe_screen *screen, enum pipe_cap cap) case PIPE_CAP_MIXED_COLORBUFFER_FORMATS: case PIPE_CAP_CONDITIONAL_RENDER: case PIPE_CAP_TEXTURE_BARRIER: + case PIPE_CAP_TGSI_CAN_COMPACT_VARYINGS: + case PIPE_CAP_TGSI_CAN_COMPACT_CONSTANTS: return 0; /* Features we can lie about (boolean caps). */ |