summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-24radeonsi: move PA_SC_RASTER_CONFIG emission into a separate functionMarek Olšák1-70/+73
2017-08-24gallivm: remove unused variableBrian Paul1-2/+0
2017-08-24pipe-loader: use MAYBE_UNUSED to silence warningBrian Paul1-1/+2
2017-08-24nv50/ir: properly set sType for TXF ops to U32Ilia Mirkin1-0/+3
2017-08-23st/va: exclude the buffer reallocation for encode caseLeo Liu1-1/+1
2017-08-23swr: limit pipe_draw_info->restart_index usageTim Rowley1-1/+4
2017-08-23radeonsi: fix wrong assertion in si_init_bindless_descriptors()Samuel Pitoiset1-1/+1
2017-08-23radeon/video: Return false explicitly for HEVC if not the caseLeo Liu1-0/+1
2017-08-23gallium/docs: Fix the math formula of U2I64Gwan-gyeong Mun1-2/+2
2017-08-23gallium/docs: Add missing word "Not"Gwan-gyeong Mun1-1/+1
2017-08-23tgsi: store opcode mnemonics in a separate tableNicolai Hähnle2-6/+16
2017-08-23gallium: use tgsi_get_opcode_name instead of tgsi_opcode_info::mnemonicNicolai Hähnle5-7/+10
2017-08-23tgsi: macro-ify the opcodes tableNicolai Hähnle3-251/+263