panfrost: Fake RGTC support
For most GPUs RGTC is disabled, so it needs to be emulated, using the fake_rgtc option of u_transfer_helper. Passes the rgtc-teximage tests in piglit. v2: Update docs/features.txt (Alyssa) Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5975>
This commit is contained in:

committed by
Alyssa Rosenzweig

parent
fac813dc61
commit
c1d3d39e97
@@ -52,7 +52,7 @@ GL 3.0, GLSL 1.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llv
|
||||
GL_EXT_texture_integer DONE (panfrost, v3d)
|
||||
GL_EXT_texture_array DONE (panfrost, v3d)
|
||||
GL_EXT_draw_buffers2 (Per-buffer blend and masks) DONE (panfrost, v3d)
|
||||
GL_EXT_texture_compression_rgtc DONE (panfrost/if SoC supports)
|
||||
GL_EXT_texture_compression_rgtc DONE (panfrost)
|
||||
GL_ARB_texture_rg DONE (panfrost, v3d)
|
||||
GL_EXT_transform_feedback (Transform feedback) DONE (panfrost, v3d)
|
||||
GL_ARB_vertex_array_object (Vertex array objects) DONE (panfrost, v3d)
|
||||
|
Reference in New Issue
Block a user