~ubuntu-branches/ubuntu/quantal/mesa/quantal

« back to all changes in this revision

Viewing changes to docs/news.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-02-21 12:44:07 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20070221124407-rgcacs32mycrtadl
ImportĀ upstreamĀ versionĀ 6.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
<H1>News</H1>
12
12
 
13
13
 
 
14
<h2>December 2, 2006</h2>
 
15
<p>
 
16
<a href="relnotes-6.5.2.html">Mesa 6.5.2</a> has been released.
 
17
This is a new development release.
 
18
</p>
 
19
 
 
20
<h2>September 15, 2006</h2>
 
21
<p>
 
22
<a href="relnotes-6.5.1.html">Mesa 6.5.1</a> has been released.
 
23
This is a new development release.
 
24
</p>
 
25
 
14
26
<h2>March 31, 2006</h2>
15
27
<p>
16
 
Mesa 6.5 has been released.  This is a new development release.
17
 
</p>
18
 
<pre>
19
 
    New:
20
 
        - OpenGL Shading Language support through GL_ARB_shader_objects,
21
 
          GL_ARB_shading_language_100, GL_ARB_vertex_shader and
22
 
          GL_ARB_fragment_shader (done by Michal Krol)
23
 
        - GL_EXT_packed_depth_stencil extension
24
 
        - GL_EXT_timer_query extension
25
 
        - GL_EXT_framebuffer_blit extension
26
 
        - GL_ARB_half_float_pixel
27
 
        - GLX_MESA_copy_sub_buffer for DRI drivers (Dave Reveman)
28
 
        - reflect demo improved to support multiple windows
29
 
        - singlebuffer demo (shows no/little-flicker single-buffered rendering)
30
 
        - r200: enable GL_ARB_texture_env_crossbar, separate the texture
31
 
          sampling unit bits from the texture env combine enable bits
32
 
        - r200: add support for GL_ATI_fragment_shader
33
 
        - added fast XOR-mode line drawing optimization
34
 
        - radeon: add support for all 3 tmus, GL_ARB_texture_cube_map
35
 
          and GL_EXT_fog_coord
36
 
        - MESA_GLX_ALPHA_BITS env var for xlib driver
37
 
        - many DRI driver updates (including screen rotation support
38
 
          for the Intel DRI driver)
39
 
    Changes:
40
 
        - removed GL_HP_occlusion_test (use GL_ARB_occlusion_query instead)
41
 
        - removed GL_SGIX/SGIS_pixel_texture extensions
42
 
    Bug fixes:
43
 
        - fixed glxcontextmodes.c datatype problem (bug 5835)
44
 
        - fixed aix-gcc build/install bugs (bug 5874)
45
 
        - fixed some bugs in texture env program generation
46
 
        - glXCopyContext() didn't handle texture object bindings properly
47
 
        - glXCopyContext() didn't copy all lighting state
48
 
        - fixed FreeBSD config (Pedro Giffuni)
49
 
        - fixed some minor framebuffer object bugs
50
 
        - replaced dprintf() with _glu_printf() in GLU (bug 6244)
51
 
        - fixed a number of thread safety bugs/regressions
52
 
        - fixed a number of GLU tesselator bugs (John Shell, bug 6339)
53
 
        - paletted texturing was broken w/ floating point palettes (K. Schultz)
54
 
        - lots of assorted framebuffer object bug fixes
55
 
</pre>
56
 
<p>
57
 
The MD5 checksums are:
58
 
</p>
59
 
<pre>
60
 
657be3b92f6dabc78a67ed9cb8d67813  MesaLib-6.5.tar.gz
61
 
61beda590bfc5b4a12e979d5f2d70d7a  MesaLib-6.5.tar.bz2
62
 
19d48b872d579d4f91466060804a59ac  MesaLib-6.5.zip
63
 
694ad3a7007010c7418a9c72d1cba5b7  MesaDemos-6.5.tar.gz
64
 
ab95b590dcd640726a2d89e62068c66e  MesaDemos-6.5.tar.bz2
65
 
b792c303fefd87294488e2b7eab976e5  MesaDemos-6.5.zip
66
 
ac1d585483617db0c91e5c15cb5ec3a3  MesaGLUT-6.5.tar.gz
67
 
59f0bf2b2ffb67fe23ee479f9b044f31  MesaGLUT-6.5.tar.bz2
68
 
005decb2136718e22222ac1c4805cd15  MesaGLUT-6.5.zip
69
 
</pre>
 
28
<a href="relnotes-6.5.html">Mesa 6.5</a> has been released.
 
29
This is a new development release.
 
30
</p>
70
31
 
71
32
 
72
33
<h2>February 2, 2006</h2>
73
34
<p>
74
 
