aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nvc0: remove magic values in nve4_set_tex_handles()Rhys Perry2018-06-281-1/+1
* nvc0/ir: fix TargetNVC0::insnCanLoadOffset()Rhys Perry2018-06-281-0/+1
* swr/rast: Updating code style based on current clang-format rulesAlok Hota2018-06-284-253/+260
* swr/rast: Fix addPassesToEmitFile usage with llvm-7.0.Vinson Lee2018-06-281-0/+4
* swr/rast: Handling removed LLVM intrinsics in trunkAlok Hota2018-06-281-0/+40
* swr/rast: Adding SCATTERPS functionality to BuilderGfxMemAlok Hota2018-06-282-0/+19
* swr/rast: Adding Read/Write specifier to TranslateGfxAddress stackAlok Hota2018-06-282-27/+28
* gallium: Fix automake for Android (v2)Chad Versace2018-06-272-0/+10
* v3d: Fix Z clipping when viewport.scale[2] is negative.Eric Anholt2018-06-271-4/+6
* v3d: Convert a bunch of our "minus one" fields over to the new XML attr.Eric Anholt2018-06-273-9/+11
* virgl: add ARB_texture_view supportDave Airlie2018-06-273-3/+8
* radeon: duplicate cmask surface for now.Dave Airlie2018-06-261-1/+61
* radeonsi: rename r600_transfer -> si_transferMarek Olšák2018-06-254-25/+25
* radeonsi: properly set cmask_buffer in si_reallocate_texture_inplaceMarek Olšák2018-06-251-1/+11
* radeonsi: remove redundant si_texture::cmask_sizeMarek Olšák2018-06-255-34/+25
* radeonsi: inline struct r600_cmask_infoMarek Olšák2018-06-256-43/+41
* radeonsi: move CMASK size computation into ac_surfaceMarek Olšák2018-06-255-85/+28
* ac/surface: move cmask_size/alignment into radeon_surfMarek Olšák2018-06-251-3/+3
* radeonsi: rename r600_surface -> si_surfaceMarek Olšák2018-06-254-18/+18
* radeonsi: rename r600_memory_object -> si_memory_objectMarek Olšák2018-06-252-4/+4
* radeonsi: remove unused r600_memory_object::offsetMarek Olšák2018-06-252-2/+0
* radeonsi: unify duplicated texture_from_handle & texture_from_memobjMarek Olšák2018-06-251-81/+71
* radeonsi: reorder and initialize more fields in si_reallocate_texture_inplaceMarek Olšák2018-06-251-6/+25
* radeonsi: stop using lp_build_emit_llvm_unary/binaryMarek Olšák2018-06-253-23/+18
* radeonsi: stop using lp_build_allocMarek Olšák2018-06-252-15/+11
* radeonsi: use gallivm lessMarek Olšák2018-06-252-4/+4
* radeonsi: stop using lp_bld_intr.hMarek Olšák2018-06-253-30/+29
* radeonsi: remove last uses of lp_build_context::undefMarek Olšák2018-06-251-6/+6
* radeonsi: stop using lp_bld_arit.hMarek Olšák2018-06-252-45/+38
* radeonsi: stop using lp_build_gather_valuesMarek Olšák2018-06-253-28/+25
* radeonsi: clean up some #includesMarek Olšák2018-06-257-27/+4
* radeonsi: clean up passing the is_monolithic flag for compilationMarek Olšák2018-06-254-23/+18
* gallium/util: Fix build error due to cast to different sizeRobert Foss2018-06-251-2/+2
* r600/sb: give the scheduler more margin to find valid instructions groupsGert Wollny2018-06-251-3/+10
* r600/sb: fix rotated register in while loopGert Wollny2018-06-251-4/+8
* freedreno/ir3: fix deref conversion falloutRob Clark2018-06-231-13/+13
* freedreno/ir3: fix unused variable warningRob Clark2018-06-231-1/+0
* freedreno: fix HW_ATOMIC_COUNTERS capRob Clark2018-06-231-1/+1
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-3/+0
* freedreno/ir3: convert to deref instructionsRob Clark2018-06-223-53/+57
* nir: Rework lower_locals_to_regs to use deref instructionsJason Ekstrand2018-06-221-2/+2
* intel,ir3: Re-enable nir_opt_copy_prop_varsJason Ekstrand2018-06-221-1/+1
* radeonsi: Remove deref chain support in nir scan pass.Bas Nieuwenhuizen2018-06-221-30/+4
* radeonsi: Add deref support to the nir scan pass.Bas Nieuwenhuizen2018-06-221-15/+59
* nir: Delete lower_io_typesJason Ekstrand2018-06-221-1/+0
* broadcom/vc4: Remove deref chain support from nir_lower_txf_ms.Eric Anholt2018-06-221-1/+0
* st,ir3,radeonsi: push lower_deref_instrs back into driverRob Clark2018-06-224-5/+3
* nir/lower_samplers: remove legacy versionRob Clark2018-06-221-1/+1
* nir/lower_samplers: split out _legacy version for deref chainsRob Clark2018-06-221-1/+1
* intel,ir3: Disable nir_opt_copy_prop_varsJason Ekstrand2018-06-221-1/+1