summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/osmesa: add osmesa framebuffer iface hash table per st managerBruce Cherniak2017-08-051-0/+11
* gallium/radeon: fix ARB_query_buffer_object conversion to booleanNicolai Hähnle2017-08-051-1/+2
* radeon/ac: use ds_swizzle for derivs on si/cik.Dave Airlie2017-08-051-15/+1
* radeonsi: ensure that temp array allocas are in the entry blockNicolai Hähnle2017-08-051-1/+1
* virgl: drop precise modifier.Dave Airlie2017-07-311-0/+10
* radeonsi: update dirty_level_mask only when flushing or unbinding framebufferMarek Olšák2017-07-315-43/+59
* radeonsi/gfx9: always wrap GS and TCS in an if-block (v2)Nicolai Hähnle2017-07-312-33/+79
* radeonsi/gfx9: fix vertex idx in ES with multiple waves per threadgroupNicolai Hähnle2017-07-311-1/+6
* swr: fix transform feedback logicGeorge Kyriazis2017-07-314-8/+71
* st/dri2: Return invalid modifier when no driver supportDaniel Stone2017-07-271-0/+6
* st/dri: Check get-handle return value in queryImageDaniel Stone2017-07-271-12/+18
* swr/rast: non-regex knob fallback code for gcc < 4.9Tim Rowley2017-07-271-0/+21
* virgl: encode index buffer offset.Dave Airlie2017-07-271-1/+1
* radeonsi: decrease the number of compiler threadsMarek Olšák2017-07-272-3/+8
* gallium/radeon: make S_FIXED function signed and move it to shared codeMarek Olšák2017-07-273-9/+5
* st/mesa: create framebuffer iface hash table per st managerCharmaine Lee2017-07-277-0/+33
* radeonsi/gfx9: reduce max threads per block to 1024 on gfx9+Nicolai Hähnle2017-07-271-15/+24
* radeonsi: fix detection of DRAW_INDIRECT_MULTI on SINicolai Hähnle2017-07-271-2/+2
* broadcom/vc4: Prefer blit via rendering to the software fallback.Eric Anholt2017-07-271-6/+8
* 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