aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/x11-glx-render-enum.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-08-21 20:06:14 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-08-22 00:07:25 +0000
commit50bb930685c446685e1eb7620b2e96233de18a63 (patch)
tree320cc7885010c6d6aab463d9472c064ad7e64061 /epan/dissectors/x11-glx-render-enum.h
parent331d87e303c009e60d2b2ce85a2554c8eb0231f3 (diff)
Regenerate the X11 dissector with the latest mesa, xcb, and process-x11-xcb.pl
Change-Id: Ie05f9b780011b215ca3ad3293b3daefbcbee68ce Reviewed-on: https://code.wireshark.org/review/3789 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'epan/dissectors/x11-glx-render-enum.h')
-rw-r--r--epan/dissectors/x11-glx-render-enum.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/epan/dissectors/x11-glx-render-enum.h b/epan/dissectors/x11-glx-render-enum.h
index a90106ee9c..4362a2a356 100644
--- a/epan/dissectors/x11-glx-render-enum.h
+++ b/epan/dissectors/x11-glx-render-enum.h
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It was automatically generated by ../../tools/process-x11-xcb.pl
- using mesa version 10.2-branchpoint-592-g63117ac */
+ using mesa version 10.3-branchpoint-14-ge7f2f2d */
/*
* Copyright 2008, 2009, 2013, 2014 Open Text Corporation <pharris[AT]opentext.com>
*
@@ -1306,6 +1306,9 @@ static const value_string mesa_enum[] = {
/* OpenGL extension GL_ARB_transform_feedback_instanced */
/* OpenGL extension GL_ARB_map_buffer_alignment */
{ 0x90BC, "MIN_MAP_BUFFER_ALIGNMENT" },
+/* OpenGL extension GL_ARB_fragment_layer_viewport */
+/* OpenGL extension GL_ARB_explicit_uniform_location */
+ { 0x826E, "MAX_UNIFORM_LOCATIONS" },
/* OpenGL extension GL_ARB_buffer_storage */
{ 0x40, "MAP_PERSISTENT_BIT" },
{ 0x80, "MAP_COHERENT_BIT" },
@@ -1314,6 +1317,11 @@ static const value_string mesa_enum[] = {
{ 0x821F, "BUFFER_IMMUTABLE_STORAGE" },
{ 0x8220, "BUFFER_STORAGE_FLAGS" },
{ 0x4000, "CLIENT_MAPPED_BUFFER_BARRIER_BIT" },
+/* OpenGL extension GL_ARB_conditional_render_inverted */
+ { 0x8E17, "QUERY_WAIT_INVERTED" },
+ { 0x8E18, "QUERY_NO_WAIT_INVERTED" },
+ { 0x8E19, "QUERY_BY_REGION_WAIT_INVERTED" },
+ { 0x8E1A, "QUERY_BY_REGION_NO_WAIT_INVERTED" },
/* OpenGL extension GL_EXT_blend_color */
{ 0x8001, "CONSTANT_COLOR_EXT" },
{ 0x8002, "ONE_MINUS_CONSTANT_COLOR_EXT" },