summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* turnip: MSAA resolve directly from GMEMJonathan Marek2019-12-043-50/+32
* turnip: don't set unused BLIT_DST_INFO bits for GMEM clearJonathan Marek2019-12-041-7/+1
* turnip: implement CmdClearAttachmentsJonathan Marek2019-12-041-1/+65
* turnip: don't skip unused attachments when setting up tiling configJonathan Marek2019-12-041-18/+10
* lima: enable tilingVasily Khoruzhick2019-12-041-11/+30
* glsl: additional interface redeclaration check for SSO programsTapani Pälli2019-12-041-0/+54
* nir/load_store_vectorize: fix combining stores with aliasing loads betweenRhys Perry2019-12-042-2/+16
* aco/wave32: Fix reductions.Timur Kristóf2019-12-043-30/+45
* aco/wave32: Allow setting the subgroup ballot size to 64-bit.Timur Kristóf2019-12-042-4/+8
* aco/wave32: Use wave_size for barrier intrinsic.Timur Kristóf2019-12-042-3/+3
* aco/wave32: Fix load_local_invocation_index to support wave32.Timur Kristóf2019-12-041-3/+15
* aco/wave32: Use lane mask regclass for exec/vcc.Timur Kristóf2019-12-0412-209/+250
* aco/wave32: Add wave size specific opcodes to aco_builder.Timur Kristóf2019-12-041-0/+78
* aco/wave32: Introduce emit_mbcnt which takes wave size into account.Timur Kristóf2019-12-041-17/+24
* aco/wave32: Replace hardcoded numbers in spiller with wave size.Timur Kristóf2019-12-041-15/+16
* aco/wave32: Change uniform bool optimization to work with wave32.Timur Kristóf2019-12-041-1/+2
* aco: Optimize load_subgroup_id to one bit field extract instruction.Timur Kristóf2019-12-041-3/+2
* aco: Remove lower_linear_bool_phi, it is not needed anymore.Timur Kristóf2019-12-041-24/+1
* aco: Remove superfluous argument from emit_boolean_logic.Timur Kristóf2019-12-041-6/+6
* aco: Fix operand of s_bcnt1_i32_b64 in emit_boolean_reduce.Timur Kristóf2019-12-041-1/+1
* intel/perf: fix improper pointer accessLionel Landwerlin2019-12-041-1/+1
* intel/perf: simplify the processing of OA reportsLionel Landwerlin2019-12-041-28/+36
* intel/perf: take into account that reports read can be fairly oldLionel Landwerlin2019-12-041-3/+4
* intel/perf: set read buffer len to 0 to identify empty bufferLionel Landwerlin2019-12-041-2/+3
* intel/perf: fix invalid hw_id in query resultsLionel Landwerlin2019-12-041-2/+6
* radeonsi: display cs blit count for AMD_DEBUG=testdmaPierre-Eric Pelloux-Prayer2019-12-041-3/+5
* radeonsi: implement sdma for GFX9Pierre-Eric Pelloux-Prayer2019-12-041-6/+191
* radv/gfx10: fix the vertex order for triangle strips emitted by a GSSamuel Pitoiset2019-12-041-48/+47
* radv: simplify a check in radv_fixup_vertex_input_fetches()Samuel Pitoiset2019-12-041-4/+2
* radv: remove dead shader input/output variablesSamuel Pitoiset2019-12-041-1/+1
* iris: Stop setting up fake paramsJason Ekstrand2019-12-042-13/+6
* gallium/scons: fix graw-xlib build on OSX.Dave Airlie2019-12-041-0/+2
* llvmpipe: enable texcoord semanticsDave Airlie2019-12-042-10/+18
* anv: Respect the always_flush_cache driconf optionJason Ekstrand2019-12-033-0/+12
* gallium/swr: Fix crash when use GL_TDFX_texture_compression_FXT1 format.Krzysztof Raszkowski2019-12-031-1/+3
* anv: Set up SBE_SWIZ properly for gl_ViewportJason Ekstrand2019-12-031-2/+2
* ac/llvm: fix atomic var operations if source isn't a derefSamuel Pitoiset2019-12-031-7/+9
* gallivm/llvmpipe: add support for front facing in sysval.Dave Airlie2019-12-036-1/+14
* llvmpipe/images: handle undefined atomic without crashingDave Airlie2019-12-031-2/+10
* panfrost: Remove blend shader hackAlyssa Rosenzweig2019-12-032-5/+1
* panfrost: White list the Mali T720Tomeu Vizoso2019-12-031-0/+1
* pan/midgard: Splatter on fragment outAlyssa Rosenzweig2019-12-031-1/+20
* panfrost: Simplify shader patchingTomeu Vizoso2019-12-031-41/+19
* panfrost: Simplify draw_flagsAlyssa Rosenzweig2019-12-031-11/+2
* panfrost: Implement pan_tiler for non-hierarchy GPUsAlyssa Rosenzweig2019-12-036-136/+106
* panfrost: Add information about T720 tilingAlyssa Rosenzweig2019-12-031-1/+46
* panfrost: Add quirks system to cmdstreamTomeu Vizoso2019-12-037-13/+83
* nir/algebraic: Rearrange bcsel sequences generated by nir_opt_peephole_selectIan Romanick2019-12-021-0/+53
* nir/algebraic: Simplify some Inf and NaN avoidance codeIan Romanick2019-12-021-0/+9
* intel/compiler: Increase nir_opt_peephole_select thresholdIan Romanick2019-12-021-1/+1