aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ttn: convert to deref instructionsRob Clark2018-06-221-39/+13
* anv,i965,radv,st,ir3: Call nir_lower_deref_instrsJason Ekstrand2018-06-224-1/+8
* nv50/ir: only avoid spilling constrained def if a mov is addedKarol Herbst2018-06-231-2/+2
* freedreno: a2xx: fix clear colorJonathan Marek2018-06-221-1/+1
* freedreno: a2xx: fix crash when freeing contextJonathan Marek2018-06-221-0/+2
* freedreno: a2xx: fix crash on first clearJonathan Marek2018-06-221-4/+4
* freedreno: add a20xJonathan Marek2018-06-227-31/+85
* freedreno: a2xx: increase size of the offset field in instr_fetch_vtx_tJonathan Marek2018-06-221-4/+2