summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-09-07llvmpipe, draw: increase shader cache limitsRoland Scheidegger1-3/+1
2017-09-06radeon/uvd: fix the assertion check for YUYV formatLeo Liu1-3/+5
2017-09-06swr/rast: FE/Clipper - unify SIMD8/16 functions using simdlib typesTim Rowley3-1189/+446
2017-09-06swr/rast: Remove use of C++14 template variableTim Rowley2-6/+14
2017-09-06swr/rast: SIMD16 FE remove templated immediates workaroundTim Rowley1-90/+20
2017-09-06swr/rast: SIMD16 PA - rename Assemble_simd16 to AssembleTim Rowley3-31/+15
2017-09-06swr/rast: FE/Binner - unify SIMD8/16 functions using simdlib typesTim Rowley5-1739/+696
2017-09-06swr/rast: Removed some trailing whitespace caught during reviewTim Rowley3-10/+10
2017-09-06swr: set caps for VB 4-byte alignmentTim Rowley1-3/+6
2017-09-06swr/rast: Allow gather of floats from fetch shader with 2-4GB offsetsTim Rowley2-1/+7
2017-09-06radeonsi/gfx9: proper workaround for LS/HS VGPR initialization bugNicolai Hähnle5-24/+85
2017-09-06amd/common: pass chip_class to ac_dump_regNicolai Hähnle1-15/+30
2017-09-06radeonsi/gfx9: always flush DB metadata on framebuffer changesNicolai Hähnle3-4/+14
2017-09-05svga: move index buffer bind flag assertionCharmaine Lee1-3/+3
2017-09-05svga: avoid emitting redundant SetShaderResources and SetVertexBuffersCharmaine Lee2-18/+116
2017-09-05radeonsi/gfx9: implement primitive binningMarek Olšák10-7/+489
2017-09-05radeonsi: add more state flags into si_state_dsaMarek Olšák2-1/+23
2017-09-05radeonsi/gfx9: don't use BREAK_BATCH and FLUSH_DFSM if DFSM is disabledMarek Olšák2-3/+4
2017-09-04radeonsi: eliminate PS color outputs when colormask kills themMarek Olšák3-0/+6
2017-09-04gallium/radeon: sort DBG shader flags according to pipe_shader_typeMarek Olšák4-35/+17
2017-09-04radeonsi: ensure cache flushes happen before SET_PREDICATION packetsNicolai Hähnle3-9/+18
2017-09-04radeonsi: fix ARB_transform_feedback_overflow_query on <= VINicolai Hähnle3-1/+12
2017-09-04radeonsi: fix compute shader state dumpingNicolai Hähnle1-6/+11
2017-09-04radeonsi: add an assertion that only two-dimensional constant references are ...Nicolai Hähnle1-2/+3
2017-09-04gallium/radeon: always use two-dimensional constant referencesNicolai Hähnle1-18/+18
2017-09-02radeon/uvd: add Define Restart Interval to MJPEG bitstream reconstructionLeo Liu1-0/+11
2017-09-02radeon/uvd: fix MJPEG quantization table indexLeo Liu1-1/+1
2017-09-02freedreno: skip batch-cache for compute shadersRob Clark1-7/+1
2017-09-01swr: Report format max_samples=1 to maintain support for "fake" msaa.Cherniak, Bruce1-11/+11
2017-09-01radeonsi: move si_vm_fault_occured() to AMD common codeSamuel Pitoiset1-102/+4
2017-08-31nvc0/ir: propagate immediates to CALL input MOVsTobias Klausmann1-2/+19
2017-08-31nvc0: write 0 to pipeline_statistics.cs_invocationsKarol Herbst1-0/+1
2017-08-31radeonsi: set a per-buffer flag that disables inter-process sharing (v4)Marek Olšák2-4/+23
2017-08-30svga: include sample count in surface_size() computationBrian Paul1-1/+1
2017-08-30radeonsi: update dirty_level_mask before dispatchingSamuel Pitoiset2-0/+6
2017-08-29llvmpipe: initialize llvmpipe->dirty with LP_NEW_SCISSORBrian Paul1-0/+6
2017-08-29ac/debug: Support multiple trace ids for nested IBs.Bas Nieuwenhuizen1-9/+10
2017-08-29radeonsi: stop leaking nirTimothy Arceri1-0/+1
2017-08-28radeonsi: rewrite late alloc VS limit computationMarek Olšák1-12/+25
2017-08-28gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmationMarek Olšák1-3/+9
2017-08-28gallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INFER_UNSYNCHRONIZEDMarek Olšák1-1/+1
2017-08-28radeonsi: correct maximum wave count per SIMDMarek Olšák1-1/+12
2017-08-28i915g: Remove a few unused variablesEduardo Lima Mitev1-16/+0
2017-08-27Revert "radeonsi: get the raster config from AMDGPU on SI"Marek Olšák1-17/+0
2017-08-26etnaviv: use correct param for etna_compatible_rs_format(..)Christian Gmeiner1-1/+1
2017-08-25a2xx: fix DST_ALPHA blending for non-alpha formatsIlia Mirkin3-5/+21
2017-08-25a2xx: set constant blend colorIlia Mirkin1-0/+9
2017-08-25radeonsi: set IF_THRESHOLD to 4Timothy Arceri1-1/+1
2017-08-25glsl: pass shader source keys to the disk cacheTimothy Arceri1-1/+1
2017-08-24radeonsi: get the raster config from AMDGPU on SIMarek Olšák1-0/+17