summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2015-10-22svga: avoid provoking vertex conversion when possibleBrian Paul1-1/+14
2015-10-22svga: detect constant color writes in fragment shadersBrian Paul5-2/+77
2015-10-22radeon/uvd: don't expose HEVC on old UVD hw (v3)Alex Deucher1-32/+18
2015-10-22gallivm: Translate all util_cpu_caps bits to LLVM attributes.Jose Fonseca1-2/+34
2015-10-22ilo: make sure there is HiZ before resolvingChia-I Wu1-2/+4
2015-10-22ilo: fix max thread count for HS on Gen8Chia-I Wu1-3/+5
2015-10-21svga: fix clip plane regression after recent tgsi_scan changeBrian Paul1-2/+2
2015-10-21osmesa: Expose GL entry points for Windows build via DEF file.Nigel Stewart2-0/+674
2015-10-20svga: add switch case for PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTBrian Paul1-0/+2
2015-10-20draw: fix splitting of line loops (v2)Brian Paul4-8/+32
2015-10-20gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák15-1/+42
2015-10-20vc4: Switch our vertex attr lowering to being NIR-based.Eric Anholt2-143/+200
2015-10-20vc4: Add limited support for ibfe/ubfe.Eric Anholt1-0/+42
2015-10-20tgsi/scan: use properties for clip/cull distance writemasksMarek Olšák1-14/+14
2015-10-20gallium: add new properties for clip and cull distance usageMarek Olšák3-1/+15
2015-10-20radeonsi: enable BC_OPTIMIZE if centroid isn't usedMarek Olšák1-1/+5
2015-10-20radeonsi: fix the export_prim_id field size in the shader keyMarek Olšák1-2/+2
2015-10-20radeonsi: support thread-safe shaders shared by multiple contextsMarek Olšák9-199/+224
2015-10-20gallium: add PIPE_CAP_SHAREABLE_SHADERSMarek Olšák15-0/+16
2015-10-20radeonsi: add support for ARB_texture_viewMarek Olšák2-7/+22
2015-10-20vc4: Use nir_foreach_variableBoyan Ding3-7/+7
2015-10-19st/omx/dec/h264: fix field picture type 0 poc disorderLeo Liu1-4/+8
2015-10-19scons: Build nir/glsl_types.cpp once.Jose Fonseca6-27/+2
2015-10-19svga: fix incorrect round-down arithmeticBrian Paul1-1/+1
2015-10-19st/va: Added support for NV12 to IYUV conversion in vlVaGetImageIndrajit Das1-3/+5
2015-10-19st/va: Used correct parameter to derive the value of the "h" variable in vlVa...Indrajit Das1-1/+1
2015-10-18ilo: set VME for 3DSTATE_PSChia-I Wu1-1/+6
2015-10-18ilo: ignore prefer_linear_threshold when zeroChia-I Wu2-3/+3
2015-10-18ilo: remove some unused kernel paramsChia-I Wu2-22/+0
2015-10-18ilo: remove unused ilo_shader_get_type()Chia-I Wu2-12/+0
2015-10-18ilo: remove u_debug.h inclusion from ilo_core.hChia-I Wu2-1/+2
2015-10-18ilo: remove u_memory.h inclusion from ilo_core.hChia-I Wu3-1/+3
2015-10-18nvc0: do not bind input params at compute state init on FermiSamuel Pitoiset1-8/+0
2015-10-17radeonsi: don't use the AMDGPU intrinsic for CMPMarek Olšák1-9/+22
2015-10-17radeonsi: use LRP from gallivmMarek Olšák1-2/+0
2015-10-17radeonsi: don't emit AMDGPU intrinsics for integer abs, min, maxMarek Olšák1-10/+50
2015-10-17radeonsi: don't emit AMDGPU intrinsics for EX2, ROUND, TRUNCMarek Olšák1-3/+3
2015-10-17radeonsi: initialize output, temp, and address registers to "undef"Marek Olšák1-4/+15
2015-10-17gallivm: implement the correct version of LRPMarek Olšák1-6/+13
2015-10-17gallivm: set correct opcode info from unary/binary/ternary emitsMarek Olšák1-3/+6
2015-10-17radeonsi: implement vertex color clampingMarek Olšák5-4/+52
2015-10-17radeonsi: implement fragment color clampingMarek Olšák6-2/+18
2015-10-17radeonsi: clean up other scratch buffer functionsMarek Olšák1-15/+8
2015-10-17radeonsi: clean up copy-pasted scratch buffer updatesMarek Olšák1-26/+13
2015-10-17radeonsi: unify shader create functionsMarek Olšák1-40/+9
2015-10-17radeonsi: unify shader delete functionsMarek Olšák1-67/+17
2015-10-17radeonsi: fix a GS copy shader leakMarek Olšák1-1/+3
2015-10-17radeonsi: remove an unused ctx parameter in si_shader_destroyMarek Olšák4-6/+6
2015-10-17radeonsi: print export_prim_id from the shader keyMarek Olšák1-0/+2
2015-10-17radeonsi: disable NaNs for LS and HSMarek Olšák1-2/+4