summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-19linux-solo-ia64 config (Stephane Marchesin)Brian Paul
2004-04-19glTexEnviv bug fixBrian Paul
2004-04-19in TexEnv functions, check if pname == GL_TEXTURE_ENV_COLOR and fetch ↵Brian Paul
appropriate number of param values
2004-04-19do texcoord projective division in _swrast_span_default_texcoords()Brian Paul
2004-04-18bug fixes for ARB/NV fragment program texture instructionsBrian Paul
2004-04-18check for __ia64__ when setting USE_IEEEBrian Paul
2004-04-18updated instructions for new directory tree and makefile systemBrian Paul
2004-04-18added missing SHADER_SOURCES to ALL_SOURCESBrian Paul
2004-04-18hack to use glTexCoord4f and Q variable to test projective texcoordsBrian Paul
2004-04-18Audit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions.Brian Paul
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.
2004-04-16Make sure ctx->Driver.NeedFlush is set for Eval-generated attributes.Keith Whitwell
2004-04-15Make _SAT instructions compile correctly.Keith Whitwell
2004-04-15make sure matypes is builtDave Airlie
2004-04-15add drm source dir for solo includesDave Airlie
2004-04-15get the libraries the right way round..Dave Airlie
2004-04-15Correct the comments about when the bindContext3 / unbindContext3Ian Romanick
interface was added.
2004-04-15set default page flipping to zero can be changed in header fileDave Airlie
2004-04-14wrap file in #ifdef USE_TCC, otherwise compilation failesBrian Paul
2004-04-14set CONFIG_NAME = linux-tccBrian Paul
2004-04-14new fileKeith Whitwell
2004-04-14Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell
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.
2004-04-14Fail if any subdir fails.Keith Whitwell
2004-04-14Hack to get things compiling - include "drm.h" instead of "xf86drm.h".Keith Whitwell
Need to fix this, or get maybe rid of xf86drm.h which seems redundant in a standalone build.
2004-04-14Link against GL_LIB_DEPSKeith Whitwell
2004-04-14Remove mesa.a when making cleanKeith Whitwell
2004-04-14First attempt at building a dri module in this treeKeith Whitwell
-- make target is linux-dri -- will attempt to build i830_dri.so The object builds but hasn't been tested.
2004-04-14First pass at support for building DRI drivers in mesa tree.Keith Whitwell
2004-04-14Don't try to use .c=.o rule on .S files when building mesa.aKeith Whitwell
2004-04-14disable under _SOLO buildAlan Hourihane
2004-04-14documentation updatesDaniel Borca
Glide3 driver: POINTCAST palette fixes
2004-04-14Add agpmode to the example config fileDave Airlie
2004-04-14get agpmode from config fileDave Airlie
2004-04-14Add shader sources for solo buildDave Airlie
2004-04-14make solo work like before new makefile mergeDave Airlie
2004-04-14add agpmode to miniglx config fileDave Airlie
2004-04-13minor tweak for DarwinBrian Paul
2004-04-13check for __AMD64__ when setting USE_IEEE (Ronnny Vindenes)Brian Paul
2004-04-13Build a single string containing the generated 'C' code.Keith Whitwell
2004-04-13fix the usage of GLX_MESA_allocate_memoryAlan Hourihane
2004-04-13updated Glide driver documentationDaniel Borca
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)
2004-04-13make this exactly like XFree86 .. allows 4x to workDave Airlie
2004-04-13Add DRM_SOURCE_PATH to make system.Jon Smirl
Needed for linux-solo to build
2004-04-12Missed one with the last commit.Ian Romanick
2004-04-12Conditionally compile code for x86 specific TNL codegen. This fixes problemIan Romanick
with x86-64 and PowerPC. Reported by: sublett on #dri-devel.
2004-04-11build fix for VMSAlan Hourihane
2004-04-10fix minor glitch with GL_DEPTH_COMPONENT texturesBrian Paul
2004-04-09fix max buffer size test (Kyle Bateman, bug 912828)Brian Paul
2004-04-09added extern "C" for C++ (bug 930933)Brian Paul
2004-04-09added SPECULAR flag for sprite point functionsBrian Paul
2004-04-08make note about needing to fix the drm driver to enable SAVAGE_CMD_DMAAlan Hourihane