Brian Paul
6e542f11c9
minor updates
19 lat temu
Brian Paul
12ad488e59
Replace old README.X11 with updated xlibdriver.html
19 lat temu
Brian Paul
780155ab31
6.5.1 fixes
19 lat temu
Brian Paul
0a605f93db
fixed line clipping bug 6512
19 lat temu
Brian Paul
dc32eb8f93
fix render to depth texture bugs
19 lat temu
Brian Paul
32cd166971
remove duplicated framebuffer attachment test
19 lat temu
Brian Paul
900da88dae
first 6.5.1 bug fix - bug 6498
19 lat temu
Daniel Borca
75f81ad5f9
Assorted updates.
19 lat temu
Brian Paul
57b61638af
added MD5 checksums for 6.5 files
19 lat temu
Brian Paul
09b6b9e9c3
added 6.5 relnotes
19 lat temu
Brian Paul
e3f41ce611
6.5 updates
19 lat temu
Daniel Borca
3a3e63dc4f
DMesa now uses OSMesa as a back-end.
19 lat temu
Karl Schultz
18b72d184c
updated again for 6.5.
19 lat temu
Adam Jackson
48547ee129
Clarify which version of Mesa we're talking about
19 lat temu
Adam Jackson
8982697981
Update the install docs to make explicit note of libdrm version dependency.
Change pdx.fd.o to {anon,}cvs.fd.o as appropriate.
19 lat temu
Karl Schultz
e43edd3c70
Updated for Mesa 6.5
19 lat temu
Brian Paul
a85fbb1d36
prep for 6.5 release
19 lat temu
Brian Paul
e44499480f
added known issue: render to depth textures not working
19 lat temu
Brian Paul
9227bca103
added GL_EXT_framebuffer_blit, etc
19 lat temu
Brian Paul
5b2ee9c1e9
update Blender link
19 lat temu
Brian Paul
49ad2d4ed1
updated GLUT link
19 lat temu
Brian Paul
ea970da0b6
bring in changes from 6.4 branch
19 lat temu
Brian Paul
5e9d73153c
misc updates
19 lat temu
Brian Paul
3086efe357
remove bogus wings3d link
19 lat temu
Brian Paul
1add059bd1
Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
done with fragment programs nowadays.
19 lat temu
Brian Paul
8894a55d5f
added MESA_GLX_ALPHA_BITS env var
20 lat temu
Adam Jackson
d78834b306
s/dri.sourceforge.net/dri.freedesktop.org/
20 lat temu
Brian Paul
7e4cc1c29f
updates from 6.4 branch
20 lat temu
Roland Scheidegger
2d61d30117
add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fallback) yet. May cause a tcl fallback if fog coord is used together with separate specular lighting. Fog factors are precomputed and then submitted instead of the raw coords (chip limitation, same as on r200).
20 lat temu
Roland Scheidegger
247f3b3e81
enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just generates vfmt fallback). Code by Andreas Stenglein, some small adjustments by me.
20 lat temu
Jouk Jansen
d997b90433
Committing in .
1) change compilation on VMS to use IEEE floating points
2) one more problem with _mesa_sprintf solved
Modified Files:
Mesa/docs/README.VMS Mesa/progs/demos/descrip.mms
Mesa/progs/tests/descrip.mms Mesa/progs/util/descrip.mms
Mesa/progs/xdemos/descrip.mms Mesa/src/glu/mesa/descrip.mms
Mesa/src/glu/sgi/descrip.mms Mesa/src/glut/glx/descrip.mms
Mesa/src/mesa/array_cache/descrip.mms
Mesa/src/mesa/drivers/common/descrip.mms
Mesa/src/mesa/drivers/osmesa/descrip.mms
Mesa/src/mesa/drivers/x11/descrip.mms
Mesa/src/mesa/glapi/descrip.mms Mesa/src/mesa/main/descrip.mms
Mesa/src/mesa/main/texobj.c Mesa/src/mesa/math/descrip.mms
Mesa/src/mesa/shader/descrip.mms
Mesa/src/mesa/shader/grammar/descrip.mms
Mesa/src/mesa/shader/slang/descrip.mms
Mesa/src/mesa/swrast/descrip.mms
Mesa/src/mesa/swrast_setup/descrip.mms
Mesa/src/mesa/tnl/descrip.mms
----------------------------------------------------------------------
20 lat temu
Brian Paul
36d9ee1828
added XOR line optimization
20 lat temu
Brian Paul
a25fe61607
initial 6.5 release notes
20 lat temu
Brian Paul
7909dd920d
update like for MD2 viewer
20 lat temu
Roland Scheidegger
8d2139e513
add GL_ATI_fragment_shader support for r200
20 lat temu
Brian Paul
7f8cb30ccc
bunch of updates
20 lat temu
Brian Paul
93cfdfe1ef
GL_EXT_timer_query
20 lat temu
Roland Scheidegger
36603539cc
enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for texture sampling and texture environment, optimize away texture sampling for units if the result is not used, always emit the env instructions in-order and try to eliminate GL_REPLACE env instructions.
20 lat temu
Brian Paul
3a165edc9a
added note about IEEE vs VAX floating point (bug 4270)
20 lat temu
Brian Paul
adbf932ec1
added singlebuffer demo
20 lat temu
Brian Paul
b8a804d24f
initial 6.5 changes (reflect demo, remove GL_HP_occlusion_test)
20 lat temu
Brian Paul
ae27ef2219
fix typo
20 lat temu
Brian Paul
f350e22716
md5 sums for 6.3.2
20 lat temu
Brian Paul
eacd347fce
update MESA_DEBUG with FP info
20 lat temu
Brian Paul
b7c727e500
updates for 6.3.2 release, plus other assorted clean-ups
20 lat temu
Brian Paul
926a19e108
updates for 6.3.2
20 lat temu
Brian Paul
960467443e
SPARC, DRI interface changes for 6.3.1
20 lat temu
Brian Paul
fea5a428e9
added vp negative addressing bug fix
20 lat temu
Brian Paul
7a37189adc
6.3.1 updates
20 lat temu
Brian Paul
f87bb14b0b
updated with DRI building instructions
20 lat temu