aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_link.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Add brw_program_serialize_nirJordan Justen2017-12-081-6/+1
* i965: Serialize nir later in the linking processJordan Justen2017-12-011-9/+16
* i965: Use nir_lower_atomics_to_ssbos and delete ABO compiler code.Kenneth Graunke2017-11-151-0/+2
* intel/nir: Break the linking code into a helper in brw_nir.cJason Ekstrand2017-11-081-34/+4
* i965: disable NIR linking on HSW and belowTimothy Arceri2017-11-071-1/+4
* i965: Don't link when the program was found in the disk cacheJordan Justen2017-10-311-0/+3
* i965/link: Serialize program to nir after linking for shader cacheJordan Justen2017-10-311-0/+10
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-201-2/+4
* i965/link: Use prog->nir instead of creating a temporaryJason Ekstrand2017-09-281-4/+3
* i965/link: Make more use of NIR_PASSJason Ekstrand2017-09-281-6/+6
* i965/link: Make better use of temporary variablesJason Ekstrand2017-09-281-4/+5
* i965: make use of nir linkingTimothy Arceri2017-09-261-0/+56
* i965: call brw_shader_gather_info() from the callers of brw_create_nir()Timothy Arceri2017-09-261-0/+14
* i965: Force outputs_written to contain varyings needed by stream-out.Kenneth Graunke2017-09-211-3/+6
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-301-3/+6
* i965: Move SOL PSIZ hacks from draw time to link time.Kenneth Graunke2017-06-011-0/+36
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-1/+1
* i965: Remove unused variable 'options'Matt Turner2017-04-251-2/+0
* i965: remove GLSL IR optimisation loopTimothy Arceri2017-04-241-16/+0
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-1/+1
* i965: Do int64 lowering in NIRJason Ekstrand2017-03-011-5/+0
* i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand2017-03-011-2/+0
* i965: Drop unused STATE_TEXRECT_SCALE code.Kenneth Graunke2017-03-011-2/+0
* i965: Enable ARB_gpu_shader_int64 on Gen8+Ian Romanick2017-01-201-0/+5
* i965: Make unify_interfaces not spread VARYING_BIT_TESS_LEVEL_*.Kenneth Graunke2017-01-061-2/+5
* st/mesa/glsl: set SamplersUsed directly in gl_programTimothy Arceri2017-01-061-1/+0
* i965: stop passing gl_shader_program to the precompile and codegen functionsTimothy Arceri2017-01-061-4/+4
* mesa/glsl/i965: remove Driver.NewShader()Timothy Arceri2016-12-301-11/+0
* i965: move compiled_once flag to brw_programTimothy Arceri2016-12-301-5/+3
* i965: make use of nir_lower_returns() for GLTimothy Arceri2016-12-231-6/+0
* i965: use nir_lower_indirect_derefs() for GLSLTimothy Arceri2016-12-231-15/+0
* i965: remove brw_lower_texture_gradientsIago Toral Quiroga2016-12-131-1/+0
* i965: delay adding built-in uniforms to Parameters listTimothy Arceri2016-12-091-23/+19
* i965: Unify shader interfaces explicitly.Kenneth Graunke2016-12-061-0/+29
* Revert "i965: use nir_lower_indirect_derefs() for GLSL"Jason Ekstrand2016-12-051-0/+13
* i965: use nir_lower_indirect_derefs() for GLSLTimothy Arceri2016-12-051-13/+0
* glsl: create gl_program at the start of linking rather than the endTimothy Arceri2016-11-191-9/+1
* st/mesa/i965: simplify gl_program references and stop leakingTimothy Arceri2016-11-191-3/+2
* i965: only try print GLSL IR once when using INTEL_DEBUG to dump irTimothy Arceri2016-11-171-0/+10
* glsl/lower_if: don't lower branches touching tess control outputsMarek Olšák2016-11-151-1/+1
* i965: use nir_shader_gather_info() over do_set_program_inouts()Timothy Arceri2016-11-111-2/+0
* glsl: add temporary copy_shader_info() functionTimothy Arceri2016-10-261-4/+4
* mesa: modify _mesa_copy_linked_program_data() to take gl_linked_shaderTimothy Arceri2016-10-261-3/+4
* i965: Silence unused parameter warningsIan Romanick2016-10-171-2/+1
* glsl: don't crash when dumping shaders if some come from cacheTimothy Arceri2016-09-281-4/+10
* i965: stop passing stage as a function parameterTimothy Arceri2016-09-261-5/+3
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-2/+2
* i965: release GLSL IR in LinkShader after it's not neededTapani Pälli2016-09-091-0/+11
* i965: Enable GL_KHR_blend_equation_advanced on G45 and later.Kenneth Graunke2016-08-251-0/+2
* i965: Get rid of the do_lower_unnormalized_offsets passJason Ekstrand2016-07-221-1/+0