summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2016-10-27nvc0/ir: fix emission of SHLADD with NEG modifiersSamuel Pitoiset2-2/+2
2016-10-27winsys/amdgpu: fix radeon_surf::macro_tile_index for imported texturesMarek Olšák1-0/+17
2016-10-27gallium/radeon: make sure the address of separate CMASK is aligned properlyMarek Olšák1-2/+3
2016-10-27gallium/radeon: fix incorrect bpe use in si_set_optimal_micro_tile_modeMarek Olšák1-7/+7
2016-10-27nvc0: use correct bufctx when invalidating CP texturesSamuel Pitoiset1-1/+1
2016-10-27st/nine: Fix locking CubeTexture surfaces.Axel Davy1-0/+1
2016-10-27st/nine: Fix mistake in Volume9 UnlockBoxAxel Davy1-1/+1
2016-10-27st/nine: Fix leak with integer and boolean constantsAxel Davy1-21/+18
2016-10-24nvc0: do not break 3D state by pushing MS coordinates on FermiSamuel Pitoiset1-43/+44
2016-10-24radeonsi: fix 64-bit loads from LDSNicolai Hähnle1-1/+1
2016-10-24nv50/ir: process texture offset sources as regular sourcesIlia Mirkin1-53/+94
2016-10-24nv50,nvc0: avoid reading out of bounds when getting bogus so infoIlia Mirkin2-2/+8
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