summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2016-05-05radeonsi: correct NULL-pointer check in si_upload_const_bufferNicolai Hähnle1-1/+1
2016-05-05winsys/sw/xlib: use correct free function for xlib_dt->dataJose Fonseca1-1/+1
2016-05-05winsys/sw/dri: use correct free function for dri_sw_dt->dataWuZhen1-1/+1
2016-05-05tgsi: initialize stack allocated structWuZhen1-0/+7
2016-05-05gallium/radeon: fix crash in r600_set_streamout_targetsNicolai Hähnle2-7/+9
2016-05-05nvc0: reduce GL_MAX_3D_TEXTURE_SIZE to 2048 on Kepler+Samuel Pitoiset1-1/+1
2016-05-05gk110/ir: add emission for (a OP b) OP cSamuel Pitoiset1-0/+26
2016-05-05nvc0/ir: fix wrong emission of (a OP b) OP cSamuel Pitoiset1-2/+2
2016-05-05r600g: use do_endian_swap in texture swapping functionOded Gabbay1-1/+34
2016-05-05r600g: use do_endian_swap in color swapping functionsOded Gabbay2-8/+14
2016-05-05r600g: set endianess of 16/32-bit buffers according to do_endian_swapOded Gabbay1-4/+13
2016-05-05r600g/radeonsi: send endian info to format translation functionsOded Gabbay7-33/+55
2016-05-05gallivm: make sampling more robust against bogus coordinatesRoland Scheidegger3-13/+43
2016-05-05gallium/util: initialize pipe_framebuffer_state to zerosBrian Paul1-1/+1
2016-05-05vc4: Make sure we recompile when sample_mask changes.Eric Anholt1-0/+1
2016-05-05vc4: Fix tests for format supported with nr_samples == 1.Eric Anholt1-3/+4
2016-05-05gallivm: fix bogus argument order to lp_build_sample_mipmap functionRoland Scheidegger1-2/+2
2016-05-05gk110/ir: make use of IMUL32I for all immediatesSamuel Pitoiset1-1/+1
2016-05-05vc4: Add support for rendering to cube map surfaces.Eric Anholt1-1/+2
2016-05-05llvmpipe: (trivial) initialize src1_alpha var to NULLRoland Scheidegger1-1/+1
2016-05-05vc4: Fix subimage accesses to LT textures.Eric Anholt1-4/+4
2016-05-05radeon/uvd: fix tonga feedback buffer sizeLeo Liu1-4/+8
2016-05-05gallium/radeon: handle failure when mapping staging bufferNicolai Hähnle1-0/+4
2016-05-05radeonsi: fix bounds check in si_create_vertex_elementsNicolai Hähnle1-1/+1
2016-05-04st/va: avoid dereference after free in vlVaDestroyImageThomas Hindoe Paaboel Andersen1-1/+3
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