summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/sampler.cpp
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove now unused sampler index handing codeTimothy Arceri2016-02-091-134/+0
* mesa: drop unused nonconst sampler functions.Dave Airlie2016-02-091-10/+0
* glsl: move to compiler/Emil Velikov2016-01-261-4/+4
* nir: move glsl_types.{cpp,h} to compilerEmil Velikov2016-01-261-1/+1
* nir: remove dependency on glslRob Clark2015-10-161-1/+1
* glsl: reduce memory footprint of uniform_storage structTimothy Arceri2015-10-051-2/+2
* mesa: clean up #includes in sampler.cppBrian Paul2015-10-011-6/+5
* mesa: trim down includes of compiler.hBrian Paul2015-03-021-1/+0
* program: remove extern "C" usage in sampler.cppBrian Paul2014-12-161-5/+4
* mesa: Add a new function for getting the nonconst sampler array indexChris Forbes2014-08-121-0/+11
* mesa: Clean up nomenclature for pipeline stages.Paul Berry2014-01-081-1/+1
* 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