Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa/main: Added empty skeleton of glGetInternalformati64v | Antia Puentes | 2016-03-03 | 1 | -0/+4 |
| | | | | Reviewed-by: Dave Airlie <[email protected]> | ||||
* | mesa: Add a default QueryInternalFormat() function for drivers | Eduardo Lima Mitev | 2016-03-03 | 1 | -0/+5 |
| | | | | | | | This is a fallback function for drivers not implementing ARB_internalformat_query2. Reviewed-by: Dave Airlie <[email protected]> | ||||
* | mesa: provide default implementation of QuerySamplesForFormat | Chris Forbes | 2013-03-29 | 1 | -0/+4 |
| | | | | | | | | | | | | | | Previously at least i915 failed to provide an implementation, but exposed ARB_internalformat_query anyway, leading to crashes when QueryInternalformativ was called. Default implementation just returns 1 for everything, so is suitable for any driver which does not support multisampling. V2: - Move from intel to core mesa. Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | mesa: Add skeleton implementation of glGetInternalformativ | Ian Romanick | 2013-01-15 | 1 | -0/+35 |
This is for the GL_ARB_internalformat_query extension and GLES 3.0. v2: Generate GL_INVALID_OPERATION if the extension is not supported. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Jordan Justen <[email protected]> |