OSDN Git Service

Added missing query type
authorAlexis Hetu <sugoi@google.com>
Fri, 1 May 2015 19:38:40 +0000 (15:38 -0400)
committerAlexis Hétu <sugoi@google.com>
Mon, 4 May 2015 15:00:38 +0000 (15:00 +0000)
commit52114cc56a924fc8ec9ff9ad3ebcde1d1a14ecc4
tree48cbdc8dde12b42e0daa881f90d5ac9e65ce48d3
parent86d33ccae0aa9ecb19363c7915269f3b7a1445e1
Added missing query type

OpenGL ES 3.0 has a new type of query,
GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN,
so it was added where appropriate.

Change-Id: I0f1f1c8e3cfc1cf82cb413ae2e77dacd57d85d92
Reviewed-on: https://swiftshader-review.googlesource.com/3032
Tested-by: Alexis Hétu <sugoi@google.com>
Reviewed-by: Nicolas Capens <capn@google.com>
src/OpenGL/libGLESv2/Context.cpp
src/OpenGL/libGLESv2/Context.h
src/OpenGL/libGLESv2/Query.cpp