summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
2008-06-12silly bug: it's PROGRAM_VARYINGZack Rusin
2008-06-12glsl: make sure we replace all output reads with temporariesZack Rusin
2008-06-12glsl: allow uniformsZack Rusin
2008-06-12glsl: fix array size initialiazers using const variablesZack Rusin
2008-06-12almost forgot - RelAddr is a boolean so use it hereZack Rusin
2008-06-12shaders: fix allocation of arrays of parametersZack Rusin
2008-06-12glsl: implement variable array indexesZack Rusin
2008-06-04Set the attribute as used.Brian Paul
2008-05-27updated for latest sourcesJouk Jansen
2008-05-20copy StateFlags in _mesa_clone_parameter_list()Brian Paul
2008-05-20fix incorrect sampler numbering/indexing.Brian Paul
2008-05-19fix tempReg test in _mesa_combine_programs()Brian Paul
2008-05-18Move _mesa_init_glsl_driver_functions() into shader_api.cBrian Paul
2008-05-18additional fog/color matrix changes from gallium-0.1Brian Paul
2008-05-18add state vars for color matrix, pixel transfer scale&biasBrian Paul
2008-05-18mesa: added internal post color matrix scale/bias varsBrian Paul
2008-05-18fixes to _mesa_combine_programs(), from gallium-0.1Brian Paul
2008-05-18added div by zero check for Fog.End/Start (from gallium-0.1)Brian Paul
2008-05-18clean-ups / additions from gallium-0.1 branchBrian Paul
2008-05-16bring in fixes/changes from gallium-0.1Brian Paul
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