summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2016-04-15nvc/ir: remove duplicate variable declarationEmil Velikov1-1/+0
2016-04-14nv50/ir: we can't load local memory directly into an outputIlia Mirkin1-1/+2
2016-04-14nvc0: disable primitive restart and index bias during blitsIlia Mirkin1-0/+11
2016-04-14nvc0/ir: fix picking of coordinates from tex instruction for textureGradIlia Mirkin1-0/+11
2016-04-14r600/sb: Do not distribute neg in expr_handler::fold_assoc() when folding mul...xavier1-2/+6
2016-04-14nvc0: make sure to delete samplers used by compute shadersSamuel Pitoiset1-1/+1
2016-04-14st/omx/dec: Correct the timestampingNishanth Peethambaran4-8/+34
2016-04-14st/omx: Remove trailing spacesNishanth Peethambaran3-31/+31
2016-04-14nv50/ir: fix indirect texturing for non-array textures on nvc0Ilia Mirkin1-3/+7
2016-04-14nv50/ir: force-enable derivatives on TXD opsIlia Mirkin2-1/+4
2016-04-14nv50: reset TFB bufctx when we no longer hold a reference to the buffersIlia Mirkin2-3/+3
2016-04-14radeonsi: fix Hyper-Z hangs on P2 configsMarek Olšák1-2/+8
2016-04-11draw: fix line stipplingRoland Scheidegger1-15/+15
2016-04-11softpipe: fix anisotropic filtering crashRoland Scheidegger1-2/+7
2016-04-11nvc0: fix blit triangle size to fully cover FB's > 8192x8192Ilia Mirkin1-4/+4
2016-04-11r600g: clear compressed_depthtex/colortex_mask when binding buffer textureNicolai Hähnle1-12/+12
2016-04-11radeon/uvd: increase max height to 4096 for VI and newerTamil velan1-1/+1
2016-04-11gallium/radeon: don't use temporary buffers for persistent mappingsMarek Olšák1-2/+4
2016-04-11radeon/uvd: disable MPEG1Christian König1-0/+1
2016-04-11nvc0: reset TFB bufctx when we no longer hold a reference to the buffersIlia Mirkin2-2/+3
2016-04-11winsys/svga: Increase the fence timeoutThomas Hellstrom1-1/+2
2016-04-11winsys/svga: Fix an uninitialized return valueThomas Hellstrom1-0/+2
2016-04-11radeonsi: Do colorformat endian swap for PIPE_USAGE_STAGINGOded Gabbay1-5/+1
2016-04-11r600g: Do colorformat endian swap for PIPE_USAGE_STAGINGOded Gabbay2-17/+2
2016-04-11st/clover: Add libelf cflags to the buildKoop Mast2-3/+1
2016-04-11r600: Make enum alu_op_flags unsignedRob Herring1-8/+8
2016-04-11gallium/radeon: Add space between string literal and identifierRob Herring1-1/+1
2016-04-11freedreno: drop unnecessary -Wno-packed-bitfield-compatRob Herring1-2/+2
2016-04-11Android: clean-up and fix DRI module path handlingRob Herring1-1/+2
2016-04-11gallium/radeon: disable evergreen_do_fast_color_clear for BEOded Gabbay1-0/+5
2016-04-11gallium/r600: Don't let h/w do endian swap for colorformatOded Gabbay1-0/+7
2016-04-11gallium/radeon: remove separate BE path in r600_translate_colorswapOded Gabbay1-12/+1
2016-04-11nv50,nvc0: bump minimum texture buffer offset alignmentIlia Mirkin2-2/+2
2016-04-11gallium/radeon: return correct values for BE in r600_translate_colorswapOded Gabbay1-4/+4
2016-04-11llvmpipe: use vpkswss when dst is signedOded Gabbay1-16/+15
2016-04-11gallium/radeon: Correctly translate colorswaps for big endianOded Gabbay1-0/+11
2016-04-11nv50/ir: fix quadop emission in the presence of predicationIlia Mirkin4-5/+9
2016-04-11llvmpipe: Do not use barriers if not using threads.Vinson Lee1-2/+6
2016-04-11nvc0: avoid negatives in PUSH_SPACE argumentIlia Mirkin1-1/+1
2016-04-11nvc0: add some missing PUSH_SPACE'sIlia Mirkin1-1/+8
2016-02-24nvc0/ir: fix converting between predicate and gprIlia Mirkin3-11/+41
2016-02-24radeonsi: fix Hyper-Z on StoneyMarek Olšák1-0/+4
2016-02-04radeonsi: fix discard-only fragment shaders (11.1 version)Nicolai Hähnle1-0/+3
2016-02-04st/omx/dec/h264: fix corruption when scaling matrix present flag setLeo Liu1-2/+5
2016-02-04vl: add zig zag scan for list 4x4Leo Liu2-0/+8
2016-02-04gallium: Add DragonFly supportFrançois Tigeot1-1/+1
2016-02-04nv50/ir: fix false global CSE on instructions with multiple defsIlia Mirkin1-0/+2
2016-02-04nv50,nvc0: fix buffer clearing to respect engine alignment requirementsIlia Mirkin2-52/+247
2016-02-04nvc0: avoid crashing when there are holes in vertex array bindingsIlia Mirkin1-3/+13
2016-02-04vc4: Throttle outstanding rendering after submission.Eric Anholt1-0/+9