Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Some texture instructions were using wrong LOD.
Fixed interpolate_texcoords() so it doesn't do texcoord projective division
when using a fragment program. The TXP instruction does that.
|
|
|
|
|
|
|
|
|
|
|
|
interface was added.
|
|
|
|
|
|
|
|
|
|
and execute fragment programs. Very limited and experimental, but works
well enough to run arbfplight.c.
http://fabrice.bellard.free.fr/tcc/
Compile with 'make linux-tcc', being sure to make clean first.
|
|
|
|
Need to fix this, or get maybe rid of xf86drm.h which seems redundant
in a standalone build.
|
|
|
|
|
|
-- make target is linux-dri
-- will attempt to build i830_dri.so
The object builds but hasn't been tested.
|
|
|
|
|
|
|
|
Glide3 driver: POINTCAST palette fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixed SAL/SAR in assyntax.h (NASM)
fixed a bug wrt NULL pointer assignment in t_vtx_api.c
cosmetics to t_vtx_x86.c & t_vtx_x86_gcc.S
enabled STDCALL with codegen (MinGW)
|
|
|
|
Needed for linux-solo to build
|
|
|
|
with x86-64 and PowerPC.
Reported by: sublett on #dri-devel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|