summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-02Add $(CFLAGS) to the link commands. This makes 'make linux-x86Ian Romanick
2005-07-02Make linux-x86 more like the other linux configs.Ian Romanick
2005-07-02Expose the fact that we do not do either selection of feedback buffers - eith...Vladimir Dergachev
2005-07-01Adding RV350_NJ ID.Jerome Glisse
2005-07-01Adapt extension string to new GL dispatch schema proposedJerome Glisse
2005-07-01Update notes with VC7 info.Karl Schultz
2005-07-01Add windows VC7 project files to filelist for tar/zip files.Karl Schultz
2005-07-01VC7 project file for building glut libKarl Schultz
2005-07-01VC7 project file for gears demoKarl Schultz
2005-07-01VC7 Solution file for building glut and demosKarl Schultz
2005-07-01VC7 project file for osmesaKarl Schultz
2005-07-01VC7 project file for core mesa libKarl Schultz
2005-07-01VC7 project file for gluKarl Schultz
2005-07-01VC7 project file for gdi driverKarl Schultz
2005-07-01Visual Studio 7 solution file for mesa libKarl Schultz
2005-07-01Don't #define __FUNCTION__ on a Microsoft C compiler new enough to have it.Karl Schultz
2005-07-01Set fp->Opcode for OP_TEX_KILL case, fix from Ben Skeggs.Keith Whitwell
2005-07-01Add new files to project.Karl Schultz
2005-07-01Use frexp on Windows; frexpf is not available.Karl Schultz
2005-07-01Fix a prototypeKarl Schultz
2005-07-01convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger
2005-07-01comment-out some unused code to silence warningsBrian Paul
2005-07-01replace some free() calls with _mesa_free()Brian Paul
2005-07-01updates to file list for tarballsBrian Paul
2005-07-01fix dependenciesBrian Paul
2005-07-01added some glGetRenderbufferParameterivEXT calls, printfs, and assertionsBrian Paul
2005-07-01fix typo in assertionsBrian Paul
2005-07-01Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, andBrian Paul
2005-07-01Remove NEW_RENDERBUFFER stuff.Brian Paul
2005-07-01remove OLD_RENDERBUFFER codeBrian Paul
2005-07-01remove OLD_RENDERBUFFER stuffBrian Paul
2005-07-01minor fixesBrian Paul
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-06-30remove \n from warning message stringBrian Paul
2005-06-30added newline at end of fileBrian Paul
2005-06-30Add a set of predicate functions for testing matrices instead of directlyBrian Paul
2005-06-30Redo all the GL_LINEAR interpolation code in terms of LERP macros/functions.Brian Paul
2005-06-30Fix crashes with pixel readback when using the optimized assembly functions.Roland Scheidegger
2005-06-30-"fix" page flippingAapo Tahkola
2005-06-30fix a few glitchesBrian Paul
2005-06-30fix Darwin dynamic lib namingBrian Paul
2005-06-28just code clean-ups and new commentsBrian Paul
2005-06-27Uncomment a couple of helper functions.Vladimir Dergachev
2005-06-27Rename unchecked state to match DRM driver.Vladimir Dergachev
2005-06-27include t_vp_build.hBrian Paul
2005-06-27remove unused MEMSET16 macroBrian Paul
2005-06-27Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul
2005-06-27added _tnl_ProgramCacheDestroy() prototypeBrian Paul
2005-06-27make create_new_program() staticBrian Paul