aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nvc0: expose a group of performance metrics on FermiSamuel Pitoiset2015-10-293-3/+16
* nv50/ir: adapt to new method for passing in cull/clip distance masksIlia Mirkin2015-10-294-14/+14
* nvc0: share shaders between contexts and build immediatelyIlia Mirkin2015-10-293-1/+7
* nvc0: do upload-time fixups for interpolation parametersIlia Mirkin2015-10-2915-19/+239
* nv50: add ARB_copy_image supportIlia Mirkin2015-10-282-7/+11
* nvc0: add ARB_copy_image supportIlia Mirkin2015-10-282-7/+11
* nvc0: fix crash when nv50_miptree_from_handle failsJulien Isorce2015-10-281-1/+2
* gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATSMarek Olšák2015-10-2813-0/+13
* radeonsi: allow copying between compatible compressed and uncompressed formatsMarek Olšák2015-10-281-1/+1
* radeon/uvd: implement and add flag for VAAPI HEVC decodeBoyuan Zhang2015-10-272-0/+16
* winsys/amdgpu: remove the dcc_enable surface flagMarek Olšák2015-10-272-3/+1
* radeonsi: add debug flags that disable DCC and DCC fast clearMarek Olšák2015-10-273-0/+10
* radeonsi: properly check if DCC is enabled and allocatedMarek Olšák2015-10-275-8/+8
* radeonsi: simplify DCC handling in si_initialize_color_surfaceMarek Olšák2015-10-271-7/+3
* vc4: Add support for copy propagation with unpack flags present.Eric Anholt2015-10-262-36/+109
* vc4: Rewrite the pack instructions as a MOV with a dst pack flagEric Anholt2015-10-263-37/+18
* vc4: Move dst pack setup out to a helper function with more asserts.Eric Anholt2015-10-261-10/+22
* vc4: Switch the unpack ops to being unpack flags on a mov.Eric Anholt2015-10-266-123/+42
* vc4: Drop some confused code about pack/unpack handling.Eric Anholt2015-10-261-23/+4
* vc4: Reduce MOV special-casing in QIR-to-QPU.Eric Anholt2015-10-261-8/+11
* vc4: Fix up the test for whether the unpack can be from r4.Eric Anholt2015-10-263-8/+27
* vc4: Don't try to follow MOVs across a pack.Eric Anholt2015-10-261-1/+2
* vc4: Only copy propagate raw MOVs.Eric Anholt2015-10-261-6/+1
* vc4: If a QIR source has an unpack set, print it.Eric Anholt2015-10-263-3/+13
* vc4: Fix names of the 16-bit unpacksEric Anholt2015-10-243-6/+6
* vc4: Don't try to register coalesce into the VPM across non-raw MOVs.Eric Anholt2015-10-241-1/+1
* vc4: Take advantage of the 8888 pack function in pack_unorm_4x8.Eric Anholt2015-10-241-0/+14
* vc4: Fix the test for skipping raw MOVs.Eric Anholt2015-10-243-1/+10
* freedreno: remove unnecessary null checksRob Clark2015-10-244-13/+13
* radeonsi: Implement DCC fast clear.Bas Nieuwenhuizen2015-10-243-14/+100
* softpipe: fix using non-zero layer in non-array view from array resourceRoland Scheidegger2015-10-242-9/+31
* llvmpipe: fix using non-zero layer in non-array view from array resourceRoland Scheidegger2015-10-242-8/+8
* radeonsi: add Stoney to si_init_gs_info()Alex Deucher2015-10-231-0/+1
* radeonsi: Enable DCC.Bas Nieuwenhuizen2015-10-246-6/+50
* radeonsi: Add FLUSH_AND_INV_CB_DATA_TS for DCC.Bas Nieuwenhuizen2015-10-241-0/+11
* radeonsi: Disable operations that do not work with DCC.Bas Nieuwenhuizen2015-10-244-3/+11
* radeonsi: Allocate buffers for DCC.Bas Nieuwenhuizen2015-10-244-0/+50
* radeonsi: only apply the SNORM blit workaround to *8_SNORMMarek Olšák2015-10-241-1/+1
* radeonsi: add another requirement for PARTIAL_ES_WAVEMarek Olšák2015-10-244-2/+35
* radeonsi: merge two ifs setting WD_SWITCH_ON_EOPMarek Olšák2015-10-241-5/+2
* radeonsi: make PARTIAL_ES_WAVE globally dependent on SWITCH_ON_EOIMarek Olšák2015-10-241-5/+6
* radeonsi: add one more SWITCH_ON_EOI requirement for Hawaii and VIMarek Olšák2015-10-241-1/+10
* radeonsi: only apply the instancing bug workaround to BonaireMarek Olšák2015-10-241-5/+5
* radeonsi: add SWITCH_ON_EOI requirement for 4 SE partsMarek Olšák2015-10-241-0/+4
* radeonsi: remove unnecessary PARTIAL_VS_WAVE setting for streamoutMarek Olšák2015-10-241-4/+0
* radeonsi: allow unbinding vertex shadersMarek Olšák2015-10-241-2/+2
* radeonsi: allow unbinding pixel shaders and remove the dummy shaderMarek Olšák2015-10-243-22/+1
* radeonsi: add draw_vbo check for a NULL pixel shaderMarek Olšák2015-10-243-1/+8
* radeonsi: add checks for a NULL pixel shaderMarek Olšák2015-10-242-32/+42
* radeonsi: add support for Stoney asics (v3)Samuel Li2015-10-233-0/+8