summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* nir/opt_peephole_select: Don't count some unary operationsIan Romanick2019-12-021-1/+15
* iris: Allow max dynamic pool size of 2GB for gen12Jordan Justen2019-12-021-1/+9
* radeonsi/gfx10: fix the vertex order for triangle strips emitted by a GSMarek Olšák2019-12-021-3/+53
* radeonsi/gfx10: simplify some duplicated NGG GS codeMarek Olšák2019-12-021-62/+34
* util/u_thread: don't restrict u_thread_get_time_nano() to __linux__Jonathan Gray2019-12-021-1/+1
* util/futex: use futex syscall on OpenBSDJonathan Gray2019-12-021-0/+18
* meson: Add a "prefer_iris" build optionKenneth Graunke2019-12-021-3/+10
* turnip: fix display wsi fence timing outJonathan Marek2019-12-021-0/+11
* nir/lower_io_to_vector: don't create arrays when not neededRhys Perry2019-12-021-1/+7
* aco: fix block_kind_discard s_andn2 definition to execRhys Perry2019-12-021-0/+2
* aco: handle loop exit and IF merge phis with break/discardRhys Perry2019-12-022-54/+80
* aco: validate the CFGRhys Perry2019-12-021-0/+31
* mesa/main/util: moving gallium u_mm to util, remove main/mmAlejandro Piñeiro2019-12-0211-387/+10
* radv: set writes_memory for global memory stores/atomicsRhys Perry2019-12-021-8/+25
* ac/llvm: improve sync scope for global atomicsRhys Perry2019-12-021-0/+3
* ac/llvm: fix pointer type for global atomicsRhys Perry2019-12-021-0/+6
* iris: Map FXT1 texture formatsKenneth Graunke2019-12-011-0/+2
* st/mesa: Add GL_TDFX_texture_compression_FXT1 supportKenneth Graunke2019-12-015-5/+11
* nir/samplers: don't zero samplers_used/txf.Dave Airlie2019-12-021-3/+0
* aco: drop useless lowering of deref operations for shared memorySamuel Pitoiset2019-11-291-5/+1
* radv,ac/nir: lower deref operations for shared memorySamuel Pitoiset2019-11-292-22/+45
* aco: fix a couple of value numbering issuesDaniel Schürmann2019-11-291-11/+18
* aco: don't split live-ranges of linear VGPRsDaniel Schürmann2019-11-291-4/+11
* aco: implement global atomicsRhys Perry2019-11-292-0/+107
* aco: improve FLAT/GLOBAL schedulingRhys Perry2019-11-295-14/+30
* aco: don't enable store_global for helper invocationsRhys Perry2019-11-294-0/+8
* aco: fix SADDR with FLAT on GFX10Rhys Perry2019-11-291-1/+1
* aco: fix assembly of FLAT/GLOBAL atomicsRhys Perry2019-11-291-1/+1
* aco: fix GFX10 opcodes for some global/flat atomicsRhys Perry2019-11-291-6/+6
* aco: improve WAR hazard workaround with >64bit storesRhys Perry2019-11-291-9/+15
* aco: add v_nop inbetween exec write and VMEM/DS/FLATRhys Perry2019-11-291-5/+8