summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* gallium/vl: fix compute tgsi shaders to not process undefined componentsIlia Mirkin2019-07-271-52/+52
* 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
* v3d: subclass pipe_streamout_output_target to record TF vertices writtenIago Toral Quiroga2019-07-263-8/+25
* v3d: refactor v3d_tf_statistics_record slightlyIago Toral Quiroga2019-07-261-7/+7
* Revert "panfrost: Don't DIY point size/coord fields"Alyssa Rosenzweig2019-07-251-2/+6
* iris: Use gen_mi_builder to handle CS ALU operations.Kenneth Graunke2019-07-256-474/+151
* iris: Make iris_query.c a genxml-compiled file.Kenneth Graunke2019-07-256-65/+48
* iris: Move iris_resolve_conditional_render to the vtable.Kenneth Graunke2019-07-253-5/+8
* iris: Refactor genxml macros and inlines into iris_genx_macros.h.Kenneth Graunke2019-07-254-73/+125
* iris: Make an iris_genx_protos.h header for prototypes.Kenneth Graunke2019-07-254-28/+74
* radeonsi: fix DAL hang due to incorrect DCC offset on RavenMarek Olšák2019-07-251-1/+22
* panfrost: Compute I/O counts from shader_infoAlyssa Rosenzweig2019-07-251-3/+14
* panfrost: Don't DIY point size/coord fieldsAlyssa Rosenzweig2019-07-251-6/+2
* panfrost: Use nir_gather_info information about discardsAlyssa Rosenzweig2019-07-251-1/+1
* panfrost: Use NIR helper invocations infoAlyssa Rosenzweig2019-07-253-1/+5
* panfrost/sfbd: Flesh out fragment jobAlyssa Rosenzweig2019-07-251-13/+35
* panfrost: Disable tiled formats on SFBD systemsAlyssa Rosenzweig2019-07-251-1/+3
* panfrost: Move require_sfbd to screenAlyssa Rosenzweig2019-07-256-15/+18
* panfrost: Reserve, but do not upload, shader paddingAlyssa Rosenzweig2019-07-251-3/+3
* panfrost/ci: Update kernel to 5.2Tomeu Vizoso2019-07-252-3/+3
* panfrost: Don't expose some atomic stuff even with dEQPAlyssa Rosenzweig2019-07-241-1/+2
* gallium: fix windows build from params change.Dave Airlie2019-07-253-6/+12
* nir: replace lower_sincos with algebraic optJonathan Marek2019-07-241-1/+1
* gallium/u_transfer_helper: fix assert in RGTC caseRob Clark2019-07-241-26/+27
* intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand2019-07-241-0/+1
* lima/ppir: fix disassembler temp read/write printQiang Yu2019-07-241-9/+23