summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-31nir: Rematerialize comparisons for nir_intrinsic_discard_if tooexperiment/rematerialize-comparesIan Romanick1-21/+40
2019-05-31intel/compiler: Use compare rematerialization passIan Romanick1-0/+3
2019-05-31nir: Rematerialize compare instructionsIan Romanick4-0/+185
2019-05-31nir: Add a shallow clone function for nir_alu_instrIan Romanick2-0/+23
2019-05-31panfrost: Remove link stage for jobsTomeu Vizoso2-68/+54
2019-05-31panfrost: ci: Switch to kernel 5.2-rc2Tomeu Vizoso1-4/+3
2019-05-31panfrost: ci: Update expectationsTomeu Vizoso1-8/+3
2019-05-31radeonsi/nir: Remove hack for builtinsConnor Abbott1-11/+2
2019-05-31radeonsi/nir: Use correct location for uniform access boundConnor Abbott1-1/+1
2019-05-31radeonsi/nir: Correctly handle double TCS/TES varyingsConnor Abbott1-4/+28
2019-05-31etnaviv: blt: s/TRUE/true && s/FALSE/falseChristian Gmeiner1-6/+6
2019-05-31etnaviv: rs: s/TRUE/true && s/FALSE/falseChristian Gmeiner1-8/+8
2019-05-31nir: Actually propagate progress in nir_opt_move_load_ubo.Bas Nieuwenhuizen1-1/+1
2019-05-31radv: use RADV_CMD_DIRTY_DYNAMIC_* when restoring viewport/scissorSamuel Pitoiset1-2/+2
2019-05-31radv: use CmdPushConstants when restoring constants after meta operationsSamuel Pitoiset1-6/+8
2019-05-31nir/split_vars: Properly bail in the presence of complex derefsJason Ekstrand1-9/+106
2019-05-31nir/vars_to_ssa: Properly ignore variables with complex derefsJason Ekstrand1-14/+64
2019-05-31nir/vars_to_ssa: Use a non-null UNDEF_NODE pointerJason Ekstrand1-3/+5
2019-05-31nir/deref: Add a has_complex_use helperJason Ekstrand2-0/+79
2019-05-31nir/dead_cf: Call instructions aren't deadJason Ekstrand1-1/+1
2019-05-31vtn: create cast with type stride.Dave Airlie1-1/+1
2019-05-30list: add some iterator debugRob Clark1-5/+16
2019-05-30nir: Accept nir_var_mem_global in derefs used by phisCaio Marcelo de Oliveira Filho1-1/+2
2019-05-30intel/blorp: Use the hardware op for CCS ambiguate on gen10+Jason Ekstrand2-1/+17
2019-05-30swr/rast: Enable ARB_GL_texture_buffer_rangeJan Zielinski2-2/+2
2019-05-30swr/rast: fix 32-bit compilation on LinuxJan Zielinski1-65/+0
2019-05-30intel/fs: Do a stalling MFENCE in endInvocationInterlock()Jason Ekstrand5-8/+28
2019-05-30intel/fs,vec4: Use g0 as the header for MFENCEJason Ekstrand6-12/+13
2019-05-30radv: enable transformFeedbackStreamsLinesTrianglesSamuel Pitoiset1-1/+1
2019-05-30radv: implement VK_EXT_sample_locations and disable itSamuel Pitoiset6-7/+315
2019-05-30iris: Avoid holding the lock while allocating pages.Kenneth Graunke1-5/+5
2019-05-30iris: Move SET_DOMAIN to alloc_fresh_bo()Kenneth Graunke1-17/+15
2019-05-29iris: Be lazy about cleaning up purged BOs in the cache.Kenneth Graunke1-17/+1
2019-05-29iris: Dig through the cache to find a BO in the right memzoneKenneth Graunke1-7/+17
2019-05-29iris: Tidy BO sizing code and commentsKenneth Graunke1-12/+5
2019-05-29iris: Move some field setting after we drop the lock.Kenneth Graunke1-13/+13
2019-05-29iris: Move cached BO allocation into a helper function.Kenneth Graunke1-44/+64
2019-05-29iris: Fall back to fresh allocations of mapping for zero-memset fails.Kenneth Graunke1-3/+4
2019-05-29iris: Move fresh BO allocation into a helper function.Kenneth Graunke1-26/+30
2019-05-29iris: Do SET_TILING at a single point rather than in two places.Kenneth Graunke1-20/+20
2019-05-29iris: Use the BO cache even for coherent buffers on non-LLC.Kenneth Graunke1-3/+0
2019-05-29iris: Fix locking around vma_alloc in iris_bo_create_userptrKenneth Graunke1-0/+4
2019-05-29iris: Fix lock/unlock mismatch for non-LLC coherent BO allocation.Kenneth Graunke1-7/+3
2019-05-29radeonsi: fix timestamp queries for compute-only contextsMarek Olšák1-3/+5
2019-05-29Change a few frequented uses of DEBUG to !NDEBUGMarek Olšák18-29/+27
2019-05-29iris: Re-emit Surface State Base Address when context is lost.Kenneth Graunke1-0/+1
2019-05-29iris: Enable nir_opt_large_constantsJason Ekstrand4-0/+82
2019-05-29iris: Don't assume UBO indices are constantJason Ekstrand1-1/+2
2019-05-29iris: Move upload_ubo_ssbo_surf_state to iris_program.cJason Ekstrand3-39/+56
2019-05-29nir: silence three compiler warnings seen with MinGWBrian Paul3-5/+3