mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
texel offsets should have been the last missing feature for 130, and in fact 140 as well (last there were texture buffers). In any case we still don't do OpenGL 3.0 (missing MSAA which will be difficult, plus EXT_packed_float, ARB_depth_buffer_float and EXT_framebuffer_sRGB). v2: bump to 140 instead - we have everything except we crash when not writing to gl_Position (but softpipe crashes as well) so let's just say this is a bug instead. Also (by Dave Airlie's suggestion) update llvm-todo.txt. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
14 lines
308 B
Text
14 lines
308 B
Text
TODO covering gallivm/llvmpipe
|
|
==============================
|
|
|
|
Goal: GL3.0 support in llvmpipe
|
|
-------------------------------
|
|
|
|
EXT_packed_float support.
|
|
ARB_depth_buffer_float support.
|
|
EXT_framebuffer_sRGB support.
|
|
MSAA support.
|
|
|
|
Goal: extension parity with softpipe:
|
|
-------------------------------------
|
|
|