summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.X11
AgeCommit message (Collapse)Author
2000-11-24Fixed a couple of bugs that crept into last commitKeith Whitwell
- Eval not compiled correctly - Material colors computed incorrectly Reworked the VERT_TEX flags, now support upto 12 texture units in tnl.
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
driver (enable with FX_ALLOW_VTXFMT=t).
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
math: Provides basic matrix and vector functionality that might be useful to multiple software t&l implementations, and is used by core mesa to manage the Model, Project, etc matrices. tnl: The real transform & lighting code from core mesa, including everything from glVertex3f through vertex buffer handling, transformation, clipping, lighting and handoff to a driver for rasterization. The interfaces of these can be further tightened up, but the basic splitting up of state and code move is done.
2000-11-11removed tr_attrib.cBrian Paul
2000-11-11latest sources from LokiBrian Paul
2000-11-10renamed imaging files to histogram since that's what's insideBrian Paul
2000-11-05added swrast/s_aaline.cBrian Paul
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
- Remove support for choosing software fallbacks from core code - Remove partial fallback code from vbrender.c -- drivers are now expected to be able to find a triangle/quad function for every state, even if they have to use _swsetup_Triangle or _swsetup_Quad. - Marked derived variables in the GLcontext struct with a leading underscore '_'.
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-31Remove dead code in FX driver.Keith Whitwell
2000-10-23generate separate libOSMesa library ala XFree86/DRIBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer.
2000-09-26Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.Brian Paul
Changed src/Makefile.X11 to compile Trace sources like other drivers.
2000-09-07renamed Xlib driver filesBrian Paul
2000-08-21added convolve.c to file listBrian Paul
2000-07-14removed references to fx_regoff.h and fx_gen_regoff.cBrian Paul
2000-04-07added pixeltex.cBrian Paul
2000-03-24added texutil.c sourceBrian Paul
2000-02-21added aatriangle.c sourceBrian Paul
2000-02-02removed glmisc.c, added buffers.c, hint.c, state.cBrian Paul
2000-01-28added -I. to .S.o ruleBrian Paul
2000-01-23added new SVGA driver filesBrian Paul
2000-01-18replaced some spaces with a tabBrian Paul
1999-12-17updated with latest source filesBrian Paul
1999-12-17replaced mthreads.c with glthread.cBrian Paul
1999-11-28removed realglx.cBrian Paul
1999-11-18checked in the first new PIII vertex-transformation codeAndre Werthmann
1999-11-16make clean removes .lo .la and .libs/Brian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-17 pad GL_TINY to 6 digitsBrian Paul
1999-09-15new version number symbolsBrian Paul
1999-09-15added third, tiny version number to mklib scriptsBrian Paul
1999-09-07added vertices.cBrian Paul
1999-08-19Initial revisionjtg