On 08/12/2014 10:13 AM, Ilia Mirkin wrote:
On Tue, Aug 12, 2014 at 10:38 AM, Brian Paul <bri...@vmware.com> wrote:
On 08/11/2014 01:07 PM, Ilia Mirkin wrote:

Signed-off-by: Ilia Mirkin <imir...@alum.mit.edu>
---

Not 100% sure about the KHR_robust_buffer_access_behavior -- is that part
of
GL4.5?

   docs/GL3.txt | 16 ++++++++++++++++
   1 file changed, 16 insertions(+)

diff --git a/docs/GL3.txt b/docs/GL3.txt
index 7f18cd7..f204652 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -183,5 +183,21 @@ GL 4.4, GLSL 4.40:
     GL_ARB_vertex_type_10f_11f_11f_rev                   DONE (i965, nv50,
nvc0, r600, radeonsi)


+GL 4.5, GLSL 4.50:
+
+  GL_ARB_ES3_1_compatibility                           not started
+  GL_ARB_clip_control                                  not started
+  GL_ARB_conditional_render_inverted                   not started
+  GL_ARB_cull_distance                                 not started
+  GL_ARB_derivative_control                            not started
+  GL_ARB_direct_state_access                           not started
+  GL_ARB_get_texture_sub_image                         not started


Just FYI: I started implementing the new glGetTextureSubImage functions for
this extension.  Not sure when I'll finish it though...

Great, I've updated my local version of the change marking it as you
having started it. Shouldn't be too much of a pain to pipe it through
to gallium's ->blit. (But then there's the question of whether
Driver.GetTexImage should get replaced with GetTexSubImage which is a
lot of updating of a lot of things...)

Yeah, that's what I did. I'd rather have one driver.GetTexSubImage() function than keep GetTexImage() and have two. The changes aren't that bad.

-Brian

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to