aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* iris: Skip repeated depth buffer disables.Kenneth Graunke2019-07-301-2/+4
* radeonsi: release NIR in the right place to fix crashesMarek Olšák2019-07-301-1/+1
* radeonsi: fix packing of key.mono.u.psMarek Olšák2019-07-301-3/+3
* radeonsi: don't use lp_build_if for the prim discard compute shaderMarek Olšák2019-07-301-23/+18
* radeonsi: don't use lp_build_if for the wrapping if block in the VS prologMarek Olšák2019-07-301-7/+8
* radeonsi: don't use lp_build_if for the wrapping if block in merged shadersMarek Olšák2019-07-303-7/+11
* radeonsi: don't use lp_build_if (in most common places)Marek Olšák2019-07-302-29/+22
* radeonsi: don't use lp_build_allocaMarek Olšák2019-07-303-4/+3
* radeonsi/nir: implement FBFETCH for KHR_blend_equation_advancedMarek Olšák2019-07-303-7/+21
* radeonsi/nir: set input_interpolate_loc for color inputsMarek Olšák2019-07-301-0/+10
* radeonsi/nir: set tgsi_shader_info::num_memory_instructionsMarek Olšák2019-07-301-0/+5
* radeonsi/nir: accurately set input_usage_mask for doubles (v2)Marek Olšák2019-07-301-4/+14
* radeonsi/nir: accurately set output_usagemask (v2)Marek Olšák2019-07-301-4/+49
* radeonsi/nir: accurately set reads_*_outputs for TCSMarek Olšák2019-07-301-14/+10
* radeonsi/nir: clean up gather_intrinsic_load_deref_input_infoMarek Olšák2019-07-301-8/+6
* radeonsi/nir: add an option to convert TGSI to NIRMarek Olšák2019-07-304-5/+19
* radeonsi/nir: clean up some nir_scan_shader codeMarek Olšák2019-07-301-16/+6
* radeonsi/gfx10: disable DCC image storesMarek Olšák2019-07-302-3/+2
* radeonsi: adjust RB+ blend optimization settingsMarek Olšák2019-07-301-3/+1
* lima/gp: Support exp2 and log2Connor Abbott2019-07-305-30/+147
* lima/gpir: Always schedule complex2 and *_impl right after complex1Connor Abbott2019-07-304-15/+47
* iris: Enable EXT_texture_shadow_lodSagar Ghuge2019-07-301-0/+1
* swr/rasterizer: Add memory tracking supportJan Zielinski2019-07-3012-26/+252
* swr/rasterizer: Better implementation of scatterJan Zielinski2019-07-307-79/+225
* swr/rasterizer: cleanups for tessellationJan Zielinski2019-07-302-28/+56
* rasterizer/swr: move BucketMgr to SwrContextJan Zielinski2019-07-3021-261/+290
* v3d: take into account separate_stencil when checking if stencil should be cl...Alejandro Piñeiro2019-07-301-1/+7
* iris: Fix SO offset to be 32-bit in DrawTransformFeedback handlingKenneth Graunke2019-07-291-1/+1
* intel: Use a system value for gl_FragCoordJason Ekstrand2019-07-291-0/+1
* freedreno/a6xx: fix MSAA resolve hangsRob Clark2019-07-291-11/+4
* radeon/vcn/vp9: add Arcturus VP9 supportLeo Liu2019-07-291-3/+3
* radeon/vcn: add Arcturus decode supportLeo Liu2019-07-291-1/+11
* radeonsi: add AMD_DEBUG=nogfx for testingMarek Olšák2019-07-292-0/+5
* radeonsi: add support for compute-only chipsMarek Olšák2019-07-292-5/+15
* freedreno: Fix helgrind complaint on shader-db key setup.Eric Anholt2019-07-291-2/+1
* softpipe: Don't draw when rasterizer_discard is setGert Wollny2019-07-291-0/+3
* softpipe: Fix cube arrays layer selectionGert Wollny2019-07-291-8/+8
* lima/gpir/sched: Handle more special ops in can_use_complex()Connor Abbott2019-07-281-5/+24
* lima/gp: Clean up lima_program_optimize_vs_nir() a littleConnor Abbott2019-07-281-1/+1
* lima/gpir/sched: Don't try to spill when something else has succeededConnor Abbott2019-07-281-7/+4
* nv50/ir: don't consider the main compute function as taking argumentsIlia Mirkin2019-07-271-1/+1
* nv50/ir: handle insn not being there for definition of CVT argIlia Mirkin2019-07-271-2/+3
* nouveau: flip DEBUG -> !NDEBUGIlia Mirkin2019-07-2710-49/+15
* nvc0: allow a non-user buffer to be bound at position 0Ilia Mirkin2019-07-271-18/+27
* nv50,nvc0: update sampler/view bind functions to accept NULL arrayIlia Mirkin2019-07-272-14/+18
* radeon/vcn: enable rate control for hevc encodingBoyuan Zhang2019-07-261-1/+7
* radeon/uvd: enable rate control for hevc encodingBoyuan Zhang2019-07-261-1/+7
* radeon/vcn: fix poc for hevc encodeBoyuan Zhang2019-07-262-2/+3
* radeon/uvd: fix poc for hevc encodeBoyuan Zhang2019-07-262-3/+3
* v3d: fix glDrawTransformFeedback{Instanced}()Iago Toral Quiroga2019-07-262-2/+18