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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
block.
|
|
Switched to LGPL (GPL header was a cut-&-paste mistake).
|
|
This is because (in glX_API.xml) GetVertexAttribPointerv is aliased to
GetVertexAttribPointervARB which is then aliased to GetVertexAttribPointervNV.
Make GetVertexAttribPointerv alias GetVertexAttribPointervNV directly. Patch
by Ian Romanick <idr@us.ibm.com> and regenerate.
|
|
|
|
|
|
|
|
|