summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2020-07-27fix over size buffer allocnot-a-vulkan-swrast-4Dave Airlie1-0/+3
2020-07-27llvmpipe: SUPER_HACK need to refcount fragment shaders.Dave Airlie1-1/+1
2020-07-27gallivm/nir: wtf no idea 1-bit boolsDave Airlie1-0/+2
2020-07-27llvmpipe: HACK off some debuug printfDave Airlie3-3/+3
2020-07-27TESS: hacks - ccw inversions lurk in my houseDave Airlie2-2/+2
2020-07-27gallivm/sample : init some varsDave Airlie1-1/+1
2020-07-27gallivm/nir: allow 64-bit arti opsDave Airlie1-2/+2
2020-07-27draw: protect against clipdist?Dave Airlie1-1/+4
2020-07-27rtasm: fix undefined unaligned accessDave Airlie1-2/+3
2020-07-27gallivm/nir: fix const compactDave Airlie1-1/+1
2020-07-27gallivm/nir: add support for 16-bit operationsDave Airlie4-25/+80
2020-07-27llvmpipe: fix race in shader deletionDave Airlie1-3/+2
2020-07-27gallivm/sample: add depth/stencil image loading supportDave Airlie1-1/+3
2020-07-27gallivm/sample: add some lodq related changesDave Airlie1-5/+14
2020-07-27gallivm/nir: add rough imod supportDave Airlie1-0/+1
2020-07-27draw: fix undefined shiftDave Airlie1-2/+2
2020-07-27gallivm/nir: add indirect swizzle output loading supportDave Airlie4-30/+83
2020-07-27gallivm/nir: misc vulkan related changesDave Airlie1-10/+32
2020-07-27gallium/nir/tgsi: reindent some codeDave Airlie1-59/+64
2020-07-27gallivm/nir: add some extra casting.Dave Airlie1-4/+4
2020-07-27gallivm/nir: add some vulkan needed lowering passesDave Airlie1-0/+6
2020-07-27gallivm/nir: split tex/sampler indirect offsetsDave Airlie1-5/+11
2020-07-27gallivm/nir: add a fence for barriersDave Airlie1-0/+1
2020-07-27gallivm/nir: add quantize to f16 supportDave Airlie1-0/+15
2020-07-27llvmpipe: blend has effects even if no colorbuffers.Dave Airlie1-3/+1
2020-07-27llvmpipe/fs: HACK some depth changes need to work out what they fixDave Airlie1-0/+6
2020-07-27llvmpipe: add array/3d clearing supporDave Airlie1-0/+8
2020-07-27gallivm/nir: add load push constant supportDave Airlie1-0/+16
2020-07-27gallivm/nir: add fsum opcode supportDave Airlie1-0/+12
2020-07-27gallivm/nir: add subpass sampler type supportDave Airlie1-2/+4
2020-07-27llvmpipe: refactor out some texture/image paramDave Airlie5-140/+103
2020-07-27llvmpipe: add some nir options for vulkanDave Airlie1-0/+11
2020-07-27vallium: initial import of the vulkan state tracker.Dave Airlie28-0/+11502
2020-07-27llvmpipe: add support for memory allocation APIsDave Airlie2-24/+119
2020-07-27gallium: add a resource flag to say no over allocation.Dave Airlie1-0/+1
2020-07-27gallium: add an interface for memory allocations.Dave Airlie2-0/+45
2020-07-27llvmpipe/cs: update compute counters not fragment shader.Dave Airlie1-2/+2
2020-07-27llvmpipe: lower cs intrinsicsDave Airlie1-0/+1
2020-07-27gallivm/nir: fixup compact TCS variable storage.Dave Airlie6-10/+37
2020-07-27llvmpipe: enable GL 4.5Dave Airlie1-1/+1
2020-07-27llvmpipe/blit: for 32-bit unorm depth blits just copy 32-bitDave Airlie1-0/+9
2020-07-25nir/lower_io: assert that offsets are used for shader_inKarol Herbst1-1/+1
2020-07-24etnaviv: do register setup only onceChristian Gmeiner6-6/+29
2020-07-24etnaviv: move shader_count to etna_compilerChristian Gmeiner2-2/+4
2020-07-24etnaviv: introduce struct etna_compilerChristian Gmeiner6-0/+65
2020-07-24etnaviv: explicitly set nir_variable_modeChristian Gmeiner1-1/+1
2020-07-23anv,turnip,radv,clover,glspirv: Run nir_copy_prop before nir_opt_derefJason Ekstrand1-0/+1
2020-07-23Revert "llvmpipe: Use the default behavior of ALLOW_MAPPED_BUFFERS."Dave Airlie1-0/+1
2020-07-23llvmpipe/ms: fix sign extension bug in rasterizer.Dave Airlie1-1/+1
2020-07-23softpipe: Enable PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS;Eric Anholt1-0/+1