[Mesa-dev] RFC: per-driver extension lists
Benjamin Bellec
b.bellec at gmail.com
Tue Apr 1 04:08:45 PDT 2014
As Alex said, this is more like : R600/R700* support GL3.3.
* except original R600 (Radeon HD 2900 series).
I don't know if this can be easily added in your tool or it's even
important to say here. But I think this information should be mentioned
somewhere (on the RadeonFeature web page at least).
And is your tool strictly from a Mesa perspective? I mean, for instance,
GL3.3 is only supported for R600/R700 with kernel 3.14. Before, only
GL3.1 is exposed. This information is - indirectly - noted on
RadeonFeature web page though.
Benjamin
Le 31/03/2014 20:43, Ilia Mirkin a écrit :
> On Mon, Mar 31, 2014 at 2:39 PM, Benjamin Bellec <b.bellec at gmail.com> wrote:
>> Hi,
>>
>> Correct me if I'm wrong, it looks like EXT_draw_buffers2 (OpenGL 3.0) is
>> not enabled on Radeon HD2900 (R600 codename) due to hardware limitation.
>> I have no R600 card to check glxinfo.
>>
>> David Airlie enabled this extension with this commit:
>> http://cgit.freedesktop.org/mesa/mesa/commit/?id=de48199693484fc903627ce53b007901af2e37a8
>>
>> And current code is still:
>> /* Supported except the original R600. */
>> case PIPE_CAP_INDEP_BLEND_ENABLE:
>> case PIPE_CAP_INDEP_BLEND_FUNC:
>> /* R600 doesn't support per-MRT blends */
>> return family == CHIP_R600 ? 0 : 1;
> That seems likely, given the code :) I'll be happy to split up the
> R600/R700 columns should I get a R600 glxinfo output (in case there
> are further discrepancies, best to go off the "real thing" rather than
> hand-editing). I believe the one I have now is from a RV770 which is a
> R700.
>
> -ilia
More information about the mesa-dev
mailing list