summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-04-27added glGetActiveAttribmesa_6_5_3Brian1-0/+2
2007-04-27"Fix" for bug 9170. May need more attention.Brian1-0/+3
2007-04-27document perspective correction issuesBrian1-0/+2
2007-04-27document broken inverse trig functionsBrian1-0/+1
2007-04-27asin(), acos(), atan() just return 0.5 for now to avoid crashing. Fix someday.Brian2-680/+688
2007-04-27remove rc4 suffixBrian1-4/+4
2007-04-27set 6.5.3 release dateBrian2-2/+2
2007-04-26Added error check that all varying vars needed by the fragment shader are pro...Brian1-8/+35
2007-04-26Unconditionally update _TriangleCaps bits. Fixes software fallback bugs, suc...Brian1-3/+3
2007-04-26bump Windows to OpenGL 2.1, set release dateBrian1-2/+2
2007-04-26enable 2.1 extensionsBrian1-0/+1
2007-04-26Windows updatesBrian1-5/+18
2007-04-26move #include <GL/glut.h> after other #includes for WindowsBrian1-1/+1
2007-04-26use sqrt(), not sqrtf() for WindowsBrian2-2/+2
2007-04-25updates for 6.5.3 w/ VC8Karl Schultz1-155/+163
2007-04-25RC4mesa_6_5_3_rc4Brian1-4/+4
2007-04-25fix attribsMask (re-fixes depth peeling algorithm)Brian1-0/+7
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-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-24fix typomesa_6_5_3_rc3Brian1-1/+1
2007-04-24added missing VC8 .sln filesBrian1-0/+2
2007-04-24added new VC* files, bump version to rc3Brian1-5/+12
2007-04-24assorted fixes for Windows/VC8Karl Schultz7-8/+67
2007-04-24new VC8 project filesBrian8-0/+4037
2007-04-24fix double const, move an assertionKarl Schultze1-2/+2
2007-04-24add missing semicolonMatthias Hopf1-1/+1
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-22import glxext.h version 19Brian2-3/+3
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-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-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-21prep for 6.5.3 rc2Brian1-4/+4
2007-04-21memory leaks fixedBrian1-1/+0
2007-04-21Remove all the USE_MEMPOOL debug code.Brian15-434/+78