aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* intel/perf: add mdapi writes for register perf countersLionel Landwerlin2019-10-231-0/+36
* intel/genxml: add RPSTAT register for core frequencyLionel Landwerlin2019-10-238-0/+40
* intel/genxml: add generic perf counters registersLionel Landwerlin2019-10-234-0/+72
* intel/perf: add support for querying kernel loaded configurationsLionel Landwerlin2019-10-232-27/+181
* intel/perf: move registers to their own headerLionel Landwerlin2019-10-236-26/+58
* intel/perf: extract register configurationLionel Landwerlin2019-10-233-16/+24
* intel/perf: expose some utility functionsLionel Landwerlin2019-10-232-31/+55
* intel/perf: add mdapi maker helperLionel Landwerlin2019-10-231-0/+28
* st/mesa: Silence chatty debug printfKenneth Graunke2019-10-221-2/+4
* st/mesa: Map MESA_FORMAT_RGB_UNORM8 <-> PIPE_FORMAT_R8G8B8_UNORMChris Wilson2019-10-221-0/+6
* anv: fix unwind of vkCreateDevice failLionel Landwerlin2019-10-221-3/+3
* Revert "aco: only emit waitcnt on loop continues if we there was some load or...Rhys Perry2019-10-221-1/+1
* aco: add missing bld.scc()Rhys Perry2019-10-221-1/+1
* aco: keep can_reorder/barrier when combining addition into SMEMRhys Perry2019-10-221-0/+2
* aco: add a few missing checks in value numberingRhys Perry2019-10-221-1/+4
* aco: use ds_read2_b64/ds_write2_b64Rhys Perry2019-10-221-7/+24
* aco: properly combine additions into ds_write2_b64/ds_read2_b64Rhys Perry2019-10-221-1/+2
* aco: fix sparse store_lds()Rhys Perry2019-10-221-8/+40
* aco: create load_lds/store_lds helpersRhys Perry2019-10-221-176/+195
* aco: fix 64-bit p_extract_vector on 32-bit p_create_vectorRhys Perry2019-10-221-1/+2
* aco: small stage correctionsRhys Perry2019-10-222-11/+13
* st/mesa: replace pipe_shader_state with tgsi_token* in st_vp_variantMarek Olšák2019-10-224-36/+48
* nir: allow nir_lower_uniforms_to_ubo to be run repeatedlyMarek Olšák2019-10-222-1/+7
* freedreno/ir3: fixup register footprint fixupRob Clark2019-10-221-1/+1
* freedreno/ir3: handle scalarized varying inputsRob Clark2019-10-221-9/+12
* aco: refactor value numberingDaniel Schürmann2019-10-221-55/+53
* mesa/st: assert that lowering is supportedErik Faye-Lund2019-10-221-0/+12
* radv: fix updating bound fast ds clear values with different aspectsSamuel Pitoiset2019-10-221-3/+13
* intel/compiler: Refactor disassembly of sources in 3src instructionSagar Ghuge2019-10-211-19/+10
* intel/compiler: Don't move immediate in registerSagar Ghuge2019-10-211-0/+38
* intel/compiler: Set bits according to source fileSagar Ghuge2019-10-211-2/+12
* intel/compiler: Add Immediate support for 3 source instructionSagar Ghuge2019-10-211-21/+32
* intel: Add missing entry for brw_nir_lower_alpha_to_coverage in MakefileSagar Ghuge2019-10-211-0/+1
* llvmpipe: handle compute shader launch with 0 threadsDave Airlie2019-10-211-0/+9
* freedreno/ir3: Add missing ir3_nir_lower_tex_prefetch.c to Android.mkMarijn Suijten2019-10-211-0/+1
* ac/llvm: fix ac_to_integer_type() for 32-bit const addr space pointersSamuel Pitoiset2019-10-211-0/+1
* aco: run opt_algebraic in a loopRhys Perry2019-10-211-3/+8
* aco: use nir_lower_idiv_preciseRhys Perry2019-10-211-1/+1
* nir/lower_idiv: add new llvm-based pathRhys Perry2019-10-218-17/+136
* intel/compiler: Remove emit_alpha_to_coverage workaround from backendSagar Ghuge2019-10-212-84/+13
* nir: Add alpha_to_coverage lowering passSagar Ghuge2019-10-213-0/+171
* aco: ensure that uniform booleans are computed in WQM if their uses happen in...Daniel Schürmann2019-10-211-1/+2
* aco/gfx10: Update constant addresses in fix_branches_gfx10.Timur Kristóf2019-10-211-1/+12
* aco/gfx10: Fix PS exports for SPI_SHADER_32_AR.Timur Kristóf2019-10-211-1/+7
* aco/gfx10: Wait for pending SMEM stores before loadsTimur Kristóf2019-10-212-1/+33
* panfrost: Fix the DISCARD_WHOLE_RES case in transfer_map()Boris Brezillon2019-10-213-2/+63
* st/mesa: only require ESSL 3.1 for geometry shadersIago Toral Quiroga2019-10-211-1/+1
* egl/android: Remove our own reference to buffers.Lepton Wu2019-10-211-3/+1
* radv: advertise VK_KHR_spirv_1_4Samuel Pitoiset2019-10-211-0/+1
* radv: do not dump descriptors twice in hang reportsSamuel Pitoiset2019-10-211-10/+15