summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-03WIP: intel/fs: Optimize some SEL instructions to predicate MOVexperiment/nan-compare-logic-opsIan Romanick2-0/+35
2019-12-03WIP: nir/algebraic: Add optimizations for "a != a || a CMP b"Ian Romanick1-1/+15
2019-12-03WIP: nir/algebraic: Add optimizations for "a == a || a CMP b"Ian Romanick1-0/+7
2019-12-03WIP: nir/algebraic: Add optimization for "a == a && a != b"Ian Romanick2-0/+32
2019-12-03gallium/swr: Fix crash when use GL_TDFX_texture_compression_FXT1 format.Krzysztof Raszkowski1-1/+3
2019-12-03gitlab-ci: disable junit results for deqpRob Clark1-3/+0
2019-12-03anv: Set up SBE_SWIZ properly for gl_ViewportJason Ekstrand1-2/+2
2019-12-03gitlab-ci: Update to current ci-templates masterMichel Dänzer2-2/+2
2019-12-03ac/llvm: fix atomic var operations if source isn't a derefSamuel Pitoiset1-7/+9
2019-12-03Add support for T820 CI JobsNeil Armstrong5-3/+75
2019-12-03gallivm/llvmpipe: add support for front facing in sysval.Dave Airlie6-1/+14
2019-12-03llvmpipe/images: handle undefined atomic without crashingDave Airlie1-2/+10
2019-12-03panfrost: Remove blend shader hackAlyssa Rosenzweig2-5/+1
2019-12-03gitlab-ci: Test Panfrost on T720 GPUsTomeu Vizoso5-4/+63
2019-12-03gitlab-ci: Remove non-default skips from PanfrostAlyssa Rosenzweig4-103/+9
2019-12-03panfrost: White list the Mali T720Tomeu Vizoso1-0/+1
2019-12-03pan/midgard: Splatter on fragment outAlyssa Rosenzweig1-1/+20
2019-12-03panfrost: Simplify shader patchingTomeu Vizoso1-41/+19
2019-12-03panfrost: Simplify draw_flagsAlyssa Rosenzweig1-11/+2
2019-12-03panfrost: Implement pan_tiler for non-hierarchy GPUsAlyssa Rosenzweig6-136/+106
2019-12-03panfrost: Add information about T720 tilingAlyssa Rosenzweig1-1/+46
2019-12-03panfrost: Add quirks system to cmdstreamTomeu Vizoso7-13/+83
2019-12-02nir/algebraic: Rearrange bcsel sequences generated by nir_opt_peephole_selectIan Romanick1-0/+53
2019-12-02nir/algebraic: Simplify some Inf and NaN avoidance codeIan Romanick1-0/+9
2019-12-02intel/compiler: Increase nir_opt_peephole_select thresholdIan Romanick1-1/+1
2019-12-02nir/opt_peephole_select: Don't count some unary operationsIan Romanick1-1/+15
2019-12-02iris: Allow max dynamic pool size of 2GB for gen12Jordan Justen1-1/+9
2019-12-02radeonsi/gfx10: fix the vertex order for triangle strips emitted by a GSMarek Olšák1-3/+53
2019-12-02radeonsi/gfx10: simplify some duplicated NGG GS codeMarek Olšák1-62/+34
2019-12-02util/u_thread: don't restrict u_thread_get_time_nano() to __linux__Jonathan Gray1-1/+1
2019-12-02util/futex: use futex syscall on OpenBSDJonathan Gray1-0/+18
2019-12-02meson: Add a "prefer_iris" build optionKenneth Graunke3-3/+18
2019-12-02turnip: fix display wsi fence timing outJonathan Marek1-0/+11
2019-12-02nir/lower_io_to_vector: don't create arrays when not neededRhys Perry1-1/+7
2019-12-02aco: fix block_kind_discard s_andn2 definition to execRhys Perry1-0/+2
2019-12-02aco: handle loop exit and IF merge phis with break/discardRhys Perry2-54/+80
2019-12-02aco: validate the CFGRhys Perry1-0/+31
2019-12-02mesa/main/util: moving gallium u_mm to util, remove main/mmAlejandro Piñeiro11-387/+10
2019-12-02radv: set writes_memory for global memory stores/atomicsRhys Perry1-8/+25
2019-12-02ac/llvm: improve sync scope for global atomicsRhys Perry1-0/+3
2019-12-02ac/llvm: fix pointer type for global atomicsRhys Perry1-0/+6
2019-12-01iris: Map FXT1 texture formatsKenneth Graunke1-0/+2
2019-12-01st/mesa: Add GL_TDFX_texture_compression_FXT1 supportKenneth Graunke5-5/+11
2019-12-02nir/samplers: don't zero samplers_used/txf.Dave Airlie1-3/+0
2019-11-29aco: drop useless lowering of deref operations for shared memorySamuel Pitoiset1-5/+1
2019-11-29radv,ac/nir: lower deref operations for shared memorySamuel Pitoiset2-22/+45
2019-11-29aco: fix a couple of value numbering issuesDaniel Schürmann1-11/+18
2019-11-29aco: don't split live-ranges of linear VGPRsDaniel Schürmann1-4/+11
2019-11-29aco: implement global atomicsRhys Perry2-0/+107
2019-11-29aco: improve FLAT/GLOBAL schedulingRhys Perry5-14/+30