summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_nir_uniforms.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-20nir: Get rid of nir_shader::stageJason Ekstrand1-2/+2
2017-10-12intel/compiler: Allocate pull_param in assign_constant_locationsJason Ekstrand1-2/+0
2017-10-12intel: Allocate prog_data::[pull_]param deeper inside the compilerJason Ekstrand1-2/+14
2017-10-12intel: Rewrite the world of push/pull paramsJason Ekstrand1-34/+35
2017-05-01i965: Don't allocate uniform space for samplersTimothy Arceri1-1/+1
2017-03-22i965: make brw_setup_image_uniform_values staticEmil Velikov1-1/+1
2017-03-13i965: Move the back-end compiler to src/intel/compilerJason Ekstrand1-2/+1
2017-03-01i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand1-1/+1
2017-03-01i965: Move image uniform setup to brw_nir_uniforms.cppJason Ekstrand1-0/+51
2017-01-20i965: Enable uploading 64-bit integer uniformsIan Romanick1-1/+3
2017-01-06i965: stop passing gl_shader_program to brw_nir_setup_glsl_uniforms()Timothy Arceri1-8/+6
2017-01-03i965/nir: double/dvec2 uniforms only need to be padded to a single vec4 slotSamuel Iglesias Gonsálvez1-1/+2
2016-11-19st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri1-2/+3
2016-05-20i965, anv: Use NIR FragCoord re-center and y-transform passes.Kenneth Graunke1-11/+5
2016-05-10i965: fixup uniform setup for doublesConnor Abbott1-1/+6
2016-04-11i965: fix struct type in commentTimothy Arceri1-1/+1
2016-01-26glsl: move to compiler/Emil Velikov1-1/+1
2015-12-07i965: Make uniform offsets be in terms of bytesJason Ekstrand1-4/+2
2015-12-07i965/nir_uniforms: Replace comps_per_unit with an is_scalar booleanJason Ekstrand1-13/+15
2015-11-24i965: Clean up #includes in the compiler.Matt Turner1-1/+0
2015-11-04i965: add support for image AoATimothy Arceri1-0/+2
2015-10-02i965: Use nir_foreach_variableJason Ekstrand1-1/+1
2015-10-02i965/nir: Pull GLSL uniform handling into a common functionJason Ekstrand1-0/+121
2015-10-02i965/nir: Pull common ARB program uniform handling into a common functionJason Ekstrand1-0/+61