summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2007-04-25Merge remote branch 'upstream/master' into debian-experimentalJulien Cristau12-144/+66
2007-04-24s/fog/attrib[FRAG_ATTRIB_FOGC][0]/Brian1-1/+1
2007-04-24s/fog/attrib[FRAG_ATTRIB_FOGC][0]/Brian1-1/+1
2007-04-25Merge tag 'mesa_6_5_3_rc3' into debian-experimentalJulien Cristau16-271/+327
2007-04-25Merge tag 'mesa_6_5_3_rc2' into debian-experimentalJulien Cristau1-1/+0
2007-04-24s/DO_TEXVAR/DO_ATTRIBS/Brian4-18/+18
2007-04-24get rid of an extra textured triangle functionBrian1-6/+6
2007-04-24s/TEXTURE/ATTRIBS/Brian2-11/+11
2007-04-24trim down the number of line drawing functions, special casesBrian2-67/+8
2007-04-24only need one CI-mode triangle functionBrian1-29/+9
2007-04-24s/INTERP_TEX/INTERP_ATTRIBS/Brian2-11/+12
2007-04-24assorted fixes for Windows/VC8Karl Schultz5-7/+60
2007-04-24fix double const, move an assertionKarl Schultze1-2/+2
2007-04-23Added proper cleanup codeSean D'Epagnier1-0/+14
2007-04-23disable some errant codeBrian1-0/+2
2007-04-23remove SWvertex->fog field, use attrib fieldBrian1-2/+2
2007-04-23remove SWvertex->fog field, use attrib fieldBrian7-13/+19
2007-04-23some re-org, clean-upBrian1-25/+46
2007-04-23Improve the code for interpolating fragment attributes a little. More to com...Brian7-222/+182
2007-04-22Add generated files from the tarball so they're included in mesa-swx11-source.Julien Cristau2-0/+325
2007-04-22Delete .gitignore files which do more harm than good in a debian package tree.Julien Cristau7-26/+0
2007-04-21Fixed fallout, glfbdev driver was calling a nop function that was removed.mesa_6_5_3_rc2Sean D'Epagnier1-1/+0
2007-04-22Merge branch 'upstream-experimental' into debian-experimentalJulien Cristau51-438/+1043
2007-04-21Fix color sum bug 10688.Brian4-15/+13
2007-04-21specularColor.alpha should default to 1, not 0Brian1-1/+1
2007-04-21fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690Brian1-4/+4
2007-04-21Delete autogenerated files, and files not included in the tarball.Julien Cristau2-325/+0
2007-04-21Remove the !rb->Data check that was added a few months ago.Brian2-2/+2
2007-04-21s/occlude.h/queryobj.h/Brian1-1/+1
2007-04-21Rename occlude.[ch] to queryobj.[ch]Brian5-7/+7
2007-04-21Rename occlude.[ch] to queryobj.[ch] to better reflect contents.Brian2-0/+0
2007-04-21Remove all the USE_MEMPOOL debug code.Brian15-434/+78
2007-04-21Use new memory pool allocator. Lots of debug code still in place...Brian17-29/+511
2007-04-21Merge branch 'upstream-experimental' into debian-experimentalJulien Cristau608-54718/+57532
2007-04-21added MemPool fieldBrian1-0/+1
2007-04-21call grammar_alloc_free() to fix memleaksBrian1-0/+2
2007-04-21remove more unused vars, assertionsBrian1-4/+2
2007-04-21remove unused vars, assertionsBrian1-4/+2
2007-04-21added slang_mem.cBrian1-0/+1
2007-04-21Memory pool manager.Brian2-0/+201
2007-04-21undo a test/debug changeBrian1-1/+1
2007-04-21fix instruction comment codeBrian2-1/+9
2007-04-21another bit of debug codeBrian1-0/+3
2007-04-21free subroutine array (fix mem leak)Brian1-1/+8
2007-04-21new varnames in slang_operation_insert()Brian1-17/+17
2007-04-21fix memleak in slang_operation_insert()Brian1-0/+2
2007-04-21free shProg->Attributes in _mesa_free_shader_program_data()Brian1-0/+5
2007-04-21move allocation of shProg->Attributes earlier in functionBrian1-3/+3
2007-04-21Call _mesa_warning() instead of _mesa_problem() when external s3tc lib not fo...Brian1-6/+6
2007-04-20Remove unused Imakefiles.Brian1-129/+0