summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
2008-05-16silence warning, new assertionBrian Paul
2008-05-16Fix a program refcounting error, don't share program parameter lists.Brian Paul
2008-05-16minor changes to aid debuggingBrian Paul
2008-05-16remove stray, left-over RefCount++Brian Paul
2008-05-16whitespace/formattingBrian Paul
2008-05-16init SamplersUsed bits in _mesa_parse_arb_fragment_programBrian Paul
2008-05-16fix assertion typo: s/=/==/Brian Paul
2008-05-16Fix DRI buildBrian Paul
2008-05-14Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul
2008-05-14mesa: new functions for managing list/index of uniformsBrian Paul
2008-05-14clean-up swizzle fields in fog code, fix NegateBaseBrian Paul
2008-05-14sync up with gallium-0.1 changesBrian Paul
2008-05-14added _mesa_combine_parameter_lists()Brian Paul
2008-05-14mesa: added _mesa_insert_instructions()Brian Paul
2008-05-14mesa: added _mesa_free_instructions()Brian Paul
2008-05-14fix some additional program refcounting bugsBrian Paul
2008-05-08disable debug printfsBrian Paul
2008-05-07fix refcounting bugs in tnl/tex program cachesBrian Paul
2008-05-07Never fail `make clean'Dan Nicholson
2008-05-06implement full reference counting for vertex/fragment programsBrian
2008-04-23glcore: drop outdated sources files intented for xorgGeorge Sapountzis
2008-04-22revert part of the previous cleanup - it only appliesAlan Hourihane
2008-04-22Fix error stringAlan Hourihane
2008-04-22correct the return valueAlan Hourihane
2008-04-22small cleanupsAlan Hourihane
2008-04-14fix GL_ARB_texture_rectangle breakageBrian Paul
2008-04-14define #extension GL_ARB_texture_rectangleDavid Flynn
2008-04-11fix failed assertion (parameter can be a PROGRAM_CONSTANT)Brian Paul
2008-04-03rewrite some of the mat*mat, mat*vec intrinsicsBrian
2008-03-31fix parsing bug involving comments at the end of ARB v/f programsMarkus Amsler
2008-03-31mesa: Free all shader program data before deleting allXiang, Haihao
2008-03-31Revert "mesa: separate shader program object from shader object." (bug#15244)Xiang, Haihao
2008-03-27consolidate some parsing functions that were pretty much identical for vertex...Brian
2008-03-27when negating scalar src args, use NEGATE_XYZW, not NEGATE_XBrian
2008-03-27Set param_var->param_binding_type = PROGRAM_CONSTANTBrian
2008-03-22use ctx->Driver.DeleteProgram() in a few more placesBrian
2008-03-17only set InputsRead bit if input is really usedMarkus Amsler
2008-03-17mesa: Add vertex.attrib 0-15 to arb_input_attrib_string.Markus Amsler
2008-03-14init tmpNode to zerosBrian
2008-03-14mesa: fix emit_clamp() so that we don't use an output register as temporaryBrian
2008-03-13fix state.lightprod ambient/specular w value (bug #14983)Roland Scheidegger
2008-03-10fix parsing of state.texenv.color (bug 14931)Brian
2008-03-01state.depth.range alpha value should be 1, not 0 (bug #14733)Roland Scheidegger
2008-02-28mesa: separate shader program object from shader object.Xiang, Haihao
2008-02-27mesa: set input read only on successMarkus Amsler
2008-02-20raise GL_INVALID_OPERATION if glProgramString compilation failsBrian
2008-01-31regenerate glsl library functionsRoland Scheidegger
2008-01-31fix w component of glsl vec4 asinRoland Scheidegger
2008-01-15Fix the compile of disabled DEBUG_PARSING code.Eric Anholt
2008-01-15Bug #13492: Only call ProgramStringNotify if program parsing succeeded.Eric Anholt