Re: [Mesa-dev] [PATCH] glx: fix glGetTexLevelParameteriv for indirect rendering

2013-02-18 Thread Ian Romanick
On 02/18/2013 10:16 AM, Brian Paul wrote: From: Stefan Brüns A single element in a GLX reply is contained in the header itself. The number of elements is denoted in the "n" field of the reply. If "n" is 1, the length of additional data is 0. The XXX_data_length() function of xcb does not return

[Mesa-dev] [PATCH] glx: fix glGetTexLevelParameteriv for indirect rendering

2013-02-18 Thread Brian Paul
From: Stefan Brüns A single element in a GLX reply is contained in the header itself. The number of elements is denoted in the "n" field of the reply. If "n" is 1, the length of additional data is 0. The XXX_data_length() function of xcb does not return the length of the (optional, n>1) data but