Mesa 6.4.2 has been released.  This is primarily a bug-fix release.
75
 
</p>
76
 
<pre>
77
 
    New items:
78
 
        - added OSMesaColorClamp() function/feature
79
 
        - added wglGetExtensionStringARB() function
80
 
    Bug fixes:
81
 
        - fixed some problems when building on Windows
82
 
        - GLw header files weren't installed by installmesa script (bug 5396)
83
 
        - GL/glfbdev.h file was missing from tarballs
84
 
</pre>
85
 
<p>
86
 
The MD5 checksums are:
87
 
</p>
88
 
<pre>
89
 
cb0d745d520fa7c2bb9178058b763544  MesaLib-6.4.2.tar.gz
90
 
7674d2c603b5834259e4e5a820cefd5b  MesaLib-6.4.2.tar.bz2
91
 
d224e1325b33ff71a0f3893fc6b4d594  MesaLib-6.4.2.zip
92
 
d4b345d4588fc750cd3d34f3ac26673e  MesaDemos-6.4.2.tar.gz
93
 
9cae1ab874af533ce356bd7dfe2e0bb0  MesaDemos-6.4.2.tar.bz2
94
 
2da6e1d1245e441d27813595c6ba50de  MesaDemos-6.4.2.zip
95
 
84427d18c3453f0ea52388eeba7169b5  MesaGLUT-6.4.2.tar.gz
96
 
b157ba8ad1ea63260cf5339132e7aac6  MesaGLUT-6.4.2.tar.bz2
97
 
fe1523744fc05edc3811dfc6a1bf4181  MesaGLUT-6.4.2.zip
98
 
</pre>
 
35
<a href="relnotes-6.4.2.html">Mesa 6.4.2</a> has been released.
 
36
This is stable, bug-fix release.
 
37
</p>
99
38
 
100
39
 
101
40
<h2>November 29, 2005</h2>
102
41
<p>
103
 
Mesa 6.4.1 has been released.  This is a stable, bug-fix release.
104
 
</p>
105
 
<pre>
106
 
    Bug fixes:
107
 
        - redefining a vertex program string didn't take effect in TNL module
108
 
        - fixed occasional segfault upon vertex/fragment parsing error
109
 
        - vertex program LIT instruction didn't handle 0^0=1 correctly
110
 
        - fragment program fog option didn't work with glDrawPixels, glBitmap
111
 
        - USE_MGL_NAMESPACE didn't work for x86-64
112
 
        - OSMesa demos were missing from previous release tarballs
113
 
        - fixed problem with float->ushort conversion in glClear (bug 4992)
114
 
        - popping of GL_EYE_PLANE texgen state was broken (bug 4996)
115
 
        - popping of GL_SPOT_DIRECTION light state was broken (bug 5005)
116
 
        - fixed occasional triangle color interpolation problem on VMS
117
 
        - work around invalid free() call (bug 5131)
118
 
        - fixed BSD X server compilation problem by including stdint.h
119
 
</pre>
120
 
<p>
121
 
The MD5 checksums are:
122
 
</p>
123
 
<pre>
124
 
698ceb574cf882b0226761f5913c0da9  MesaLib-6.4.1.tar.gz
125
 
ea148c828ec6f645526451db1b8556f1  MesaLib-6.4.1.tar.bz2
126
 
42e93279468975ed2bf3111b8721e5d9  MesaLib-6.4.1.zip
127
 
e3b0d50807fd2bdcd1a95aaddd786f13  MesaDemos-6.4.1.tar.gz
128
 
99df1fdcb98d391666b476ca6f1dda8a  MesaDemos-6.4.1.tar.bz2
129
 
b999d2c6d92fb4b7740a3dbd889348e3  MesaDemos-6.4.1.zip
130
 
eadfe01fe5ddfb1eb8227dd567b31635  MesaGLUT-6.4.1.tar.gz
131
 
bd003bb4f981a4f91dee4c38644d4f3f  MesaGLUT-6.4.1.tar.bz2
132
 
71c401c037088bf688a88afdaeb3420f  MesaGLUT-6.4.1.zip
133
 
</pre>
134
 
 
 
42
<a href="relnotes-6.4.1.html">Mesa 6.4.1</a> has been released.
 
43
This is stable, bug-fix release.
 
44
</p>
135
45
 
136
46
 
137
47
 
138
48
<h2>October 24, 2005</h2>
139
49
<p>
140
 
Mesa 6.4 has been released.  This is a stable, bug-fix release.
141
 
</p>
142
 
<pre>
143
 
    New:
144
 
        - Added a fast XOR line drawing function in Xlib driver
