Mesa (master): r300g: report GL1.5, enable cap bits for OQ and shadow.

Dave Airlie airlied at kemper.freedesktop.org
Sat Sep 26 08:26:08 UTC 2009


Module: Mesa
Branch: master
Commit: 28f531e3fe95c9fad2bf2f09aef0343ab079bff2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=28f531e3fe95c9fad2bf2f09aef0343ab079bff2

Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Sep 26 18:25:00 2009 +1000

r300g: report GL1.5, enable cap bits for OQ and shadow.

Its not like it works well on 1.3 so may as well reach for greater
heights.

Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 src/gallium/drivers/r300/r300_screen.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c
index 3b5b1bb..8296d56 100644
--- a/src/gallium/drivers/r300/r300_screen.c
+++ b/src/gallium/drivers/r300/r300_screen.c
@@ -101,11 +101,9 @@ static int r300_get_param(struct pipe_screen* pscreen, int param)
         case PIPE_CAP_MAX_RENDER_TARGETS:
             return 4;
         case PIPE_CAP_OCCLUSION_QUERY:
-            /* IN THEORY */
-            return 0;
+            return 1;
         case PIPE_CAP_TEXTURE_SHADOW_MAP:
-            /* IN THEORY */
-            return 0;
+            return 1;
         case PIPE_CAP_MAX_TEXTURE_2D_LEVELS:
             if (r300screen->caps->is_r500) {
                 /* 13 == 4096x4096 */




More information about the mesa-commit mailing list