summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-04-21Fixed fallout, glfbdev driver was calling a nop function that was removed.Sean D'Epagnier
2007-04-21Fix color sum bug 10688.Brian
2007-04-21specularColor.alpha should default to 1, not 0Brian
2007-04-21fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690Brian
2007-04-21Remove the !rb->Data check that was added a few months ago.Brian
2007-04-21s/occlude.h/queryobj.h/Brian
2007-04-21Rename occlude.[ch] to queryobj.[ch]Brian
2007-04-21Rename occlude.[ch] to queryobj.[ch] to better reflect contents.Brian
2007-04-21Remove all the USE_MEMPOOL debug code.Brian
2007-04-21Use new memory pool allocator. Lots of debug code still in place...Brian
2007-04-21added MemPool fieldBrian
2007-04-21call grammar_alloc_free() to fix memleaksBrian
2007-04-21remove more unused vars, assertionsBrian
2007-04-21remove unused vars, assertionsBrian
2007-04-21added slang_mem.cBrian
2007-04-21Memory pool manager.Brian
2007-04-21undo a test/debug changeBrian
2007-04-21fix instruction comment codeBrian
2007-04-21another bit of debug codeBrian
2007-04-21free subroutine array (fix mem leak)Brian
2007-04-21new varnames in slang_operation_insert()Brian
2007-04-21fix memleak in slang_operation_insert()Brian
2007-04-21free shProg->Attributes in _mesa_free_shader_program_data()Brian
2007-04-21move allocation of shProg->Attributes earlier in functionBrian
2007-04-21Call _mesa_warning() instead of _mesa_problem() when external s3tc lib not fo...Brian
2007-04-20Remove unused Imakefiles.Brian
2007-04-20Long obsolete.Brian
2007-04-20added new xm_glide.c fileBrian
2007-04-20xmesa: call _glapi_set_dispatch() for all xserver DDXes.George Sapountzis
2007-04-20xmesa: minor cosmeticGeorge Sapountzis
2007-04-20xmesa: split FX functions to separate file, part 2.George Sapountzis
2007-04-20xmesa: split FX functions to separate file, part 1.George Sapountzis
2007-04-20xmesa: spilt FX code to separate functions.George Sapountzis
2007-04-20Revert "xmesa: drop glide (FX) backend."George Sapountzis
2007-04-19Put gl_program_machine into swrast structure rather than using a local variable.Brian
2007-04-19Fix valgrind problem caused by reading text[-1].Brian
2007-04-19remove invalid assertion (span->facing may be set because of polygonmode)Brian
2007-04-19remove invalid assertionBrian
2007-04-19fix crash when program has invalid structure fieldBrian
2007-04-19init A.curFuncEndLabel = NULLBrian
2007-04-19In _mesa_unpack_depth_span() look for special cases of GLuint->GLushort and G...Brian
2007-04-19Don't allow deferredTexture if using occlusion query and a frag shader.Brian
2007-04-18fix an uninitialized variable and a warningBrian
2007-04-18comments, assertionsBrian
2007-04-18new commentsBrian
2007-04-18record proper datatypes for uniforms/samplersBrian
2007-04-18added _slang_gltype_from_specifier()Brian
2007-04-18Start fixing some issues with uniform variables and their types.Brian
2007-04-18Fix some bugs related to querying active uniforms.Brian
2007-04-18fix error strings, add a sanity checkBrian