summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* broadcom/vc5: Split transform feedback specs update from buffers.Eric Anholt2018-03-261-27/+32
* broadcom/vc5: Limit each transform feedback data spec to 16 dwords.Eric Anholt2018-03-262-14/+31
* gallium/u_vbuf: Protect against overflow with large instance divisors.Eric Anholt2018-03-261-1/+10
* winsys/amdgpu: always allow GTT placements on APUsMarek Olšák2018-03-261-7/+5
* radeonsi: don't reallocate on DMABUF export if local BOs are disabledMarek Olšák2018-03-262-5/+6
* gallium: Do not add -Wframe-address option for gcc <= 4.4.Vinson Lee2018-03-261-1/+1
* gallium: Correct minor typo in header commentsAlyssa Rosenzweig2018-03-261-1/+1
* svga: simplify uses_flat_interp expression in emit_input_declarations()Brian Paul2018-03-231-1/+1
* svga: replace unsigned with proper enum namesBrian Paul2018-03-232-15/+16
* tgsi,softpipe: use enum tgsi_opcodeBrian Paul2018-03-233-8/+8
* st/mesa,tgsi: use enum tgsi_opcodeBrian Paul2018-03-234-29/+29
* tgsi/nir: use enum tgsi_opcodeBrian Paul2018-03-231-2/+2
* tgsi: use enum tgsi_opcodeBrian Paul2018-03-235-14/+14
* gallivm: use enum tgis_opcodeBrian Paul2018-03-232-8/+12
* svga: use enum tgsi_opcodeBrian Paul2018-03-232-5/+5
* tgsi: convert opcode macros to enumsBrian Paul2018-03-231-273/+275
* nir: Rename image intrinsics to image_varJason Ekstrand2018-03-233-29/+29
* virgl: add ARB_cull_distance support.Dave Airlie2018-03-234-5/+13
* broadcom/vc5: Allow FBOs with mixed color formats.Eric Anholt2018-03-221-1/+1
* broadcom/vc5: Add missing support for 2101010_REV vertex attributes.Eric Anholt2018-03-221-0/+8
* gallium/winsys/kms: Add support for multi-planesLepton Wu2018-03-221-40/+112
* gallium/winsys/kms: Fix possible leak in map/unmap.Lepton Wu2018-03-221-7/+31
* broadcom/vc4: add path to nir_builder.hJuan A. Suarez Romero2018-03-221-1/+1
* autotools: add tegra header filesJuan A. Suarez Romero2018-03-221-0/+1
* swr/rast: autotools: add events_private.proto in dist tarball.Juan A. Suarez Romero2018-03-221-0/+1
* clover/llvm: Fix build against LLVM/Clang 4.0Aaron Watry2018-03-212-1/+3
* broadcom/vc5: Fix up the NIR types of FS outputs generated by NIR-to-TGSI.Eric Anholt2018-03-212-0/+16
* radeonsi: fix a snprintf warning on gcc 7.3.0Marek Olšák2018-03-211-1/+1
* radeonsi/gfx9: print the swizzle mode for testdmaMarek Olšák2018-03-211-2/+16
* ac/surface: compute tile swizzle for GFX9Marek Olšák2018-03-212-0/+3
* broadcom/vc5: Don't skip job submit just because everything is scissored.Eric Anholt2018-03-212-10/+7
* broadcom/vc5: Handle sparsely populated SO target array.Eric Anholt2018-03-211-7/+14
* broadcom/vc5: Fix 3D miplevel limit to match other texture targets.Eric Anholt2018-03-211-2/+1
* broadcom/vc5: Clamp the instance divisor to 16 bits.Eric Anholt2018-03-211-1/+2
* radeon/vce: move feedback command inside of destroy functionLeo Liu2018-03-213-9/+12
* clover: Dynamically calculate __OPENCL_VERSION__ and CLC language versionAaron Watry2018-03-211-2/+5
* clover/llvm: Add get_[cl|language]_version, validation and some helpersAaron Watry2018-03-211-0/+88
* virgl: Implement seamless cube mapsStéphane Marchesin2018-03-212-1/+3
* st/radeonsi: enable uniform packing in NIR backendTimothy Arceri2018-03-201-1/+5
* gallium: add packed uniform CAPTimothy Arceri2018-03-2018-0/+19
* st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state trackerTimothy Arceri2018-03-201-10/+0
* broadcom/vc5: Add support for register spilling.Eric Anholt2018-03-193-0/+30
* st/nine: Fix non inversible matrix checkAxel Davy2018-03-181-1/+1
* st/nine: Fixes warning about implicit conversionAxel Davy2018-03-181-1/+1
* st/nine: Fix bad tracking of vs textures for NINESBT_ALLAxel Davy2018-03-181-1/+1
* st/nine: Fix bad tracking of bound vs texturesAxel Davy2018-03-181-1/+1
* r600: consolidate PIPE_BIND_SHARED/SCANOUT handlingMarek Olšák2018-03-162-14/+4
* tgsi: move tgsi_processor_to_shader_stage() to a headerEmil Velikov2018-03-162-15/+16
* etnaviv: remove superfluous \n from DBG(..) callersChristian Gmeiner2018-03-164-6/+6
* meson: fix pipe-loaders after omx changesDylan Baker2018-03-151-3/+4