summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
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-04gallium/tests: always use two-dimensional constant referencesNicolai Hähnle3-10/+10
2017-09-04pp: always use two-dimensional constant referencesNicolai Hähnle1-10/+10
2017-09-04gallium/hud: always use two-dimensional constant referencesNicolai Hähnle1-4/+4
2017-09-04nine: always generate two-dimensional constant file accessesNicolai Hähnle2-7/+5
2017-09-04tgsi/build: always generate two-dimensional constant file accessesNicolai Hähnle2-31/+45
2017-09-04tgsi/ureg: always emit constants (and their decls) as 2DNicolai Hähnle1-15/+7
2017-09-04gallium: all drivers should accept two-dimensional constant buffer indexingNicolai Hähnle2-9/+4
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-09-01llvmpipe: lp_build_gather_elem_vec BE fix for 3x16 loadBen Crocker1-2/+28
2017-09-01gallivm: correct channel shift logic on big endianRay Strode1-1/+7
2017-08-31winsys/amdgpu: set AMDGPU_GEM_CREATE_VM_ALWAYS_VALID if possible v2Christian König3-5/+27
2017-08-31radeonsi: set a per-buffer flag that disables inter-process sharing (v4)Marek Olšák4-28/+56
2017-08-30svga: include sample count in surface_size() computationBrian Paul1-1/+1
2017-08-30winsys/amdgpu: add BO to the global list only when RADEON_ALL_BOS is setSamuel Pitoiset4-11/+17
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šák3-5/+5
2017-08-28gallium/u_threaded: disallow discard_range if map_buffer is unsynchronizedMarek Olšák1-1/+3
2017-08-28radeonsi: correct maximum wave count per SIMDMarek Olšák1-1/+12
2017-08-28gallium/docs: Fix an inequality sign of TGSI_SEMANTIC_SUBGROUP_LT_MASKGwan-gyeong Mun1-1/+1
2017-08-28gallium/docs: fix a typoGwan-gyeong Mun1-1/+1
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-25gallium/vbuf: fix buffer reference bugsBrian Paul1-4/+3
2017-08-25gallium/u_threaded: fix a typoMarek Olšák1-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
2017-08-24radeonsi: clean up setting GRBM_GFX_INDEXMarek Olšák1-19/+22