summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-05i965: fix unused variable warning in brw_emit_gpgpu_walker()Timothy Arceri1-2/+1
2016-10-05i965: add MAYBE_UNUSED to assert paramTimothy Arceri1-1/+1
2016-10-05i965: wrap unused function in #ifndef NDEBUGTimothy Arceri1-0/+2
2016-10-05i965: fix unused variable warning in gen7_block_read_scratch()Timothy Arceri1-2/+1
2016-10-05i965: add MAYBE_UNUSED to assert paramTimothy Arceri1-1/+1
2016-10-04gallivm: Use AVX2 gather instrinsics.Jose Fonseca1-0/+95
2016-10-04gallivm: Use 8 wide AoS sampling on AVX2.Roland Scheidegger1-5/+6
2016-10-04gallivm: Basic AVX2 support.José Fonseca4-28/+98
2016-10-04egl: Drop duplicate check on EGLSync typeChad Versace1-6/+0
2016-10-04egl: Cleanup control flow in _eglParseSyncAttribListChad Versace1-6/+8
2016-10-04egl: Add _eglConvertIntsToAttribs()Chad Versace2-0/+43
2016-10-04egl: Fix an error path in eglCreateSync*Chad Versace1-2/+12
2016-10-04egl: Fix truncation error in _eglParseSyncAttribList64Chad Versace1-3/+4
2016-10-04egl: Fix missing unlock in eglGetSyncAttribKHRChad Versace1-1/+1
2016-10-04anv/gen7_pipeline: Fix typo in semicolonAnuj Phogat1-1/+1
2016-10-04anv/gen7_pipeline: Set sample mask field in 3DSTATE_PSAnuj Phogat1-0/+3
2016-10-04anv/gen7_pipeline: Move ksp{1,2} state setting next to ksp0Anuj Phogat1-3/+2
2016-10-04anv/gen7: Make use of local variable prog_dataAnuj Phogat1-2/+2
2016-10-04anv/gen8_pipeline: Add an assert to ensure use_alt_mode is not set in prog_dataAnuj Phogat1-0/+1
2016-10-04anv/gen8_pipeline: Fix typo in semicolonAnuj Phogat1-1/+1
2016-10-04intel/genxml: Keep the value name 'Alternate' uniform across gen75.xmlAnuj Phogat1-3/+3
2016-10-04intel/genxml: Fix typo in gen75.xmlAnuj Phogat1-1/+1
2016-10-04i965/gen8+: Enable GL_OES_viewport_arrayAnuj Phogat2-2/+4
2016-10-04mesa: Add a check for OES_viewport_arrayAnuj Phogat1-1/+3
2016-10-04mesa: Enable enums for OES_viewport_arrayAnuj Phogat2-4/+10
2016-10-04anv/gen7_pipeline: Use MSDISPMODE_PERSAMPLE for non-multisampled fboAnuj Phogat1-1/+2
2016-10-04anv/blorp: Handle zero width/height blits in blorp_copy()Anuj Phogat1-1/+4
2016-10-04intel/isl: Add an assert to check zero width/height surfaceAnuj Phogat1-0/+3
2016-10-04st/omx/dec/h265: add scaling list dataLeo Liu1-5/+97
2016-10-04st/omx/dec/h265: fix the skip for before and after listLeo Liu1-3/+4
2016-10-04st/omx/dec/h265: set the default reference picture set for referenceLeo Liu1-2/+4
2016-10-04st/omx/dec/h265: decoder size should follow from spsLeo Liu2-7/+8
2016-10-04st/omx/dec/h265: increase dpb max size to 32Leo Liu1-1/+1
2016-10-04nir/spirv: Remove a duplicate spirv2nir from .gitignoreEric Engestrom1-1/+0
2016-10-04radeonsi: optionally run the LLVM IR verifier passNicolai Hähnle5-9/+38
2016-10-04gallium/radeon: fix argument type of llvm.{cttz,ctlz}.i32 intrinsicsNicolai Hähnle1-2/+2
2016-10-04gallium/radeon: unify the creation of basic blocksNicolai Hähnle1-10/+24
2016-10-04gallium/radeon: merge branch and loop flow control stacksNicolai Hähnle2-82/+78
2016-10-04gallium/radeon: simplify if/else/endif blocksNicolai Hähnle2-25/+18
2016-10-04gallium/radeon: label basic blocks by the corresponding TGSI pcNicolai Hähnle1-0/+17
2016-10-04gallium/radeon: cleanup and fix branch emitsNicolai Hähnle1-37/+14
2016-10-04winsys/radeon: add buffer_get_reloc_offsetNicolai Hähnle4-2/+25
2016-10-04radeonsi: don't declare LDS in PS when ds_bpermute is usedMarek Olšák3-4/+7
2016-10-04radeonsi: use DDX/DDY directly in si_llvm_emit_ddxy_interpMarek Olšák1-49/+7
2016-10-04radeonsi: simplify si_llvm_emit_ddxyMarek Olšák1-51/+29
2016-10-04radeonsi: don't call build_gep0 in si_llvm_emit_ddxy on VIMarek Olšák1-5/+9
2016-10-04radeonsi: use a helper function for BuildGEP(0, x)Marek Olšák1-47/+35
2016-10-04radeonsi: remove obsolete shader definitionsMarek Olšák1-12/+4
2016-10-04radeonsi: remove unnecessary #includesMarek Olšák11-23/+0
2016-10-04radeonsi: clean up lucky #include dependenciesMarek Olšák2-36/+35