summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-27docs: Mark OpenGL 4.3 as done on i965cs-simd32+idsJordan Justen2-3/+2
2016-05-27i965: Advertise OpenGL 4.3 on gen8+Jordan Justen2-2/+2
2016-05-27i965: Update compute workgroup size limit calculation for SIMD32.Francisco Jerez1-1/+1
2016-05-27i965: Add do32 debug option.Francisco Jerez3-1/+3
2016-05-27i965/fs: Build 32-wide compute shader when needed.Francisco Jerez1-0/+27
2016-05-27i965/fs: Extend back-end interface for limiting the shader dispatch width.Francisco Jerez3-23/+22
2016-05-27i965/fs: Implement SIMD32 register allocation support.Francisco Jerez3-8/+9
2016-05-27i965/fs: Remove pre-Gen7 register allocation class micro-optimization.Francisco Jerez1-18/+3
2016-05-27i965/fs: Don't mutate multi-component arguments in sampler payload set-up.Francisco Jerez1-37/+25
2016-05-27i965/fs: Fix multiple ACP interference during copy propagation.Francisco Jerez1-6/+2
2016-05-27i965/fs: Fix cmod propagation not to propagate non-identity cmod into CMP(N).Francisco Jerez1-0/+12
2016-05-27i965/fs: Estimate number of registers written correctly in opt_register_renam...Francisco Jerez1-2/+2
2016-05-27i965/fs: Add (sub)reg_offset asserts to brw_reg_from_fs_reg.Francisco Jerez1-0/+2
2016-05-27i965/fs: Reset reg_offset of the original destination to zero in compute_to_m...Francisco Jerez1-0/+1
2016-05-27i965/fs: Skip remove_duplicate_mrf_writes() during SIMD32 runs.Francisco Jerez1-1/+1
2016-05-27i965/fs: Use SIMD8 SSBO GET_BUFFER_SIZE message regardless of the dispatch wi...Francisco Jerez1-22/+18
2016-05-27i965/fs: Don't emit duplicated SSBO GET_BUFFER_SIZE instruction unnecessarily.Francisco Jerez1-1/+0
2016-05-27i965/fs: Emit fixed width memory fence opcode regardless of the dispatch width.Francisco Jerez1-2/+3
2016-05-27i965/fs: Return 32 bit mask from fs_builder::sample_mask().Francisco Jerez1-1/+3
2016-05-27i965/fs: Emit fixed-width null register regardless of the dispatch width.Francisco Jerez1-8/+4
2016-05-27i965/fs: Fix half() to handle more exotic register files.Francisco Jerez1-21/+4
2016-05-27i965/fs: Fix horiz_offset() to handle ARF and HW GRF register files.Francisco Jerez1-4/+10
2016-05-27i965/fs: Clean up remaining uses of fs_inst::reads_flag and ::writes_flag.Francisco Jerez5-24/+12
2016-05-27i965/fs: Keep track of flag dependencies with byte granularity during schedul...Francisco Jerez1-10/+31
2016-05-27i965/fs: Track flag register liveness with byte granularity.Francisco Jerez2-25/+9
2016-05-27i965/fs: Define methods to calculate the flag subset read or written by an fs...Francisco Jerez2-11/+68
2016-05-27i965/fs: Expose arbitrary channel execution groups to the IR.Francisco Jerez6-32/+35
2016-05-27i965/ir: Make BROADCAST emit an unmasked single-channel move.Francisco Jerez4-3/+17
2016-05-27i965/fs: Allow specifying arbitrary quarter control to FIND_LIVE_CHANNEL.Francisco Jerez1-7/+12
2016-05-27i965/fs: Allow specifying arbitrary execution sizes up to 32 to FIND_LIVE_CHA...Francisco Jerez1-8/+17
2016-05-27i965/fs: Lower 32-wide scratch writes in the generator.Francisco Jerez1-6/+24
2016-05-27i965/fs: Implement scratch reads and writes of 4 GRFs at a time.Francisco Jerez3-21/+18
2016-05-27i965/eu: Fix Gen7+ DP scratch message size calculation on Gen7.Francisco Jerez1-1/+4
2016-05-27i965/eu: Set execution size explicitly for memory fence send message.Francisco Jerez1-4/+7
2016-05-27i965/eu: Consider QtrCtrl 3Q-4Q in typed surface message descriptor setup.Francisco Jerez1-6/+6
2016-05-27i965/fs: Clean up remaining uses of dispatch_width in the generator.Francisco Jerez3-9/+8
2016-05-27i965/eu: Remove brw_codegen::compressed and ::compressed_stack.Francisco Jerez3-11/+5
2016-05-27i965/eu: Use current exec size instead of p->compressed in surface message ge...Francisco Jerez1-6/+8
2016-05-27i965/fs: No need to reset predicate control after emitting some instructions.Francisco Jerez1-2/+0
2016-05-27i965/fs: Pass current execution size to brw_IF() and brw_DO().Francisco Jerez1-2/+2
2016-05-27i965/eu: Stop using p->compressed to specify the exec size of control flow in...Francisco Jerez1-13/+11
2016-05-27i965/fs: Extend region width calculation to allow arbitrary execution sizes.Francisco Jerez1-16/+23
2016-05-27i965/fs: Pass the compression mode to brw_reg_from_fs_reg().Kenneth Graunke1-5/+6
2016-05-27i965/fs: Simplify per-instruction compression control setup in generator.Francisco Jerez1-27/+17
2016-05-27i965/fs: No need to set compression control at the top of generate_code().Francisco Jerez1-2/+0
2016-05-27i965/eu: Fix a bunch of compression control bugs in the generator.Francisco Jerez2-10/+9
2016-05-27i965/eu: Define alternative interface for setting compression and group contr...Francisco Jerez2-0/+75
2016-05-27i965/fs: Remove FS_OPCODE_PACK_STENCIL_REF virtual instruction.Francisco Jerez5-52/+2
2016-05-27i965/fs: Remove extract virtual opcodes.Francisco Jerez5-53/+9
2016-05-27i965: Define brw_int_type() helper.Francisco Jerez1-0/+20