aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_fs.h
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: Refactor FB write message control setup into a helper.Kenneth Graunke2019-08-271-0/+4
* intel/fs: Drop the gl_program from fs_visitorJason Ekstrand2019-08-251-2/+0
* intel/compiler: Fill a compiler statistics structJason Ekstrand2019-08-121-1/+2
* intel/fs: add 64 bit integer multiplication loweringPaulo Zanoni2019-08-121-0/+1
* intel/compiler: don't instantiate a builder for each instructionPaulo Zanoni2019-08-121-4/+2
* intel/compiler: extract subfunctions of lower_integer_multiplication()Paulo Zanoni2019-08-121-0/+4
* intel/fs: Drop all of the 64-bit varying codeJason Ekstrand2019-07-311-5/+0
* i965/fs: Print the scheduler mode.Matt Turner2019-07-301-0/+1
* i965/fs: Add a shader_stats struct.Matt Turner2019-07-301-3/+8
* intel/fs: Remove calculate_urb_setup from fs_visitorJason Ekstrand2019-07-291-1/+0
* i965: Use NIR to lower legacy userclipping.Kenneth Graunke2019-07-241-3/+0
* intel/compiler: Add a "base class" for program keysJason Ekstrand2019-07-101-2/+2
* intel/fs: Use nir_lower_interpolation on gen11+Jason Ekstrand2019-07-021-1/+0
* intel/fs: Add need_dest parameter to fs_visitor::nir_emit_aluIan Romanick2019-06-051-1/+2
* intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8Kenneth Graunke2019-05-141-2/+5
* intel/compiler: Move ICP handle fetching into a helper function.Kenneth Graunke2019-05-141-0/+3
* intel/compiler: Refactor TCS invocation ID setup into a helperKenneth Graunke2019-05-141-0/+2
* intel/fs/ra: Pull the guts of RA into its own classJason Ekstrand2019-05-141-4/+0
* intel/fs: Add a lowering pass for linear interpolation.Rafael Antognolli2019-04-221-0/+1
* intel/fs: Add support for bindless texture opsJason Ekstrand2019-04-191-1/+2
* intel/fs: Add a scale factor to emit_fsignIan Romanick2019-04-181-1/+1
* intel/fs: Refactor code generation for nir_op_fsign to its own functionIan Romanick2019-04-181-0/+2
* i965,iris,anv: Make alpha to coverage work with sample maskDanylo Piliaiev2019-03-251-0/+1
* intel/fs: Emit better code for b2f(inot(a)) and b2i(inot(a))Ian Romanick2019-03-011-0/+2
* intel/fs: Emit logical-not of operands on Gen8+Ian Romanick2019-03-011-0/+3
* intel/fs: Refactor ALU source and destination handling to a separate functionIan Romanick2019-03-011-0/+6
* intel/fs: Implement nir_intrinsic_global_atomic_*Jason Ekstrand2019-02-011-0/+4
* intel/fs: Support SENDS in SHADER_OPCODE_SENDJason Ekstrand2019-01-291-0/+1
* intel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls on gen7+Jason Ekstrand2019-01-291-4/+0
* intel/fs: Use SHADER_OPCODE_SEND for texturing on gen7+Jason Ekstrand2019-01-291-1/+1
* intel/fs: Add a generic SEND opcodeJason Ekstrand2019-01-291-0/+6
* intel/compiler: Prevent warnings in the following patchMatt Turner2019-01-091-1/+1
* intel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.Francisco Jerez2019-01-091-3/+0
* intel/fs: Remove existing lower_conversions pass.Francisco Jerez2019-01-091-1/+0
* intel/fs: Introduce regioning lowering pass.Francisco Jerez2019-01-091-18/+3
* intel/fs: Implement quad swizzles on ICL+.Francisco Jerez2019-01-091-0/+4
* intel/fs: Handle source modifiers in lower_integer_multiplication().Francisco Jerez2019-01-091-0/+19
* intel/fs,vec4: Clean up a repeated pattern with SSBOsJason Ekstrand2018-11-081-0/+2
* anv,i965: Lower away image derefs in the driverJason Ekstrand2018-08-291-1/+2
* intel/compiler: Implement untyped atomic float min, max, and compare-swap dat...Ian Romanick2018-08-221-0/+4
* intel/compiler: add setup_imm_(u)b helpersIago Toral Quiroga2018-08-011-0/+6
* intel/compiler: remove unused functionIago Toral Quiroga2018-07-091-4/+0
* intel/fs: Extend thread payload layout to SIMD32Francisco Jerez2018-06-281-11/+31
* intel/fs: Wrap FS payload register look-up in a helper function.Francisco Jerez2018-06-281-0/+13
* intel/fs: Remove program key argument from generator.Francisco Jerez2018-06-281-2/+0
* intel/fs: Use image_deref intrinsics instead of image_varJason Ekstrand2018-06-221-1/+1
* intel/fs: shuffle_64bit_data_for_32bit_write is not used anymoreJose Maria Casanova Crespo2018-06-161-4/+0
* intel/fs: shuffle_32bit_load_result_to_64bit_data is not used anymoreJose Maria Casanova Crespo2018-06-161-5/+0
* intel/fs: Remove old 16-bit shuffle/unshuffle functionsJose Maria Casanova Crespo2018-06-161-11/+0
* intel/fs: New shuffle_for_32bit_write and shuffle_from_32bit_readJose Maria Casanova Crespo2018-06-161-0/+11