summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2018-12-13nir: Move intel's half-float image store lowering to to nir_format.h.Eric Anholt1-8/+2
2018-12-13Revert "intel: Simplify the half-float packing in image load/store lowering."Eric Anholt1-2/+8
2018-12-13i965: Enable nir_opt_idiv_const for 32 and 64-bit integersJason Ekstrand1-1/+3
2018-12-13i965/vec4: Implement nir_op_uadd_satJason Ekstrand1-0/+6
2018-12-13i965/fs: Implement nir_op_uadd_satIan Romanick1-0/+5
2018-12-12intel: Simplify the half-float packing in image load/store lowering.Eric Anholt1-8/+2
2018-12-12nir: Pull some of intel's image load/store format conversion to nir_format.hEric Anholt1-18/+2
2018-12-12intel/blorp: Assert that we don't re-layout a compressed surfaceJason Ekstrand1-0/+3
2018-12-12anv/pipeline: Set the correct binding count for compute shadersJason Ekstrand1-2/+6
2018-12-12intel/compiler: do not copy-propagate strided regions to ddx/ddy argumentsIago Toral Quiroga1-0/+21
2018-12-11anv: Advertise support for MinLod on Skylake+Jason Ekstrand2-1/+2
2018-12-11intel/fs: Support min_lod parameters on texture instructionsJason Ekstrand4-2/+31
2018-12-11intel/ir: Don't allow allocating zero registersJason Ekstrand1-0/+1
2018-12-11anv,radv: Disable VK_EXT_pci_bus_infoJason Ekstrand1-1/+1
2018-12-10i965/fs: Handle V/UV immediates in dump_instructions()Matt Turner1-0/+5
2018-12-10intel/compiler: Always print flag subregister numberSagar Ghuge1-7/+6
2018-12-10intel/compiler: Set swizzle to BRW_SWIZZLE_XXXX for scalar regionSagar Ghuge1-1/+18
2018-12-07intel/blorp: Expand blorp_address::offset to be 64 bits.Kenneth Graunke1-1/+1
2018-12-05nir: Make boolean conversions sized just like the othersJason Ekstrand2-11/+17
2018-12-05anv/query: flush render target before copying resultsLionel Landwerlin5-0/+32
2018-12-04anv: add unreachable() for VK_EXT_fragment_density_mapEric Engestrom1-0/+3
2018-12-04intel/tools: make sure the binary file is properly readAndrii Simiklit1-3/+13
2018-12-04intel/aubinator_error_decode: Get rid of warning for missing switch caseToni Lönnberg1-0/+3
2018-12-03mesa: Revert INTEL_fragment_shader_ordering supportMatt Turner1-1/+0
2018-11-29anv: flush pipeline before query result copiesLionel Landwerlin1-5/+4
2018-11-28intel/compiler: Use nir's info when checking uses_streams.Kenneth Graunke1-1/+1
2018-11-28intel/compiler: fix register allocation in opt_peephole_selIago Toral Quiroga1-2/+1
2018-11-27intel/compiler: fix indentation style in opt_algebraic()Iago Toral Quiroga1-10/+10
2018-11-26anv/icl: Set use full ways in L3CNTLREGAnuj Phogat2-0/+2
2018-11-26intel/icl: Set way_size_per_bank to 4Anuj Phogat1-1/+2
2018-11-26i965/icl: Fix L3 configurationsAnuj Phogat1-6/+6
2018-11-26anv: correctly use vulkan 1.0 by defaultEric Engestrom1-1/+1
2018-11-23anv: allow exporting an imported SYNC_FD semaphore typeTapani Pälli1-1/+2
2018-11-22anv/nir: Rework arguments to apply_pipeline_layoutJason Ekstrand3-4/+8
2018-11-22anv: Put robust buffer access in the pipeline hashJason Ekstrand1-0/+6
2018-11-22anv: Expose VK_EXT_scalar_block_layoutJason Ekstrand2-0/+8
2018-11-20i965: Do NIR shader cloning in the caller.Kenneth Graunke6-15/+10
2018-11-20meson: Add tests to suitesDylan Baker3-3/+6
2018-11-19i965: Allow only one slot of clip distances to be set on Gen4-5.Kenneth Graunke1-1/+3
2018-11-19intel/fs,vec4: Fix a compiler warningJason Ekstrand2-3/+3
2018-11-19intel,nir: Move gl_LocalInvocationID lowering to nir_lower_system_valuesJason Ekstrand2-33/+1
2018-11-19i965: Correct L8_UNORM_SRGB table entryGert Wollny1-1/+1
2018-11-16intel/aub_viewer: Print blend states properlyLionel Landwerlin1-2/+16
2018-11-16intel/aub_viewer: fix dynamic state printingLionel Landwerlin1-2/+2
2018-11-16intel/aubinator: fix ring buffer pointerLionel Landwerlin2-4/+4
2018-11-16intel/decoders: read ring buffer lengthLionel Landwerlin2-2/+5
2018-11-15intel/compiler: Lower SSBO and shared loads/stores in NIRJason Ekstrand7-405/+421
2018-11-15intel/compiler: Disassemble GEN6_SFID_DATAPORT_SAMPLER_CACHE as dp_samplerSagar Ghuge1-1/+1
2018-11-14intel/tools: avoid 'unused variable' warningsAndrii Simiklit2-5/+8
2018-11-14nir: Allow to skip integer ops in nir_lower_to_source_modsGert Wollny1-1/+1