summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* v3d: Don't forget to initialize the buffer offset of a new winsys handle.Eric Anholt2018-06-211-0/+1
* radeonsi: fix occlusion queries with 16x AA without FBO attachments on StoneyMarek Olšák2018-06-211-1/+9
* radeonsi: handle non-clearable DCC buffers as MSAA resolve dstMarek Olšák2018-06-212-1/+6
* radeonsi: disable DCC MSAA for 128bpp formats on StoneyMarek Olšák2018-06-211-0/+5
* freedreno/a5xx: MSAARob Clark2018-06-2114-42/+89
* freedreno: update generated headersRob Clark2018-06-218-41/+53
* freedreno/ir3: txf_ms supportRob Clark2018-06-213-7/+51
* freedreno/a5xx: fix gpu hangs with large compute shadersRob Clark2018-06-211-3/+11
* freedreno/ir3: fix base_vertexRob Clark2018-06-211-0/+1
* st/dri: constify dri_fill_st_visual's screenEmil Velikov2018-06-212-2/+4
* swr: bump minimum supported LLVM version to 5.0Juan A. Suarez Romero2018-06-212-5/+5