diff options
author | Roland Scheidegger <[email protected]> | 2018-01-30 01:03:49 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2018-01-30 01:28:47 +0100 |
commit | 272e7e1bd5c12a3ef36027f0071065b7ce04e9e9 (patch) | |
tree | c5327d7990d64f928cca1d33d1b0e363237a188c /src/mesa/main/formatquery.c | |
parent | 09dc4f9012b12c51972e32db653f507448b29490 (diff) |
mesa: (trivial) add TODO comment for default results for internal queries
Diffstat (limited to 'src/mesa/main/formatquery.c')
-rw-r--r-- | src/mesa/main/formatquery.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/main/formatquery.c b/src/mesa/main/formatquery.c index 9174fb6b276..1846fbc688c 100644 --- a/src/mesa/main/formatquery.c +++ b/src/mesa/main/formatquery.c @@ -700,6 +700,12 @@ _mesa_query_internal_format_default(struct gl_context *ctx, GLenum target, case GL_FRAMEBUFFER_RENDERABLE_LAYERED: case GL_FRAMEBUFFER_BLEND: case GL_FILTER: + /* + * TODO seems a tad optimistic just saying yes to everything here. + * Even for combinations which make no sense... + * And things like TESS_CONTROL_TEXTURE should definitely default to + * NONE if the driver doesn't even support tessellation... + */ params[0] = GL_FULL_SUPPORT; break; case GL_NUM_TILING_TYPES_EXT: |