~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/wx/api_gen/glapi.conf

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-08-05 20:54:29 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090805205429-pm4pnwew8axraosl
Tags: 1:13.b.1-dfsg-5
* Fixed parentheses in Emacs mode (closes: #536891).
* Removed unnecessary conflicts with erlang-manpages package.
* Added workaround for #475459: disabled threads on sparc architecture.
  This breaks wxErlang, so it's only a temporary solution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
                    {"count",  {c_only,{length,"string"}}},
166
166
                    {"string", {single,list}}]}.
167
167
 
 
168
{"glGetActiveAttribARB", [{"length",[skip,{single, true}]},
 
169
                          {"size",  {single, true}},
 
170
                          {"type",  {single, true}},
 
171
                          {"name",  {single, {list,"maxLength","length"}}}
 
172
                         ]}.
 
173
 
168
174
{"glGetActiveAttrib", [{"length",[skip,{single, true}]},
169
175
                       {"size",  {single, true}},
170
176
                       {"type",  {single, true}},
171
177
                       {"name",  {single, {list,"bufSize","length"}}}
172
178
                      ]}.
173
179
 
 
180
{"glGetActiveUniformARB", [{"length",[skip,{single, true}]},
 
181
                           {"size",  {single, true}},
 
182
                           {"type",  {single, true}},
 
183
                           {"name",  {single, {list,"maxLength","length"}}}
 
184
                          ]}.
174
185
{"glGetActiveUniform", [{"length",[skip,{single, true}]},
175
186
                        {"size",  {single, true}},
176
187
                        {"type",  {single, true}},
191
202
                        {"infoLog", {single, {list,"bufSize","length"}}}
192
203
                       ]}.
193
204
 
 
205
{"glGetShaderSourceARB", [{"length", [skip,{single,true}]},
 
206
                          {"source", {single, {list,"maxLength","length"}}}
 
207
                         ]}.
194
208
{"glGetShaderSource", [{"length", [skip,{single,true}]},
195
209
                       {"source", {single, {list,"bufSize","length"}}}
196
210
                      ]}.
197
211
 
 
212
 
198
213
{"glGetUniform", {"params", {single,{tuple,16}}}}.
199
214
{"glGetVertexAttrib", {"params", {single,{tuple,4}}}}.
200
215