summaryrefslogtreecommitdiffstats
path: root/src/glsl/link_atomics.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: remove element_type() helperTimothy Arceri2015-05-221-1/+1
* glsl: Eliminate ir_variable::data.atomic.buffer_indexIan Romanick2014-08-291-1/+3
* glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-2/+2
* glsl: Add missing null check in push_back()Juha-Pekka Heikkila2014-06-261-2/+11
* glsl: silence a couple warnings in find_active_atomic_counters()Brian Paul2014-01-231-1/+2
* glsl: Index into ctx->Const.Program[] rather than using ad-hoc code.Paul Berry2014-01-091-14/+2
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-6/+6
* mesa: Clean up nomenclature for pipeline stages.Paul Berry2014-01-081-11/+11
* mesa: Improve static error checking of arrays sized by MESA_SHADER_TYPES.Paul Berry2013-12-301-3/+4
* glsl: Get rid of hardcoded arrays of shader target names.Paul Berry2013-12-301-5/+3
* glsl: move variables in to ir_variable::data, part IITapani Pälli2013-12-121-10/+10
* glsl: Linker support for ARB_shader_atomic_counters.Francisco Jerez2013-11-071-0/+277