summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* svga: implement MSAA alpha_to_one featureBrian Paul2017-07-255-1/+57
* svga: rework the FS white fragments codeBrian Paul2017-07-252-33/+21
* gallium/util: s/unsigned/enum tgsi_texture_type/Brian Paul2017-07-254-21/+24
* st/dri2: Return invalid modifier when no driver supportDaniel Stone2017-07-251-0/+6
* st/dri: Check get-handle return value in queryImageDaniel Stone2017-07-251-12/+18
* r600: Add support for B5G5R5A1.Michal Srb2017-07-251-0/+6
* radeon/vcn: move message buffer to vram for nowLeo Liu2017-07-251-1/+2
* trace: Correct transfer box size calculation.Jose Fonseca2017-07-251-9/+8
* r600g: constify some args at r600_asm.cConstantine Charlamov2017-07-251-5/+6
* r600g: remove unused "bc" args, and one unneeded forward declarationConstantine Charlamov2017-07-251-45/+40
* st/mesa: create framebuffer iface hash table per st managerCharmaine Lee2017-07-247-0/+33
* swr: use the correct variable for no undefined symbolsEmil Velikov2017-07-241-1/+1
* swr: don't forget to link KNL/SKX against pthreadsEmil Velikov2017-07-241-0/+8
* swr: don't forget to link AVX/AVX2 against pthreadsEmil Velikov2017-07-241-0/+8
* etnaviv: Clear lbl_usage array correctlyWladimir J. van der Laan2017-07-231-1/+1
* svga: Limit number of immediates in shaderNeha Bhende2017-07-221-3/+5
* svga: fix constant indices for texcoord scale factors and texture buffer sizeCharmaine Lee2017-07-221-9/+6
* svga: fix unnormalized->normalized texture coordinate conversionNeha Bhende2017-07-223-3/+35
* svga: only support 4x, 8x, 16x msaaBrian Paul2017-07-221-0/+5
* nv50/ir: disable mul+add to mad for precise instructionsKarol Herbst2017-07-211-2/+3
* nv50/ir/tgsi: handle precise for most ALU instructionsKarol Herbst2017-07-211-0/+2
* nv50/ir: add precise field to InstructionKarol Herbst2017-07-212-0/+3
* gallium/docs: add precise instruction modifierKarol Herbst2017-07-211-1/+10
* tgsi/text: parse _PRECISE modifierKarol Herbst2017-07-211-3/+14
* tgsi: populate preciseKarol Herbst2017-07-215-6/+27
* tgsi/dump: print _PRECISE modifier on InstructionsKarol Herbst2017-07-211-0/+4
* tgsi: add precise flag to tgsi_instructionKarol Herbst2017-07-212-1/+3
* st/mesa: add destroy_drawable interfaceCharmaine Lee2017-07-205-2/+24
* gallivm: handle call attributes for llvm < 4.0 in lp_add_function_attrRoland Scheidegger2017-07-211-3/+7
* swr/rast: quit using linux-specific gettid()Tim Rowley2017-07-212-4/+3
* swr/rast: fix memory paths for avx512 optimized avx/sseTim Rowley2017-07-212-10/+10
* swr/rast: cache line align hottile buffersTim Rowley2017-07-211-3/+3
* swr/rast: simdlib changes for clang/gccTim Rowley2017-07-212-10/+35
* etnaviv: Avoid duplicates in formats tableWladimir J. van der Laan2017-07-211-5/+1
* etnaviv: Add support for ETC2 texture compressionWladimir J. van der Laan2017-07-212-1/+22
* gallium/util: Implement util_format_is_etcWladimir J. van der Laan2017-07-211-0/+13
* configure/swr: add KNL and SKX architecture targetsTim Rowley2017-07-192-0/+58
* configure/swr: configurable swr architecturesTim Rowley2017-07-193-8/+40
* gallium/util: fix nondeterministic avx512 detectionTim Rowley2017-07-191-1/+1
* etnaviv: advertise supported dmabuf modifiersLucas Stach2017-07-191-0/+44
* etnaviv: implement resource creation with modifierLucas Stach2017-07-194-7/+100
* etnaviv: fill in modifier in etna_resource_get_handleLucas Stach2017-07-191-0/+19
* etnaviv: fold etna_screen_bo_get_handle into etna_resource_get_handleLucas Stach2017-07-193-28/+16
* etnaviv: implement resource import with modifierLucas Stach2017-07-191-32/+77
* etnaviv: also update textures from external resourcesLucas Stach2017-07-191-8/+16
* etnaviv: increment correct seqno for external resourcesLucas Stach2017-07-191-1/+4
* etnaviv: pad scanout buffer size to RS alignmentLucas Stach2017-07-191-2/+8
* etnaviv: add helper to work out RS alignmentLucas Stach2017-07-192-9/+18
* renderonly/etnaviv: stop importing resource from renderonlyLucas Stach2017-07-196-62/+62
* gallium: auxiliary: Fix standalone Android build of u_cpu_detect (v2)Tomasz Figa2017-07-192-2/+10