summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-15radv: store engine nameLionel Landwerlin2-0/+16
2019-09-14gallium: util_set_vertex_buffers_mask(..): make use of u_bit_consecutive(..)Christian Gmeiner1-3/+2
2019-09-14gitlab-ci/a630: skip dEQP-GLES3.functional.fbo.msaa.2_samples.stencil_index8Rob Clark1-0/+6
2019-09-14virgl: replace fprintf with _debug_printfLepton Wu1-5/+5
2019-09-13iris: Initialize ice->state.prim_mode to an invalid valueKenneth Graunke1-0/+1
2019-09-13gitlab-ci: Make the test job fail when bugs are unexpectedly fixed.Eric Anholt1-0/+11
2019-09-13gitlab-ci/a630: Drop the MSAA expected failure.Eric Anholt1-1/+0
2019-09-13gitlab-ci/a630: Drop remaining dEQP-GLES3.functional.draw.random.* xfails.Eric Anholt1-2/+0
2019-09-13lima/ppir: Add undef handlingAndreas Baierl4-4/+24
2019-09-13lima/ppir: Rename ppir_op_dummy to ppir_op_undefAndreas Baierl3-5/+5
2019-09-13Android.mk: Fix missing \ from recent llvm changeJohn Stultz1-1/+1
2019-09-13panfrost: Move the batch submission logic to panfrost_batch_submit()Boris Brezillon5-172/+127
2019-09-13panfrost: Move the fence creation in panfrost_flush()Boris Brezillon4-15/+15
2019-09-13panfrost: Delay payloads[].offset_start initializationBoris Brezillon1-3/+3
2019-09-13panfrost: Prepare things to avoid flushes on FB switchBoris Brezillon2-8/+12
2019-09-13panfrost: Pass a batch to panfrost_set_value_job()Boris Brezillon1-4/+2
2019-09-13panfrost: Use ctx->wallpaper_batch in panfrost_blit_wallpaper()Boris Brezillon1-4/+5
2019-09-13panfrost: Pass a batch to functions emitting FB descsBoris Brezillon6-53/+44
2019-09-13panfrost: Pass a batch to panfrost_{allocate,upload}_transient()Boris Brezillon10-41/+57
2019-09-13panfrost: Allow testing if a specific batch is targeting a scanout FBBoris Brezillon5-24/+23
2019-09-13panfrost: Get rid of the unused 'flush jobs accessing res' infraBoris Brezillon3-49/+0
2019-09-13panfrost: Use a pipe_framebuffer_state as the batch keyBoris Brezillon2-38/+17
2019-09-13radeon/vcn: exclude raven2 from vcn 2.0 encode initializationIndrajit Das1-1/+1
2019-09-13gitlab-ci: rename stages to something simplerEric Engestrom1-6/+6
2019-09-13panfrost: Rework midgard_pair_load_store() to kill the nested foreach loopBoris Brezillon1-34/+29
2019-09-13panfrost: Fix a list_assert() in schedule_block()Boris Brezillon1-4/+6
2019-09-13v3d: fix TF primitive counts for resume without drawIago Toral Quiroga3-1/+17
2019-09-13v3d: remove redundant update of queued draw callsIago Toral Quiroga1-2/+0
2019-09-13v3d: make sure we have enough space in the CL for the primitive counts packetIago Toral Quiroga1-0/+1
2019-09-13v3d: add missing line break for performance debug messageIago Toral Quiroga1-1/+1
2019-09-13panfrost/ci: Use releases for Volt dEQPTomeu Vizoso2-4/+6
2019-09-13panfrost/ci: Update kernel to 5.3-rc8Tomeu Vizoso2-2/+2
2019-09-13panfrost/ci: Run dEQP with the surfaceless platformTomeu Vizoso4-24/+44
2019-09-13radv: fix allocating number of user sgprs if streamout is usedSamuel Pitoiset1-1/+1
2019-09-13intel/fs: Handle UNDEF in split_virtual_grfsJason Ekstrand1-1/+25
2019-09-12mesa: fix texStore for FORMAT_Z32_FLOAT_S8X24_UINTJiadong Zhu1-3/+3
2019-09-12freedreno/a6xx: pre-calculate userconst stateobj sizeRob Clark5-3/+45
2019-09-12gallium: Restore VSX for llvm >= 4Adam Jackson1-0/+14
2019-09-12egl/android: Fix build since the DRI fourcc removal.Eric Anholt1-0/+1
2019-09-12gitlab-ci/a630: Disable flappy layout_binding.ssbo.fragment_binding_arrayEric Anholt1-0/+1
2019-09-12freedreno: fix compiler warningRob Clark1-1/+1
2019-09-12freedreno: Introduce gitlab-based CI.Eric Anholt6-4/+410
2019-09-12gitlab-ci: Log the driver version that got tested.Eric Anholt1-0/+7
2019-09-12gitlab-ci: Disable dEQP's watchdog timer.Eric Anholt1-1/+7
2019-09-12mesa/st: Fallback to name lookup when the variable have no ParameterCaio Marcelo de Oliveira Filho1-2/+46
2019-09-12glx: Remove unused indirection for glx_context->fillImageAdam Jackson4-22/+10
2019-09-12meson/v3d: replace partial list of nir dep files with idep_nir_headersEric Engestrom1-2/+2
2019-09-12meson/iris: replace partial list of nir dep files with idep_nir_headersEric Engestrom1-3/+2
2019-09-12v3d: flag dirty state when binding compute statesJose Maria Casanova Crespo4-38/+47
2019-09-12tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONEDanylo Piliaiev1-1/+1