Brian Paul
24d3a7a251
docs: remove old pbuffer info
15 years ago
Brian Paul
aeff9f9725
docs: added target attribute to external URLs
15 years ago
Brian Paul
656834a871
docs: add links to the egl, openvg, opengles pages
And move the GLSL link up the use User Topics section.
15 years ago
Brian Paul
ed9bd82656
docs: new Mesa source tree overview page.
This has been sitting around for a while. Incomplete, but a good start.
15 years ago
Chia-I Wu
1af67195b3
docs: Update documentation for OpenVG and OpenGL ES.
Update the instructions and add references to egl.html.
15 years ago
Chia-I Wu
ada46053a4
docs: Add documentation for EGL.
This is a short guide to EGL. The drivers that are to be removed soon
are not mentioned in the guide.
15 years ago
Brian Paul
4e34c5d0b5
docs: updated Mesa mailing list info
15 years ago
Chia-I Wu
d8299af4ab
docs: Add documentation for OpenGL ES.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
15 years ago
Brian Paul
5dd9e23d62
docs: document Gallium SSE codegen for XPD bug fix
15 years ago
Brian Paul
73bd400016
docs: document a mipmap generation bug fix
15 years ago
Brian Paul
a6975507ad
docs: added more GL3 items
15 years ago
Brian Paul
9089436930
docs: added link to wiki page about missing Mesa features
15 years ago
Brian Paul
01bf004d8b
docs: initial release notes for 7.7.1
15 years ago
José Fonseca
7bbf7f94ea
scons: Build progs together with everything else.
This is a substantial reorganization, This particular commit enables:
- building the progs for unices platforms
- glew is now built as a shared library (it is the default, and it is
inconvenient and pointless to shift away from that default)
- all progs get built by default
15 years ago
Brian Paul
06f10903cb
docs: 7.8 relnotes: GL_NV_conditional_render and GL_EXT_draw_buffers2
15 years ago
Brian Paul
c28b451e40
docs: update status for conditional rendering
15 years ago
Brian Paul
9b0bbe15a5
docs: added GL 3.x feature checklist to track what's done in Mesa
15 years ago
Brian Paul
b0d5e44f24
docs: insert 7.7 release date
15 years ago
Brian Paul
da876fa3a5
docs: insert 7.6.1 release date
15 years ago
Ian Romanick
82184970d3
Add MD5 checksums for 7.6.1 release
15 years ago
Ian Romanick
e9b5ed1c13
Add MD5 checksums for 7.6.1 release
15 years ago
Ian Romanick
6ffed19993
Add MD5 checksums for 7.7 release
15 years ago
Brian Paul
35ff190a9c
docs: document 7.6.1 BlueGene fixes
15 years ago
Brian Paul
7d41b4248b
docs: updated 7.6.1 relnotes with GLSL fixes
15 years ago
Brian Paul
fb83fa26c4
docs: a few more fixes for 7.6.1
15 years ago
Michel Dänzer
601edbef17
Fix the DRI swrast driver for big endian platforms.
Too bad I didn't realize earlier how easy this could be...
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=22767 .
15 years ago
Brian Paul
3128d65fd7
docs: document fixes for AIX
16 years ago
Brian Paul
5117725fd0
docs: removed VC6/7 project files
16 years ago
Brian Paul
e16b59df42
docs: update news file for 7.6.1 release
16 years ago
Brian Paul
2a1505b42e
docs: remove VC6/7 project file info
16 years ago
Alex Deucher
c5add6a468
docs: Add note about r600
16 years ago
Brian Paul
3ba983bf5d
docs: setup 7.8 release notes file
16 years ago
Brian Paul
4440d8adb6
docs: libGL documentation, from the xorg-docs tree
This is pretty old and needs some updating but might be useful or
interesting to some people.
16 years ago
Brian Paul
2b3ea2be90
docs: i965 clipping fix
16 years ago
Brian Paul
63bc736f90
docs: list the new VMware SVGA Gallium driver in release notes
16 years ago
Corbin Simpson
0f060250fc
docs: Update r300g status.
16 years ago
Brian Paul
664b7303c2
docs: fixes, changes for Mesa 7.7
16 years ago
Brian Paul
c5106339d3
docs: fix 7.6 build with Visual Studio
16 years ago
Brian Paul
b73c4ad98b
docs: document Intel glBitmap fixes
16 years ago
Brian Paul
0a47631849
docs: document Intel glBitmap fixes
16 years ago
Brian Paul
96d7d66dff
docs: document updated GL extension header files
16 years ago
Brian Paul
ff3f09a7fe
docs: document cell, glGetTexLevelParameter() fixes
16 years ago
Brian Paul
347fb3737b
docs: document 'useprog' debug option
16 years ago
Brian Paul
946bc9aa42
docs: document GLSL float parsing bug fix
16 years ago
Brian Paul
85fb3e4027
docs: document more MESA_GLSL env var options
16 years ago
Brian Paul
2738681e84
docs: fix aux buffer bug 24426
16 years ago
Brian Paul
90692486aa
docs: bump libdrm version requirement
Probably need to bump other version requirements too...
16 years ago
Brian Paul
cdcd9da480
docs: fix glXQueryDrawable() bugs
16 years ago
Nicolai Hähnle
bbe384c86a
r300: Workaround problem on R500 with very large fragment programs
The non-KMS interface is to blame here. In theory, a proper fix
could be produced that works for the KMS interface only, but it
require cleaning a lot of mess. Easier to just do it right in r300g.
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
16 years ago
Brian Paul
c01a77d304
docs: document default texture binding fix
16 years ago