summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2007-04-16removed unused t_vb_arbprogram stageBrian
2007-04-16remove t_vb_arbprogram.cBrian
2007-04-16unhook t_vb_arbprogram.c code - it's going awayBrian
2007-04-16Use generic program limits instead of NV-specific ones to init program consta...Brian
2007-04-16Fix some assertions that could occur when an error was earlier logged.Brian
2007-04-16use b->display instead of b->xm_visual->display to fix some problems detected...Brian
2007-04-16Make sure we are locked when creating drm buffer objects.Thomas Hellstrom
2007-04-14illegal to set GL_TEXTURE_MAX_LEVEL w/ GL_TEXTURE_RECTANGLE_ARBBrian
2007-04-14implement shadow2DRect functionsBrian
2007-04-14Fix sample_depth_texture() to handle texture rectangle coords.Brian