aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* nir: Move intel's half-float image store lowering to to nir_format.h.Eric Anholt2018-12-131-8/+2
* Revert "intel: Simplify the half-float packing in image load/store lowering."Eric Anholt2018-12-131-2/+8
* i965: Enable nir_opt_idiv_const for 32 and 64-bit integersJason Ekstrand2018-12-131-1/+3
* i965/vec4: Implement nir_op_uadd_satJason Ekstrand2018-12-131-0/+6
* i965/fs: Implement nir_op_uadd_satIan Romanick2018-12-131-0/+5
* intel: Simplify the half-float packing in image load/store lowering.Eric Anholt2018-12-121-8/+2
* nir: Pull some of intel's image load/store format conversion to nir_format.hEric Anholt2018-12-121-18/+2
* intel/blorp: Assert that we don't re-layout a compressed surfaceJason Ekstrand2018-12-121-0/+3
* anv/pipeline: Set the correct binding count for compute shadersJason Ekstrand2018-12-121-2/+6
* intel/compiler: do not copy-propagate strided regions to ddx/ddy argumentsIago Toral Quiroga2018-12-121-0/+21
* anv: Advertise support for MinLod on Skylake+Jason Ekstrand2018-12-112-1/+2
* intel/fs: Support min_lod parameters on texture instructionsJason Ekstrand2018-12-114-2/+31
* intel/ir: Don't allow allocating zero registersJason Ekstrand2018-12-111-0/+1
* anv,radv: Disable VK_EXT_pci_bus_infoJason Ekstrand2018-12-111-1/+1
* i965/fs: Handle V/UV immediates in dump_instructions()Matt Turner2018-12-101-0/+5
* intel/compiler: Always print flag subregister numberSagar Ghuge2018-12-101-7/+6
* intel/compiler: Set swizzle to BRW_SWIZZLE_XXXX for scalar regionSagar Ghuge2018-12-101-1/+18
* intel/blorp: Expand blorp_address::offset to be 64 bits.Kenneth Graunke2018-12-071-1/+1
* nir: Make boolean conversions sized just like the othersJason Ekstrand2018-12-052-11/+17
* anv/query: flush render target before copying resultsLionel Landwerlin2018-12-055-0/+32
* anv: add unreachable() for VK_EXT_fragment_density_mapEric Engestrom2018-12-041-0/+3
* intel/tools: make sure the binary file is properly readAndrii Simiklit2018-12-041-3/+13
* intel/aubinator_error_decode: Get rid of warning for missing switch caseToni Lönnberg2018-12-041-0/+3
* mesa: Revert INTEL_fragment_shader_ordering supportMatt Turner2018-12-031-1/+0
* anv: flush pipeline before query result copiesLionel Landwerlin2018-11-291-5/+4
* intel/compiler: Use nir's info when checking uses_streams.Kenneth Graunke2018-11-281-1/+1
* intel/compiler: fix register allocation in opt_peephole_selIago Toral Quiroga2018-11-281-2/+1
* intel/compiler: fix indentation style in opt_algebraic()Iago Toral Quiroga2018-11-271-10/+10
* anv/icl: Set use full ways in L3CNTLREGAnuj Phogat2018-11-262-0/+2
* intel/icl: Set way_size_per_bank to 4Anuj Phogat2018-11-261-1/+2
* i965/icl: Fix L3 configurationsAnuj Phogat2018-11-261-6/+6
* anv: correctly use vulkan 1.0 by defaultEric Engestrom2018-11-261-1/+1
* anv: allow exporting an imported SYNC_FD semaphore typeTapani Pälli2018-11-231-1/+2
* anv/nir: Rework arguments to apply_pipeline_layoutJason Ekstrand2018-11-223-4/+8
* anv: Put robust buffer access in the pipeline hashJason Ekstrand2018-11-221-0/+6
* anv: Expose VK_EXT_scalar_block_layoutJason Ekstrand2018-11-222-0/+8
* i965: Do NIR shader cloning in the caller.Kenneth Graunke2018-11-206-15/+10
* meson: Add tests to suitesDylan Baker2018-11-203-3/+6
* i965: Allow only one slot of clip distances to be set on Gen4-5.Kenneth Graunke2018-11-191-1/+3
* intel/fs,vec4: Fix a compiler warningJason Ekstrand2018-11-192-3/+3
* intel,nir: Move gl_LocalInvocationID lowering to nir_lower_system_valuesJason Ekstrand2018-11-192-33/+1
* i965: Correct L8_UNORM_SRGB table entryGert Wollny2018-11-191-1/+1
* intel/aub_viewer: Print blend states properlyLionel Landwerlin2018-11-161-2/+16
* intel/aub_viewer: fix dynamic state printingLionel Landwerlin2018-11-161-2/+2
* intel/aubinator: fix ring buffer pointerLionel Landwerlin2018-11-162-4/+4
* intel/decoders: read ring buffer lengthLionel Landwerlin2018-11-162-2/+5
* intel/compiler: Lower SSBO and shared loads/stores in NIRJason Ekstrand2018-11-157-405/+421
* intel/compiler: Disassemble GEN6_SFID_DATAPORT_SAMPLER_CACHE as dp_samplerSagar Ghuge2018-11-151-1/+1
* intel/tools: avoid 'unused variable' warningsAndrii Simiklit2018-11-142-5/+8
* nir: Allow to skip integer ops in nir_lower_to_source_modsGert Wollny2018-11-141-1/+1