summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
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
2007-04-19xmesa: drop glide (FX) backend.George Sapountzis
2007-04-18Remove bad assertions, decrement NumShaders in _mesa_detach_shader().Brian
2007-04-18s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token)Brian
2007-04-18Replace _mesa_parameter_longest_name() with _mesa_longest_parameter_name().Brian
2007-04-18call ProgramStringNotify() after linkingBrian
2007-04-18check _PreferPixelFog in _swrast_span_default_fog(), see bug 10669Brian
2007-04-18improved fog commentBrian
2007-04-18fig segment fault issue in TAG(triangle), (see bug 10589)Xiang, Haihao
2007-04-17omit the glide/svga sources from stand-alone libGL (anyone using them?)Brian
2007-04-17Enable texture sampling for vertex programs/shaders.Brian
2007-04-17In bind_inputs() set VB->EdgeFlag to NULL if it's not needed.Brian
2007-04-17regeneratedBrian
2007-04-17fix/simplify some texture functionsBrian
2007-04-17more matrix function updatesBrian
2007-04-17don't set GL_TEXTURE_MAX_LEVEL for GL_TEXTURE_RECTANGLE_ARB as that generates...Brian
2007-04-17Defer buffer pool creation to the first context creation.Thomas Hellstrom
2007-04-17cleanups for t_vb_program.cRoland Scheidegger
2007-04-17r300: r300_render.c:391: warning: unused variable 'i'Oliver McFadden
2007-04-16just clean-upsBrian
2007-04-16move GL_EXT_stencil_two_side into alphabetical positionBrian
2007-04-16Fix glActiveStencilFaceEXT dispatch problem (bug 10523).Brian
2007-04-16remove _tnl_arb_vertex_program_stageBrian
2007-04-16remove _tnl_arb_vertex_program_stageBrian
2007-04-16need to clamp MAD for linear fogBrian