summaryrefslogtreecommitdiffstats
path: root/src/intel/compiler
Commit message (Expand)AuthorAgeFilesLines
* anv: Drop unused local variableCaio Marcelo de Oliveira Filho2019-08-231-1/+0
* intel/compiler: Silence maybe-uninitialized warning in GCC 9.1.1Caio Marcelo de Oliveira Filho2019-08-231-1/+3
* intel/nir: Add a helper for getting BRW_AOP from an intrinsicJason Ekstrand2019-08-214-170/+78
* nir: Add explicit signs to image min/max intrinsicsJason Ekstrand2019-08-213-18/+38
* intel/compiler: Fix resource leak in error pathDanylo Piliaiev2019-08-151-0/+1
* intel/fs: Add SLM size to brw_cs_prog_dataJason Ekstrand2019-08-122-0/+2
* intel/compiler: Fill a compiler statistics structJason Ekstrand2019-08-1210-20/+66
* intel/fs: add 64 bit integer multiplication loweringPaulo Zanoni2019-08-122-4/+70
* intel/compiler: invert the logic of lower_integer_multiplication()Paulo Zanoni2019-08-121-13/+10
* intel/compiler: don't instantiate a builder for each instructionPaulo Zanoni2019-08-122-12/+10
* intel/compiler: extract subfunctions of lower_integer_multiplication()Paulo Zanoni2019-08-122-186/+197
* nir: merge and extend nir_opt_move_comparisons and nir_opt_move_load_uboRhys Perry2019-08-121-1/+1
* anv,i965,iris: deduplicate setting of total_sharedRhys Perry2019-08-081-0/+1
* intel/compiler: add ability to override shader's assemblyDanylo Piliaiev2019-08-054-12/+85
* intel/nir: Add 1-bit opcodes to brw_cmod_for_nir_comparison_opJason Ekstrand2019-08-031-0/+10
* intel/nir: Add a common nir comparison -> cmod helperJason Ekstrand2019-08-034-82/+47
* meson: drop unused dep_{thread,dl}Eric Engestrom2019-08-031-1/+1
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-2/+2
* intel/ir: Fix CFG corruption in opt_predicated_break().Francisco Jerez2019-08-012-9/+0
* intel/device: rename gen_get_device_infoMark Janes2019-08-011-1/+1
* iris: add support for gl_ClipVertex in tess eval shadersTimothy Arceri2019-08-011-0/+9
* iris: add support for gl_ClipVertex in geometry shadersTimothy Arceri2019-08-011-0/+9
* intel/vec4: Drop all of the 64-bit varying codeJason Ekstrand2019-07-314-200/+47
* intel/fs: Drop all of the 64-bit varying codeJason Ekstrand2019-07-312-363/+139
* intel: Use NIR to lower 64-bit varying accessJason Ekstrand2019-07-311-6/+11
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-315-12/+12
* intel/fs: Implement quad_swap_horizontal with a swizzle on gen7Jason Ekstrand2019-07-301-7/+20
* intel/fs: Use ALIGN16 instructions for all derivatives on gen <= 7Jason Ekstrand2019-07-302-24/+65
* i965/fs: Print the scheduler mode.Matt Turner2019-07-304-8/+28
* i965/fs: Add a shader_stats struct.Matt Turner2019-07-309-27/+29
* intel: Use a system value for gl_FragCoordJason Ekstrand2019-07-293-11/+8
* intel/fs: Remove calculate_urb_setup from fs_visitorJason Ekstrand2019-07-292-14/+8
* nir,intel: lower if (cond) demote() to new intrinsic demote_if(cond)Daniel Schürmann2019-07-241-1/+3
* i965: Use NIR to lower legacy userclipping.Kenneth Graunke2019-07-247-158/+3
* intel/compiler: Allow for required subgroup sizesJason Ekstrand2019-07-243-6/+42
* intel/compiler: Allow for varying subgroup sizesJason Ekstrand2019-07-243-2/+26
* intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand2019-07-248-13/+50
* intel/compiler: Lower gl_SubgroupSize in postprocess_nirJason Ekstrand2019-07-241-2/+7
* intel/nir: Make brw_nir_apply_sampler_key more genericJason Ekstrand2019-07-247-16/+26
* intel/compiler: don't use a keyword struct for a class fs_regAndrii Simiklit2019-07-241-1/+1
* intel/fs: Stop stack allocating large arraysJason Ekstrand2019-07-221-6/+12
* intel/compiler: Use nir_opt_conditional_discardCaio Marcelo de Oliveira Filho2019-07-221-0/+1
* intel/fs: Use a strided MOV instead of a conversion for load_* destinationsJason Ekstrand2019-07-171-5/+3
* intel/fs: Properly stride NULL replacement regs in DCEJason Ekstrand2019-07-171-1/+2
* st,i965: Stop looping on 64-bit loweringJason Ekstrand2019-07-162-13/+5
* nir,intel: Add support for lowering 64-bit nir_opt_extract_*Jason Ekstrand2019-07-151-1/+2
* intel: Run the optimization loop before and after lowering int64Jason Ekstrand2019-07-131-1/+3
* intel/compiler: remove abandoned commentsAndres Gomez2019-07-121-3/+0
* nir: intel/vec4: Add flag to disable some algebraic optimizationsIan Romanick2019-07-111-0/+1
* intel/vec4: Try to emit immediate sources for MOVIan Romanick2019-07-111-4/+14