aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/x11-glx-render-enum.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-04-20 00:18:51 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-04-20 00:18:51 +0000
commitea254104154f58affdedbb6b641235e8c66a3049 (patch)
tree3ffe6b27bbd8427cd6747a44bcf5e02c7d56ec47 /epan/dissectors/x11-glx-render-enum.h
parentc10087d7f4a907364c1a41be9038e5ea10e8096c (diff)
From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4481 :
The XKEYBOARD extension is a pain in the... so XCB had to grow new ways to describe the protocol. This patch adds support to the Wireshark dissector, so it can successfully process the XCB description of the XKEYBOARD extension. Without this patch, "make x11-dissector" chokes on the current xcbproto from git. Also update the script to deal with the new mesa directory structure. svn path=/trunk/; revision=32520
Diffstat (limited to 'epan/dissectors/x11-glx-render-enum.h')
-rw-r--r--epan/dissectors/x11-glx-render-enum.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/epan/dissectors/x11-glx-render-enum.h b/epan/dissectors/x11-glx-render-enum.h
index 892365b540..f98dc21b72 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 mesa_7_5_1-3829-gbe16aca */
+ using mesa version mesa_7_6_1_rc1-7349-g4c93cd1 */
/* $Id$ */
/*
@@ -336,6 +336,7 @@ static const value_string mesa_enum[] = {
{ 0x1407, "2_BYTES" },
{ 0x1408, "3_BYTES" },
{ 0x1409, "4_BYTES" },
+ { 0x140B, "HALF_FLOAT" },
{ 0x1500, "CLEAR" },
{ 0x1501, "AND" },
{ 0x1502, "AND_REVERSE" },
@@ -1862,11 +1863,6 @@ static const value_string mesa_enum[] = {
/* OpenGL extension GL_EXT_texture_compression_dxt1 */
{ 0x83F0, "COMPRESSED_RGB_S3TC_DXT1_EXT" },
{ 0x83F1, "COMPRESSED_RGBA_S3TC_DXT1_EXT" },
-/* OpenGL extension GL_EXT_framebuffer_blit */
- { 0x8CA8, "READ_FRAMEBUFFER_EXT" },
- { 0x8CA9, "DRAW_FRAMEBUFFER_EXT" },
- { 0x8CA6, "DRAW_FRAMEBUFFER_BINDING_EXT" },
- { 0x8CAA, "READ_FRAMEBUFFER_BINDING_EXT" },
/* OpenGL extension GL_APPLE_flush_buffer_range */
{ 0x8A12, "BUFFER_SERIALIZED_MODIFY_APPLE" },
{ 0x8A13, "BUFFER_FLUSHING_UNMAP_APPLE" },