summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-04-20xmesa: call _glapi_set_dispatch() for all xserver DDXes.George Sapountzis1-2/+0
2007-04-20xmesa: minor cosmeticGeorge Sapountzis1-29/+25
2007-04-20xmesa: split FX functions to separate file, part 2.George Sapountzis4-15/+32
2007-04-20xmesa: split FX functions to separate file, part 1.George Sapountzis4-240/+300
2007-04-20xmesa: spilt FX code to separate functions.George Sapountzis3-27/+34
2007-04-20Revert "xmesa: drop glide (FX) backend."George Sapountzis3-6/+284
2007-04-19Put gl_program_machine into swrast structure rather than using a local variable.Brian2-10/+13
2007-04-19Fix valgrind problem caused by reading text[-1].Brian1-3/+5
2007-04-19remove invalid assertion (span->facing may be set because of polygonmode)Brian1-2/+0
2007-04-19remove invalid assertionBrian1-1/+0
2007-04-19fix crash when program has invalid structure fieldBrian1-3/+4
2007-04-19init A.curFuncEndLabel = NULLBrian1-0/+1
2007-04-19In _mesa_unpack_depth_span() look for special cases of GLuint->GLushort and G...Brian1-0/+31
2007-04-19Don't allow deferredTexture if using occlusion query and a frag shader.Brian1-4/+17
2007-04-18fix an uninitialized variable and a warningBrian1-2/+2
2007-04-18comments, assertionsBrian1-2/+3
2007-04-18new commentsBrian1-0/+13
2007-04-18record proper datatypes for uniforms/samplersBrian1-6/+4
2007-04-18added _slang_gltype_from_specifier()Brian3-68/+78
2007-04-18Start fixing some issues with uniform variables and their types.Brian5-27/+31
2007-04-18Fix some bugs related to querying active uniforms.Brian3-10/+53
2007-04-18fix error strings, add a sanity checkBrian1-2/+14
2007-04-19xmesa: drop glide (FX) backend.George Sapountzis3-284/+6
2007-04-18Remove bad assertions, decrement NumShaders in _mesa_detach_shader().Brian1-2/+1
2007-04-18s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token)Brian3-6/+6
2007-04-18Replace _mesa_parameter_longest_name() with _mesa_longest_parameter_name().Brian3-8/+13
2007-04-18call ProgramStringNotify() after linkingBrian1-0/+6
2007-04-18check _PreferPixelFog in _swrast_span_default_fog(), see bug 10669Brian1-5/+14
2007-04-18improved fog commentBrian1-1/+1
2007-04-18fig segment fault issue in TAG(triangle), (see bug 10589)Xiang, Haihao1-19/+24
2007-04-17omit the glide/svga sources from stand-alone libGL (anyone using them?)Brian1-3/+1
2007-04-17Enable texture sampling for vertex programs/shaders.Brian4-20/+70
2007-04-17In bind_inputs() set VB->EdgeFlag to NULL if it's not needed.Brian1-1/+4
2007-04-17regeneratedBrian2-378/+438
2007-04-17fix/simplify some texture functionsBrian1-23/+10
2007-04-17more matrix function updatesBrian1-96/+300
2007-04-17don't set GL_TEXTURE_MAX_LEVEL for GL_TEXTURE_RECTANGLE_ARB as that generates...Brian1-1/+2
2007-04-17Defer buffer pool creation to the first context creation.Thomas Hellstrom3-43/+55
2007-04-17cleanups for t_vb_program.cRoland Scheidegger1-13/+19
2007-04-17r300: r300_render.c:391: warning: unused variable 'i'Oliver McFadden1-1/+0
2007-04-16just clean-upsBrian2-55/+48
2007-04-16move GL_EXT_stencil_two_side into alphabetical positionBrian1-1/+1
2007-04-16Fix glActiveStencilFaceEXT dispatch problem (bug 10523).Brian1-6/+3
2007-04-16remove _tnl_arb_vertex_program_stageBrian1-1/+0
2007-04-16remove _tnl_arb_vertex_program_stageBrian6-11/+0
2007-04-16need to clamp MAD for linear fogBrian1-0/+1
2007-04-16removed unused t_vb_arbprogram stageBrian3-3153/+0
2007-04-16remove t_vb_arbprogram.cBrian1-2/+0
2007-04-16unhook t_vb_arbprogram.c code - it's going awayBrian3-14/+19
2007-04-16Use generic program limits instead of NV-specific ones to init program consta...Brian2-5/+8