Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This fixes a segfault in the texgen code that can occur after we've
disabled a vertex program.
|
|
|
|
Aborting immediately is a bad idea with AIGLX.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/mesa/main/texcompress_s3tc.c
src/mesa/tnl/t_array_api.c
|
|
|
|
|
|
|
|
fog factors are precomputed in t_vb_fog.c compute_fog_blend_factors,
which is incompatible with appended fragment fog code.
That will make GoogleEarth display abnormally.
always use pixel fog.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a regression from commit f81b1dbe374fe446f6ef676e70a72952ffb47d4e:
Since then, driDestroyDisplay gets called from __glXFreeDisplayPrivate. It
dlcloses the handles associated with the display but fails to remove their
references from the Drivers list, so subsequent calls to OpenDriver return a
stale handle and an invalid createNewScreenFunc pointer. The attempt to call
the latter results in a segfault when running amoeba, e.g.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/mesa/drivers/dri/nouveau/nouveau_shader_0.c
|
|
|
|
|
|
|
|
|
|
|
|
allow to print what we are really sending to the fifo.
|
|
|
|
|
|
|
|
Only enabled on NV40, NV20/NV30 code is untested.. However, NV30
should be identical to NV40.
|