aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/program/sampler.cpp
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix GLSL program objects with more than 16 samplers combinedMarek Olšák2013-05-281-4/+16
* mesa: Rewrite the way uniforms are tracked and handledIan Romanick2011-11-071-7/+5
* mesa: Use Add linker_error instead of fail_linkIan Romanick2011-09-301-14/+3
* mesa: support boolean and integer-based parameters in prog_parameterBryan Cain2011-08-011-1/+1
* Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick2011-02-211-1/+0
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-11/+9
* mesa: Fix C++ includes in sampler.cppChad Versace2010-11-021-4/+4
* mesa: Pull ir_to_mesa's sampler number fetcher out to shared code.Eric Anholt2010-09-281-0/+140