summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-05-01Rewrite of slang_inline_asm_function() to do full parameter/argument substitu...Brian1-31/+64
2007-04-30r300: Don't crash in radeonUpdatePageFlipping when !radeon->glCtx->DrawBuffer.Michel Dänzer1-1/+3
2007-04-29r300: Page flipping fixes.Michel Dänzer5-3/+8
2007-04-29r300: radeonMakeCurrent cleanups.Michel Dänzer1-6/+0
2007-04-28only load front/back face attrib if using a shader (bug 10788)Brian1-2/+4
2007-04-28use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788)Brian1-2/+4
2007-04-28fix GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB bug (10787)Brian1-4/+12
2007-04-28additional checks that attr is a texcoordKeith Packard3-6/+6
2007-04-27Version bumps for 7.0Brian1-7/+7
2007-04-27"Fix" for bug 9170. May need more attention.Brian1-0/+3
2007-04-27asin(), acos(), atan() just return 0.5 for now to avoid crashing. Fix someday.Brian2-680/+688
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-26enable 2.1 extensionsBrian1-0/+1
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-24assorted fixes for Windows/VC8Karl Schultz7-8/+67
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-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-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-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