~ubuntu-branches/ubuntu/raring/mesa/raring-proposed

« back to all changes in this revision

Viewing changes to src/mapi/glapi/gen/ARB_robustness.xml

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen, Timo Aaltonen, Maarten Lankhorst
  • Date: 2013-04-16 15:35:32 UTC
  • mfrom: (1.7.15)
  • Revision ID: package-import@ubuntu.com-20130416153532-1u9s6vb32cqryh4x
Tags: 9.1.1-0ubuntu1
[ Timo Aaltonen ]
* Merge from unreleased debian git
  - new upstream release (LP: #1112147, #1164093)
* Revert a commit to fix slow blur on intel.
* vbo-fix-crash.diff: Patch from the stable tree that fixes a crasher
  with shared display lists.

[ Maarten Lankhorst ]
* Add some more patches to fix image copy regressions on nouveau.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    </function>
26
26
 
27
27
<!-- OpenGL 1.0 sized buffer queries -->
28
 
    <function name="GetnMapdvARB" offset="assign">
 
28
    <function name="GetnMapdvARB" offset="assign" deprecated="3.1">
29
29
        <param name="target" type="GLenum"/>
30
30
        <param name="query" type="GLenum"/>
31
31
        <param name="bufSize" type="GLsizei"/>
32
32
        <param name="v" type="GLdouble *" output="true"/>
33
33
    </function>
34
34
 
35
 
    <function name="GetnMapfvARB" offset="assign">
 
35
    <function name="GetnMapfvARB" offset="assign" deprecated="3.1">
36
36
        <param name="target" type="GLenum"/>
37
37
        <param name="query" type="GLenum"/>
38
38
        <param name="bufSize" type="GLsizei"/>
39
39
        <param name="v" type="GLfloat *" output="true"/>
40
40
    </function>
41
41
 
42
 
    <function name="GetnMapivARB" offset="assign">
 
42
    <function name="GetnMapivARB" offset="assign" deprecated="3.1">
43
43
        <param name="target" type="GLenum"/>
44
44
        <param name="query" type="GLenum"/>
45
45
        <param name="bufSize" type="GLsizei"/>
48
48
 
49
49
 
50
50
 
51
 
    <function name="GetnPixelMapfvARB" offset="assign">
 
51
    <function name="GetnPixelMapfvARB" offset="assign" deprecated="3.1">
52
52
        <param name="map" type="GLenum"/>
53
53
        <param name="bufSize" type="GLsizei"/>
54
54
        <param name="values" type="GLfloat *" output="true"/>
55
55
    </function>
56
56
 
57
 
    <function name="GetnPixelMapuivARB" offset="assign">
 
57
    <function name="GetnPixelMapuivARB" offset="assign" deprecated="3.1">
58
58
        <param name="map" type="GLenum"/>
59
59
        <param name="bufSize" type="GLsizei"/>
60
60
        <param name="values" type="GLuint *" output="true"/>
61
61
    </function>
62
62
 
63
 
    <function name="GetnPixelMapusvARB" offset="assign">
 
63
    <function name="GetnPixelMapusvARB" offset="assign" deprecated="3.1">
64
64
        <param name="map" type="GLenum"/>
65
65
        <param name="bufSize" type="GLsizei"/>
66
66
        <param name="values" type="GLushort *" output="true"/>
95
95
 
96
96
 
97
97
<!-- ARB_imaging sized buffer queries -->
98
 
    <function name="GetnColorTableARB" offset="assign">
 
98
    <function name="GetnColorTableARB" offset="assign" deprecated="3.1">
99
99
        <param name="target" type="GLenum"/>
100
100
        <param name="format" type="GLenum"/>
101
101
        <param name="type" type="GLenum"/>
103
103
        <param name="table" type="GLvoid *" output="true"/>
104
104
    </function>
105
105
 
106
 
    <function name="GetnConvolutionFilterARB" offset="assign">
 
106
    <function name="GetnConvolutionFilterARB" offset="assign" deprecated="3.1">
107
107
        <param name="target" type="GLenum"/>
108
108
        <param name="format" type="GLenum"/>
109
109
        <param name="type" type="GLenum"/>
111
111
        <param name="image" type="GLvoid *" output="true"/>
112
112
    </function>
113
113
 
114
 
    <function name="GetnSeparableFilterARB" offset="assign">
 
114
    <function name="GetnSeparableFilterARB" offset="assign" deprecated="3.1">
115
115
        <param name="target" type="GLenum"/>
116
116
        <param name="format" type="GLenum"/>
117
117
        <param name="type" type="GLenum"/>
122
122
        <param name="span" type="GLvoid *" output="true"/>
123
123
    </function>
124
124
 
125
 
    <function name="GetnHistogramARB" offset="assign">
 
125
    <function name="GetnHistogramARB" offset="assign" deprecated="3.1">
126
126
        <param name="target" type="GLenum"/>
127
127
        <param name="reset" type="GLboolean"/>
128
128
        <param name="format" type="GLenum"/>
131
131
        <param name="values" type="GLvoid *" output="true"/>
132
132
    </function>
133
133
 
134
 
    <function name="GetnMinmaxARB" offset="assign">
 
134
    <function name="GetnMinmaxARB" offset="assign" deprecated="3.1">
135
135
        <param name="target" type="GLenum"/>
136
136
        <param name="reset" type="GLboolean"/>
137
137
        <param name="format" type="GLenum"/>