summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2016-10-19radeonsi: remove cb0_is_integer handlingMarek Olšák3-13/+3
2016-10-19draw: improve vertex fetch (v2)Roland Scheidegger3-86/+134
2016-10-19draw: improved handling of undefined inputsRoland Scheidegger1-21/+32
2016-10-19gallivm: print out time for jitting functions with GALLIVM_DEBUG=perfRoland Scheidegger1-0/+11
2016-10-19gallivm: Use native packs and unpacks for the lerpsRoland Scheidegger3-13/+156
2016-10-18svga: minor code improvements in svga_validate_pipe_sampler_view()Brian Paul1-8/+8
2016-10-18st/va: force to flush the last p frame in idr periodBoyuan Zhang1-0/+3
2016-10-18radeonsi: rename prefixes from radeon to siMarek Olšák4-157/+157
2016-10-18radeonsi: merge radeon_llvm_context and si_shader_contextMarek Olšák4-317/+290
2016-10-18radeonsi: import all TGSI->LLVM code from gallium/radeonMarek Olšák11-462/+346
2016-10-18gallium/radeon: simplify initialization of 64-bit gallivm buildersMarek Olšák1-18/+4
2016-10-18gallium/radeon: remove unused radeon_llvm_reg_index_soaMarek Olšák2-7/+0
2016-10-18radeonsi: move LLVM ALU codegen into radeonsiMarek Olšák6-992/+1056
2016-10-18loader: remove loader_get_driver_for_fd() driver_typeEmil Velikov1-1/+1
2016-10-18gm107/ir: fix bit offset of tex lod setting for indirect texturingIlia Mirkin1-1/+1
2016-10-18gm107/ir: fix texturing with indirect samplersIlia Mirkin1-0/+10
2016-10-18gallium/tgsi: add missing #includeMarek Olšák1-0/+2
2016-10-18st/va: set default rt formats when calling vaCreateConfigJulien Isorce2-2/+12
2016-10-17radeonsi: unify the constant load pathsNicolai Hähnle1-28/+11
2016-10-17radeonsi: fix indirect loads of 64 bit constantsNicolai Hähnle1-2/+2
2016-10-17radeonsi: shorten "shader->selector" to "sel" in si_shader_createMarek Olšák1-7/+8
2016-10-17radeonsi: clear DB_RENDER_OVERRIDEMarek Olšák1-3/+1
2016-10-17st/nine: Fix multisample limit checkAxel Davy1-1/+1
2016-10-16vc4: Fix fast clear color packing for 565.Eric Anholt1-3/+16
2016-10-14nv50/ir: constant fold OP_SPLITTobias Klausmann1-0/+18
2016-10-14pipe_loader_sw: Don't invoke Unix close() on Windows.Jose Fonseca1-0/+2
2016-10-14gallium: annotate sw_driver_descriptor instance as const dataEmil Velikov2-2/+2
2016-10-14gallium: annotate drm_driver_descriptor instance as const dataEmil Velikov1-2/+2
2016-10-14gallium: rename drm_driver_descriptor::{, driver_}nameEmil Velikov2-18/+18
2016-10-14gallium: remove unused drm_driver_descriptor::driver_nameEmil Velikov10-28/+9
2016-10-14gallium: fix drm_driver_descriptor::name commentEmil Velikov1-1/+1
2016-10-14st/va: Fix H.264 PicOrderCnt valueMark Thompson1-1/+1
2016-10-14st/va: Baseline profile is not supportedMark Thompson1-2/+2
2016-10-14st/va: Return surface formats depending on config chroma formatMark Thompson1-2/+10
2016-10-14st/va: Save surface chroma format in configMark Thompson2-1/+20
2016-10-14st/va: Return more useful config attributesMark Thompson1-9/+38
2016-10-13swr: [rasterizer core] don't construct pArContext on non-ar buildsTim Rowley1-0/+6
2016-10-13swr: [rasterizer core] remove WorkerWaitForThreadEvent bucketTim Rowley3-6/+0
2016-10-13swr: [rasterizer core] move binner functionality to separate fileTim Rowley3-1392/+1444
2016-10-13swr: [rasterizer scripts] add DEBUG_OUTPUT_DIR knobTim Rowley1-0/+7
2016-10-13swr: [rasterizer core] fix comment typoTim Rowley1-1/+1
2016-10-13swr: [rasterizer core/sim] 8x2 backend + 16-wide tile clear/load/storeTim Rowley13-100/+1895
2016-10-13swr: [rasterizer archrast] fix event file issue with saving dataTim Rowley4-8/+22
2016-10-13swr: [rasterizer common] fix assert indexEric Engestrom1-1/+1
2016-10-13nv50: enable ARB_enhanced_layoutsIlia Mirkin1-1/+1
2016-10-13nvc0/ir: be more careful about preserving modifiers in SHLADD creationIlia Mirkin1-7/+5
2016-10-13tgsi: fix comment typo in tgsi_ureg.cBrian Paul1-1/+1
2016-10-13vc4: Avoid loading from the texture during non-utile-aligned glTexImage().Eric Anholt1-12/+34
2016-10-13st/nine: Fix possible segfault in surface ctorAxel Davy1-2/+2
2016-10-13st/nine: Remove useless code in nine_shaderAxel Davy1-5/+0