aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_link.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Enable MESA_shader_integer_functions on all GLSL 1.30 platformsIan Romanick2016-07-191-6/+14
* i965: Don't lower uaddCarry and usubBorrow in both GLSL IR and NIRIan Romanick2016-07-191-3/+1
* glsl/mesa: split gl_shader in twoTimothy Arceri2016-06-301-13/+11
* i965: Copy propagate before doing variable index lowering.Kenneth Graunke2016-06-231-0/+2
* i965: remove remaining tabs in brw_link.cppTimothy Arceri2016-06-161-13/+13
* mesa/glsl: stop using GL shader type internallyTimothy Arceri2016-06-161-3/+2
* i965: Move brw_new_shader to brw_link.cppJason Ekstrand2016-05-261-0/+17
* i965: Lower DFRACEXP/DLDEXPTopi Pohjolainen2016-05-101-0/+1
* i965/fs: stop inclinding glsl/ir.h in brw_fs.hJason Ekstrand2016-05-051-0/+1
* i965: Disable channel expressions for scalar GS, TCS, TES.Kenneth Graunke2016-04-221-1/+3
* i965: don't lower mod() in glsl irSamuel Iglesias Gonsálvez2016-04-221-1/+0
* i965: Switch to NIR for ldexp lowering.Kenneth Graunke2016-04-131-1/+0
* glsl: add transform feedback buffers to resource listTimothy Arceri2016-03-311-1/+1
* mesa: call build_program_resource_list inside Driver.LinkShaderMarek Olšák2016-02-111-0/+2
* i965/gen7+: Use NIR for lowering of pack/unpack opcodes.Matt Turner2016-02-011-19/+6
* i965/fs: Switch from GLSL IR to NIR for un/packHalf2x16 scalarizing.Matt Turner2016-02-011-11/+1
* glsl: move to compiler/Emil Velikov2016-01-261-1/+1
* glsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.Kenneth Graunke2016-01-131-2/+0
* glsl: Move _mesa_shader_stage_to_string/abbrev to shader_enums.cKristian Høgsberg Kristensen2016-01-081-1/+0