summaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_fs.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Move brw_reg_type_letters() as wellMatt Turner2017-08-211-2/+2
* i965: Reorder brw_reg_type enum valuesMatt Turner2017-08-211-0/+1
* i965: Fix indentationMatt Turner2017-08-021-2/+2
* i965/fs: Handle explicit flag sources in flags_read()Francisco Jerez2017-07-201-4/+5
* i965/fs: Handle explicit flag destinations in flags_written()Francisco Jerez2017-07-201-4/+19
* i965: Use pushed UBO data in the scalar backend.Kenneth Graunke2017-07-131-1/+34
* i965: Factor out push locations.Kenneth Graunke2017-07-131-16/+23
* i965: Push UBO data, but don't use it just yet.Kenneth Graunke2017-07-131-1/+8
* intel/compiler: Don't use opt_sampler_eot() optimization on gen10+Anuj Phogat2017-07-121-1/+1
* intel: compiler/i965: fix is_broxton checksLionel Landwerlin2017-06-201-1/+1
* i965: Drop duplicate shadow variable.Kenneth Graunke2017-06-011-1/+0
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-43/+43
* i965/fs: lower all non-force_writemask_all DF instructions to SIMD4 on IVB/BYTSamuel Iglesias Gonsálvez2017-04-141-0/+9
* i965/fs: fix lower SIMD width for IVB/BYT's MOV_INDIRECTJuan A. Suarez Romero2017-04-141-3/+14
* i965/fs: rename lower_d2x to lower_conversionsSamuel Iglesias Gonsálvez2017-04-141-1/+1
* i965/fs: generalize the legalization d2x passSamuel Iglesias Gonsálvez2017-04-141-5/+6
* i965/fs: clamp exec_size when an instruction has a scalar DF sourceSamuel Iglesias Gonsálvez2017-04-141-3/+8
* i965/fs: add helper to retrieve instruction execution typeJuan A. Suarez Romero2017-04-141-5/+1
* i965/fs: Return progress from demote_sample_qualifiers().Matt Turner2017-03-231-1/+6
* i965/fs: Return progress from move_interpolation_to_top().Matt Turner2017-03-231-1/+6
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-0/+6805