<div dir="ltr"><div>Hi,</div><div>I'm working on porting a D3D11 demo to OpenGL 4 which uses some key D3D11 like features </div><div>(HDR new tex compression, OIT via UAV,etc..) it's sad to see on these presentation of ATI some 4 years ago citing key D3D11 features (see <a href="http://bit.ly/1bIJ5WN" target="_blank">http://bit.ly/1bIJ5WN</a>) sadly no support of most of these on Mesa..</div>

<div>this cites Tesselation, new HDR compression (i.e. BPTC compression in OGL world), OIT support which uses D3D11 UAV and in OGL world would be equivalente to <a href="http://www.opengl.org/registry/specs/ARB/shader_storage_buffer_object.txt">GL_ARB_shader_storage_buffer_object</a> but can be emulated (I mean random read write functionality) with EXT_image_load_store (equivalent to RWTexture in D3D11 world)..<br>
I saw already a presentation saying not to expect tesselation and fp64 OGL4 extensions soon in Mesa..  so I'm not asking on those..
<br></div><div>but I would like to suggest feedback for next release after upcoming mesa 10 so demo can work on Mesa..First would be good if these two key already implemented extensions in branches can be finished and merged:</div>
<div>direct_state_access: <a href="https://github.com/nobled/mesa/commits/direct_state_Access" target="_blank">https://github.com/nobled/mesa/commits/direct_state_Access</a></div>
<div>separate_shader_objects: <a href="http://cgit.freedesktop.org/~idr/mesa/log/?h=sso5" target="_blank">http://cgit.freedesktop.org/~idr/mesa/log/?h=sso5</a><br></div><div>I'm using these for easy porting of D3D11 to OGL..<br>
</div><div>I know direct_state_access can be emulated with Regal seems but I would like not to depend on it..</div>
<div>as I said seems I would need BPTC and image_load_store.. <br></div><div>It's much work to implement BPTC functionality of course not an online encoder or decoder only passthrough compressed tex data to GPU.. so big functionality for Mesa 11 I would like to see is image_load_store..<br>
</div><div>There is interest on working on it soon?.<br></div><div>Thanks.<br>Oscar.<br> </div><div> </div></div>