145
 
        - Added support for GL_ARB_texture_mirrored_repeat to savage
146
 
          driver (supported only on Savage4 hardware).
147
 
    Changes:
148
 
        - Mesa now packaged in three parts: Library, Demos and GLUT
149
 
    Bug fixes:
150
 
        - GLX_X_RENDERABLE token wasn't accepted by glXChooseFBConfig
151
 
        - Some files were present multiple times in the 6.3.2 tarballs
152
 
        - r200_vtxtmp_x86.S file was missing from 6.3.2 tarball (bug 4207)
153
 
        - glxgears_fbconfig demo didn't work (bug 4237)
154
 
        - fixed bug when bilinear sampling 2d textures with borders
155
 
        - glXCreatePbuffer() could segfault instead of returning 0 (bug 4235)
156
 
        - fixed undefined frexp and rand in X.org libGLcore.a (bug 4242)
157
 
        - fixed a few problems with proxy color tables (bug 4270)
158
 
        - fixed precision problem in Z clearing (bug 4395)
159
 
        - glBitmap, glDraw/CopyPixels mistakenly generated selection hits
160
 
        - fixed potential segfault caused by reading pixels outside
161
 
          of renderbuffer bounds
162
 
        - glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB
163
 
        - fixed memory corruption bug involving software alpha buffers
164
 
        - glReadPixels clipped by window bounds was sometimes broken
165
 
        - glDraw/CopyPixels of stencil data ignored the stencil write mask
166
 
        - glReadPixels from a texture bound to a framebuffer object didn't work
167
 
        - glIsRender/FramebufferEXT weren't totally correct
168
 
        - fixed a number of point size attenuation/fade bugs
169
 
        - fixed glFogCoord bug 4729
170
 
        - GLX encoding for transpose matrix functions was broken
171
 
        - fixed broken fragment program KIL and SWZ instructions
172
 
</pre>
173
 
<p>
174
 
The MD5 checksums are:
175
 
</p>
176
 
<pre>
177
 
1cce0c1eb4fd15e9dfe837a1ce0c9812  MesaLib-6.4.tar.gz
178
 
85a84e47a3f718f752f306b9e0954ef6  MesaLib-6.4.tar.bz2
179
 
b976fea4f3ee06354c53f91b6e3f2ffc  MesaLib-6.4.zip
180
 
d8734f2c69bcf7ef9f5ae454a85743ba  MesaDemos-6.4.tar.gz
181
 
1a8c4d4fc699233f5fdb902b8753099e  MesaDemos-6.4.tar.bz2
182
 
607ab7c7a7de0cc5febbdde2bfa03098  MesaDemos-6.4.zip
183
 
3260156f66174322a092be0767962d34  MesaGLUT-6.4.tar.gz
184
 
0465d053f83775f44a12dec4050dfd78  MesaGLUT-6.4.tar.bz2
185
 
02abfcdcdf72ba938ae00f6e3b70fbe0  MesaGLUT-6.4.zip
186
 
</pre>
 
50
<a href="relnotes-6.4.html">Mesa 6.4</a> has been released.
 
51
This is stable, bug-fix release.
 
52
</p>
187
53
 
188
54
 
189
55
<h2>August 19, 2005</h2>
191
57
Mesa 6.3.2 has been released.
192
58
Note: there was no public release of version 6.3.1.
193
59
</p>
194
 
<pre>
195
 
    New:
196
 
        - The distribution now includes the DRI drivers and GLX code
197
 
    Changes:
198
 
        - Made the DRI "new" driver interface standard, remove old code
199
 
    Bug fixes:
200
 
        - GL_ARB_vertex/fragment_shader were mistakenly listed in the
201
 
          extensions string
202
 
        - negative relative addressing in vertex programs was broken
203
 
        - update/fix SPARC assembly code for vertex transformation
204
 
        - fixed memory leak when freeing GLX drawables/renderbuffers
205
 
        - fixed display list memory leak
206
 
        - the GL_PIXEL_MAP_I_TO_I table is now floating point, not integer
207
 
        - wglGetProcAddress() didn't handle wgl-functions
208
 
        - fixed glxext.h cross-compile issue (Colin Harrison)
209
 
        - assorted DRI driver fixes
210
 
</pre>
 
60
<a href="versions.html#6.3.2">Changes in version 6.3.1</a>
211
61
<p>
212
62
The MD5 checksums are:
213
63
</p>
1226
1076
 
1227
1077
 
1228
1078
<hr>
1229
 
$Id: news.html,v 3.28 2006-04-01 02:29:40 brianp Exp $
 
1079
$Id: news.html,v 3.33 2006/12/02 18:18:41 brianp Exp $
1230
1080
</body>
1231
1081
</html>