summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965: Add nir based intrinsic lowering and thread ID uniformJordan Justen2016-06-014-0/+190
* i965: Put CS local thread ID uniform in last push registerJordan Justen2016-06-011-1/+25
* i965: Add uniform for a CS thread local base IDJordan Justen2016-06-013-1/+21
* i965: Add nir channel_num system valueJordan Justen2016-06-011-0/+15
* nir: Make lowering gl_LocalInvocationIndex optionalJordan Justen2016-06-011-1/+2
* glsl: Add glsl LowerCsDerivedVariables optionJordan Justen2016-06-011-0/+1
* i965/fs: Copy the offset when lowering logical pull constant sendsJason Ekstrand2016-06-011-0/+8
* i965: Fix isoline reads in scalar TES.Kenneth Graunke2016-06-011-1/+1
* i965: If control_data_header_size_bits is zero, don't do EndPrimitiveIan Romanick2016-06-012-0/+6
* i965: Add norbc debug optionTopi Pohjolainen2016-06-013-0/+4
* i965/gen9: Configure rbc buffers as plain for non-rbc tex viewsTopi Pohjolainen2016-06-012-3/+48
* i965: Fix the passthrough TCS for isolines.Kenneth Graunke2016-05-311-7/+12
* i965/xfb: skip components in correct buffer.Dave Airlie2016-06-011-4/+6
* i965/fs: Allow scalar source regions on SNB math instructions.Francisco Jerez2016-05-313-17/+8
* i965/fs: Fix constant combining for instructions that cannot accept source mods.Francisco Jerez2016-05-311-4/+3
* i965/fs: Extend remove_duplicate_mrf_writes() to handle non-VGRF to MRF copies.Francisco Jerez2016-05-311-8/+8
* i965/fs: Fix compute_to_mrf() to coalesce VGRFs initialized by multiple singl...Francisco Jerez2016-05-311-10/+36
* i965/fs: Teach compute_to_mrf() about the COMPR4 address transformation.Francisco Jerez2016-05-311-1/+23
* i965/fs: Refactor compute_to_mrf() to split search and rewrite into separate ...Francisco Jerez2016-05-311-10/+25
* i965/fs: Fix compute-to-mrf VGRF region coverage condition.Francisco Jerez2016-05-311-3/+6
* i965/fs: Simplify and improve accuracy of compute_to_mrf() by using regions_o...Francisco Jerez2016-05-311-47/+13
* i965/fs: Teach regions_overlap() about COMPR4 MRF regions.Francisco Jerez2016-05-311-3/+17
* i965: Expose GL 4.3 on Gen8+.Francisco Jerez2016-05-292-2/+2
* i965/fs: Skip gen4 pre/post-send dependency workaronds for the first/last block.Francisco Jerez2016-05-291-2/+2
* i965/fs: Skip SIMD lowering source unzipping for regular scalar regions.Francisco Jerez2016-05-291-2/+21
* i965/fs: Factor out region zipping and unzipping from the SIMD lowering pass.Francisco Jerez2016-05-291-60/+84
* i965/fs: Generalize regions_overlap() from copy propagation to handle non-VGR...Francisco Jerez2016-05-292-12/+42
* i965/fs: Refactor offset() into a separate function taking the width as argum...Francisco Jerez2016-05-292-16/+21
* i965/fs: Implement opt_sampler_eot() in terms of logical sends.Francisco Jerez2016-05-292-55/+40
* i965/fs: Fix UB list sentinel dereference in opt_sampler_eot().Francisco Jerez2016-05-291-6/+9
* i965/fs: Take opt_redundant_discard_jumps out of the optimization loop.Francisco Jerez2016-05-291-2/+1
* i965/fs: Run SIMD and logical send lowering after the optimization loop.Francisco Jerez2016-05-291-4/+25
* i965/fs: Add FS_OPCODE_FB_WRITE_LOGICAL to has_side_effects().Francisco Jerez2016-05-291-0/+1
* i965/fs: Allow constant propagation into logical send sources.Francisco Jerez2016-05-291-0/+34
* i965/fs: Let CSE handle logical sampler sends as expressions.Francisco Jerez2016-05-291-0/+13
* i965/fs: Pass a BAD_FILE register to the logical FB write when oMask is unused.Francisco Jerez2016-05-292-2/+3
* i965: Shrink stage_prog_data param array lengthJordan Justen2016-05-296-14/+6
* i965: add missing return in if statementThomas Hindoe Paaboel Andersen2016-05-281-0/+1
* i965: Update compute workgroup size limit calculation for SIMD32.Francisco Jerez2016-05-271-11/+3
* i965: Add do32 debug option.Francisco Jerez2016-05-273-1/+3
* i965/fs: Build 32-wide compute shader when needed.Francisco Jerez2016-05-271-0/+26
* i965/fs: Extend back-end interface for limiting the shader dispatch width.Francisco Jerez2016-05-273-23/+22
* i965/fs: Implement SIMD32 register allocation support.Francisco Jerez2016-05-273-8/+9
* i965/fs: Remove pre-Gen7 register allocation class micro-optimization.Francisco Jerez2016-05-271-18/+3
* i965/fs: Don't mutate multi-component arguments in sampler payload set-up.Francisco Jerez2016-05-271-58/+32
* i965/fs: Fix multiple ACP interference during copy propagation.Francisco Jerez2016-05-271-6/+2
* i965/fs: Fix cmod propagation not to propagate non-identity cmod into CMP(N).Francisco Jerez2016-05-271-0/+12
* i965/fs: Estimate number of registers written correctly in opt_register_renam...Francisco Jerez2016-05-271-2/+2
* i965/fs: Add (sub)reg_offset asserts to brw_reg_from_fs_reg.Francisco Jerez2016-05-271-0/+2
* i965/fs: Reset reg_offset of the original destination to zero in compute_to_m...Francisco Jerez2016-05-271-0/+1