summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/aux: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-312-3/+3
* v3d: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-312-5/+5
* v3d: drop incorrect MAYBE_UNUSEDEric Engestrom2019-07-311-2/+2
* r600: move variable to proper scopeEric Engestrom2019-07-311-2/+1
* 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
* meson: Test for program_invocation_nameMatt Turner2019-07-301-1/+1
* st/nine: Drop preprocessor guards for glibc-2.12Matt Turner2019-07-301-3/+0
* iris: Enable EXT_texture_shadow_lodSagar Ghuge2019-07-301-0/+1
* gallium: Add PIPE_CAP_TEXTURE_SHADOW_LODSagar Ghuge2019-07-303-0/+6
* 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-293-5/+16
* gallium/auxiliary/vl: add compute shaders for deint yuvSonny Jiang2019-07-294-31/+403
* gallium/auxiliary/vl: don't call gfx functions on compute-only chipsSonny Jiang2019-07-291-75/+83
* gallium/auxiliary/vl: add PIPE_CAP_GRAPHICS check for vl compositorJames Zhu2019-07-292-64/+65
* gallium: create multimedia contexts as compute-only if graphics is unsupportedMarek Olšák2019-07-299-12/+21
* gallium: add PIPE_CAP_GRAPHICSMarek Olšák2019-07-293-0/+4
* 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