summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* v3d: Create separate sampler states for the various blend formats.Eric Anholt2019-01-273-46/+299
* v3d: Move the sampler state to the long-lived state uploader.Eric Anholt2019-01-273-6/+13
* v3d: Use the symbolic names for wrap modes from the XML.Eric Anholt2019-01-271-6/+9
* v3d: Fix stencil sampling from a separate-stencil buffer.Eric Anholt2019-01-272-0/+7
* v3d: Fix stencil sampling from packed depth/stencil.Eric Anholt2019-01-271-1/+1
* v3d: Fix release-build warning about utile_h.Eric Anholt2019-01-271-2/+1
* v3d: Flush blit jobs immediately after generating them.Eric Anholt2019-01-271-0/+8
* v3d: Fix BO stats accounting for imported buffers.Eric Anholt2019-01-271-0/+3
* v3d: Drop maximum number of texture units down to 16.Eric Anholt2019-01-271-3/+3
* v3d: Avoid duplicating limits defines between gallium and v3d core.Eric Anholt2019-01-276-12/+9
* v3d: Rename gallium-local limits defines from VC5 to V3D.Eric Anholt2019-01-2711-33/+33
* st/nine: Enable debug info if NDEBUG is not setAxel Davy2019-01-2611-26/+26
* st/nine: Immediately upload user provided texturesAxel Davy2019-01-261-0/+13
* freedreno: add renderonly scanoutJonathan Marek2019-01-268-10/+66
* freedreno/a2xx: fix unused variable warningRob Clark2019-01-261-1/+0
* tgsi: remove culldist semantic from docsTimothy Arceri2019-01-261-18/+0
* gallium: Make sure we return is_unorm/is_snorm for compressed formats.Eric Anholt2019-01-255-24/+101
* gallium: Fix comment about possible colorspaces.Eric Anholt2019-01-251-1/+1
* gallium: Enable unit tests as actual meson unit tests.Eric Anholt2019-01-252-7/+9
* freedreno: limit tiling to PIPE_BIND_SAMPLER_VIEWRob Clark2019-01-251-0/+1
* meson/vdpau: add missing soversionEric Engestrom2019-01-252-2/+10
* meson: Fix compiler checks for SWR with ICCDylan Baker2019-01-241-25/+5
* meson: fix swr KNL buildDylan Baker2019-01-241-1/+1
* gallivm: Return true from arch_rounding_available() if NEON is availableMatt Turner2019-01-242-2/+5
* gallium: use put image shm2 path (v2)Dave Airlie2019-01-253-10/+22
* gallium: Add forgotten docs for PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS.Kenneth Graunke2019-01-231-0/+1
* freedreno: set modifier when exporting bufferRob Clark2019-01-231-0/+12
* gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTSCaio Marcelo de Oliveira Filho2019-01-232-0/+4
* nv50,nvc0: mark textures dirty on fb updateIlia Mirkin2019-01-222-2/+4
* radeonsi/nir: add missing piece for bindless image supportTimothy Arceri2019-01-231-0/+6
* freedreno: core buffer modifier supportRob Clark2019-01-222-4/+84
* freedreno: add query for dmabuf modifiersFritz Koenig2019-01-222-0/+46
* freedreno: drm_fourcc.h header includeFritz Koenig2019-01-222-1/+3
* svga: add new gallium formats to the format conversion tableBrian Paul2019-01-221-0/+4
* radeonsi: rename rfence -> sfenceMarek Olšák2019-01-221-49/+49
* radeonsi: rename rbo, rbuffer to buf or bufferMarek Olšák2019-01-225-102/+102
* radeonsi: rename rsrc -> ssrc, rdst -> sdstMarek Olšák2019-01-226-51/+51
* radeonsi: rename rquery -> squeryMarek Olšák2019-01-223-68/+68
* radeonsi: rename r600_resource -> si_resourceMarek Olšák2019-01-2229-230/+230
* radeonsi: remove r600 from commentsMarek Olšák2019-01-223-3/+3
* winsys/amdgpu: rename rfence, rsrc, rdst -> afence, asrc, adstMarek Olšák2019-01-222-23/+23
* radeonsi: rename rview -> sviewMarek Olšák2019-01-221-3/+3
* radeonsi: rename rscreen -> sscreenMarek Olšák2019-01-225-11/+11
* radeonsi: disable render cond & pipeline stats for internal compute dispatchesMarek Olšák2019-01-221-0/+18
* radeonsi: use compute for resource_copy_region when possibleSonny Jiang2019-01-225-0/+215
* radeonsi: add compute_last_block to configure the partial block fieldsJiang, Sonny2019-01-222-5/+49
* gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)Marek Olšák2019-01-223-30/+45
* gallium: add SINT formats to have exact counterparts to SNORM formatsMarek Olšák2019-01-222-0/+9
* radeonsi: move PKT3_WRITE_DATA generation into a helper functionMarek Olšák2019-01-226-41/+43
* radeonsi: don't use WRITE_DATA.DST_SEL == MEM_GRBM on >= CIKMarek Olšák2019-01-222-2/+4