aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: Extend tiling flags to 64-bit.Bas Nieuwenhuizen2020-05-021-1/+1
* aco: add message to static_assertRhys Perry2020-05-021-25/+25
* aco: remove use of f-stringsRhys Perry2020-05-021-1/+1
* anv: Disable extensions based on Android versionsNataraj Deshpande2020-05-012-2/+93
* anv: Limit vulkan version to 1.1 for AndroidNataraj Deshpande2020-05-011-1/+1
* iris: Implement ARB_compute_variable_group_sizeCaio Marcelo de Oliveira Filho2020-05-017-3/+68
* intel: Let drivers call brw_nir_lower_cs_intrinsics()Caio Marcelo de Oliveira Filho2020-05-014-2/+5
* intel/fs: Add and use a new load_simd_width_intel intrinsicCaio Marcelo de Oliveira Filho2020-05-015-34/+76
* intel/fs: Add an option to lower variable group size in backendCaio Marcelo de Oliveira Filho2020-05-013-1/+11
* intel/fs: Clean up variable group size handling in backendCaio Marcelo de Oliveira Filho2020-05-014-11/+4
* iris: Implement PIPE_FLUSH_DEFERRED support.Kenneth Graunke2020-05-011-6/+90
* iris: Detect DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT kernel supportKenneth Graunke2020-05-012-0/+14
* intel: Move anv_gem_supports_syncobj_wait to common code.Kenneth Graunke2020-05-015-28/+63
* iris: Flush any current work in iris_fence_await before adding depsKenneth Graunke2020-05-011-0/+4
* iris: Store a seqno for each batch in the fenceChris Wilson2020-05-011-29/+22
* iris: Convert fences to using lightweight seqnoChris Wilson2020-05-011-13/+64
* iris: Place a seqno at the end of every batchChris Wilson2020-05-016-13/+230
* iris: Destroy transfer slab after batchesKenneth Graunke2020-05-011-2/+2
* iris: Give up on not passing ice to iris_init_batchKenneth Graunke2020-05-013-20/+13
* iris: Rename iris_syncpt to iris_syncobj for clarity.Kenneth Graunke2020-05-015-91/+98
* anv: Include linux/sync_file.h instead of cut and pasting contentsKenneth Graunke2020-05-011-18/+1
* iris: Include linux/sync_file.h instead of cut and pasting contentsKenneth Graunke2020-05-011-18/+2
* pan/mdg: Enable nir_opt_algebraic_distribute_src_modsAlyssa Rosenzweig2020-05-011-0/+1
* pan/mdg: Drop `opt` in name of midgard_opt_cull_dead_branchAlyssa Rosenzweig2020-05-011-2/+2
* pan/mdg: Drop forever todoAlyssa Rosenzweig2020-05-011-13/+3
* pan/mdg: Move constant switch opts to algebraic passAlyssa Rosenzweig2020-05-012-46/+15
* pan/mdg: Rename .one to .sat_signedAlyssa Rosenzweig2020-05-012-2/+2
* pan/mdg: Ingest actual isub opsAlyssa Rosenzweig2020-05-012-1/+3
* glthread: Add GLAPIENTRY to _mesa_marshal_MultiDrawArrays.Jose Fonseca2020-05-011-1/+1
* intel/dev: Bail when INTEL_DEVID_OVERRIDE is not validCaio Marcelo de Oliveira Filho2020-05-011-55/+52
* anv,iris: Fix input vertex max for tcs on gen12D Scott Phillips2020-05-014-3/+10
* freedreno/ir3: Set the FS .msaa flag to true during precompiles.Eric Anholt2020-05-011-0/+1
* freedreno: Immediately compile a default variant of shaders.Eric Anholt2020-05-011-44/+39
* freedreno/ir3: Set up outputs for multi-slot varyings.Eric Anholt2020-05-011-20/+25
* freedreno/ir3: Stop initializing regid of so->outputs during setup.Eric Anholt2020-05-011-1/+0
* freedreno/ir3: Improve shader key normalization.Eric Anholt2020-05-014-60/+83
* freedreno: Emit debug messages when doing draw-time recompiles of shaders.Eric Anholt2020-05-012-0/+23
* freedreno/ir3: Remove unused half precision shader key flag.Eric Anholt2020-05-016-30/+0
* freedreno: Fix assertion failures on GS/tess shaders with shader-db enabled.Eric Anholt2020-05-013-14/+45
* freedreno/ir3: Skip tess epilogue if the program is missing stores.Eric Anholt2020-05-011-0/+3
* freedreno: Stop doing binning shaders other than the VS in shader-db.Eric Anholt2020-05-011-1/+1
* freedreno/ir3: Fix register allocation assertion failures.Eric Anholt2020-05-012-13/+30
* freedreno/ir3: Drop hack to clean up split varsKristian H. Kristensen2020-05-011-24/+0
* freedreno/ir3: Lower GS builtins before lowering IOKristian H. Kristensen2020-05-014-61/+64
* freedreno/ir3: Add ir3_nir_lower_to_explicit_input() passKristian H. Kristensen2020-05-013-46/+65
* freedreno/ir3: Rename ir3_nir_lower_to_explicit_ioKristian H. Kristensen2020-05-013-6/+6
* freedreno/ir3: Pass stream output info to ir3_shader_from_nirKristian H. Kristensen2020-05-013-5/+10
* freedreno/ir3: Fix the a3xx TF outputs stores.Eric Anholt2020-05-011-1/+1
* freedreno/ir3: Set up the block predecessors for a3xx TFEric Anholt2020-05-012-2/+8
* intel/fs: Update location of Render Target Array Index for gen12D Scott Phillips2020-05-011-1/+9