summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: emit param exports after position exportsMarek Olšák2017-07-171-3/+3
* radeonsi: move building parameter exports into a separate functionMarek Olšák2017-07-171-84/+78
* radeonsi: don't use info.num_inputs when it's unusedMarek Olšák2017-07-171-1/+1
* radeonsi: add si_build_fs_interp helperMarek Olšák2017-07-171-61/+39
* radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_targetMarek Olšák2017-07-173-45/+1
* gallivm: inline gallivm_init_llvm_targetsMarek Olšák2017-07-172-18/+8
* radeonsi: don't call gallivm_init_llvm_targetsMarek Olšák2017-07-171-1/+0
* gallium/radeon: reallocate suballocated buffers when exportedMarek Olšák2017-07-172-1/+28
* gallium/radeon: flush the context after in-place texture realloc before exportMarek Olšák2017-07-171-0/+1
* st/va: Fix scaling list ordering for H.265Mark Thompson2017-07-173-7/+49
* gallium/u_blitter: don't use TXF for scaled blitsMarek Olšák2017-07-171-4/+6
* ddebug: fix parsing of the pipelined modeSamuel Pitoiset2017-07-171-1/+1
* swr: JitManager runtime determination of architectureTim Rowley2017-07-141-1/+2
* st/mesa: Add KHR_no_error toggle to driconfGrigori Goronzy2017-07-142-0/+4
* st/mesa: Add support for KHR_no_error flagGrigori Goronzy2017-07-142-0/+4
* dri: Add KHR_no_error DRI extensionGrigori Goronzy2017-07-143-1/+5
* gallium/hud: use double values for all graphsChristoph Haag2017-07-143-8/+14
* Revert "etnaviv: add support for snorm textures"Lucas Stach2017-07-142-7/+3
* etnaviv: reset indexed rendering information when not rendering indexedWladimir J. van der Laan2017-07-141-1/+6
* etnaviv: Use the correct LOG instruction on GC3000Wladimir J. van der Laan2017-07-143-10/+59
* etnaviv: flush source TS before resolveLucas Stach2017-07-141-0/+4
* etnaviv: flush color cache and depth cache together before resolvesPhilipp Zabel2017-07-141-9/+13
* st/dri: add 32-bit RGBX/RGBA formatsMarek Olšák2017-07-132-12/+65
* swr/rast: Fix use of KNL-only intrinsics in SKX buildTim Rowley2017-07-133-6/+6
* swr/rast: Fix build warnings when using the Intel compilerTim Rowley2017-07-131-1/+1
* swr/rast: SIMD16 Frontend - Fix USE_SIMD16_FRONTEND buildTim Rowley2017-07-134-12/+25
* swr/rast: Removing unneeded MSVC warning pragmaTim Rowley2017-07-131-3/+0
* swr/rast: Add support for read-only render targetsTim Rowley2017-07-132-4/+10
* swr/rast: Support render target mask instead of render target countTim Rowley2017-07-137-49/+85
* radeonsi/gfx9: fix crash building monolithic merged ES-GS shaderNicolai Hähnle2017-07-131-3/+6
* nv50/ir: fix threads calculation for non-compute shadersIlia Mirkin2017-07-121-5/+9
* freedreno/ir3: fix load_front_face conversionIlia Mirkin2017-07-121-6/+3
* swr: Add path to draw directly from client memory without copy.Bruce Cherniak2017-07-125-11/+51
* swr: Move environment config options into separate function.Bruce Cherniak2017-07-121-26/+34
* swr: Remove hard-coded constant and "todo" comment.Bruce Cherniak2017-07-121-1/+2
* Android: Fix vc4 build since XML changes.Rob Herring2017-07-121-1/+1
* st/mesa: add a winsys buffers list in st_contextCharmaine Lee2017-07-113-1/+12
* vc4: Set shareable BOs as T tiled if possibleEric Anholt2017-07-124-13/+182
* vc4: Use vc4_setup_slices for resource importEric Anholt2017-07-121-33/+19
* vc4: Make the miptree debug code available under VC4_DEBUG=surfEric Anholt2017-07-123-5/+6
* vc4: Switch back to using a local copy of vc4_drm.h.Eric Anholt2017-07-122-2/+4
* vc4: Remove a stale comment.Eric Anholt2017-07-121-4/+0
* svga: whitespace, formatting fixes in svga_swtnl_backend.cBrian Paul2017-07-121-34/+45
* svga: whitespace, formatting fixes in svga_swtnl_draw.cBrian Paul2017-07-121-9/+9
* svga: whitespace, formatting fixes in svga_swtnl_state.cBrian Paul2017-07-121-19/+19
* svga: move comment, declaration in svga_init_shader_key_common()Brian Paul2017-07-121-6/+5
* draw: whitespace, formatting fixes in draw_vs_exec.cBrian Paul2017-07-121-47/+43
* draw: s/unsigned/enum tgsi_semantic/Brian Paul2017-07-122-3/+3
* svga: fix texture swizzle writemaskingBrian Paul2017-07-111-0/+2
* swr: build driver proper separate from rasterizerTim Rowley2017-07-115-39/+36