summaryrefslogtreecommitdiff
path: root/src/mesa/program/ir_to_mesa.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-06mesa: rename ir_to_mesa.{cpp,h} -> link_program.{cpp,h}Timothy Arceri1-40/+0
2021-12-06mesa: tidy up ir_to_mesa.{cpp,h} includes, comments, etcTimothy Arceri1-7/+0
2021-12-06mesa: move _mesa_ensure_and_associate_uniform_storage() to uniform_query.cppTimothy Arceri1-4/+0
2021-12-06mesa/st: move _mesa_generate_parameters_list_for_uniforms() code to stTimothy Arceri1-8/+0
2021-12-06mesa: make _mesa_associate_uniform_storage() staticTimothy Arceri1-4/+0
2021-12-06mesa: remove _mesa_ir_link_shader()Timothy Arceri1-1/+0
2021-02-28mesa: ensure parameter list capacity before associating uniform storageAndrii Simiklit1-0/+5
2019-06-04st/glsl: make sure to propagate initialisers to driver storageTimothy Arceri1-2/+1
2018-04-12Fix scons buildMarek Olšák1-0/+1
2018-04-12mesa: include mtypes.h lessMarek Olšák1-0/+2
2017-08-22mesa: pass ctx to add_uniform_to_shader constructorTimothy Arceri1-1/+2
2017-06-14mesa: pass gl_program to _mesa_associate_uniform_storage()Samuel Pitoiset1-2/+2
2017-03-22mesa/program: consistently use ifndef guards over pragma onceEmil Velikov1-1/+4
2017-03-08st/mesa: don't propagate uniforms when restoring from cacheTimothy Arceri1-1/+2
2016-06-30glsl/mesa: split gl_shader in twoTimothy Arceri1-1/+1
2015-11-29mesa/program: remove dead function declarationsEmil Velikov1-1/+0
2013-06-21mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.Eric Anholt1-1/+0
2011-11-09mesa,glsl,mapi: Put extern "C" { ... } where appropriate.José Fonseca1-7/+8
2011-11-07ir_to_mesa: Add _mesa_associate_uniform_storageIan Romanick1-0/+5
2011-10-18ir_to_mesa: Generate gl_program_parameter list by walking the GLSL IR.Ian Romanick1-0/+7
2011-10-18ir_to_mesa: Move some things outside the 'extern "C"' blocksIan Romanick1-4/+4
2010-12-11mesa: Clean up header file inclusion in ir_to_mesa.h.Vinson Lee1-2/+5
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-08-13glsl2: Move ir_to_mesa handling to driver CompileShader and LinkShader hooks.Eric Anholt1-0/+2
2010-07-26Merge remote branch 'origin/master' into glsl2Eric Anholt1-0/+36