summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* egl: Fix missing unlock in eglGetSyncAttribKHRChad Versace2016-10-041-1/+1
* anv/gen7_pipeline: Fix typo in semicolonAnuj Phogat2016-10-041-1/+1
* anv/gen7_pipeline: Set sample mask field in 3DSTATE_PSAnuj Phogat2016-10-041-0/+3
* anv/gen7_pipeline: Move ksp{1,2} state setting next to ksp0Anuj Phogat2016-10-041-3/+2
* anv/gen7: Make use of local variable prog_dataAnuj Phogat2016-10-041-2/+2
* anv/gen8_pipeline: Add an assert to ensure use_alt_mode is not set in prog_dataAnuj Phogat2016-10-041-0/+1
* anv/gen8_pipeline: Fix typo in semicolonAnuj Phogat2016-10-041-1/+1
* intel/genxml: Keep the value name 'Alternate' uniform across gen75.xmlAnuj Phogat2016-10-041-3/+3
* intel/genxml: Fix typo in gen75.xmlAnuj Phogat2016-10-041-1/+1
* i965/gen8+: Enable GL_OES_viewport_arrayAnuj Phogat2016-10-042-2/+4
* mesa: Add a check for OES_viewport_arrayAnuj Phogat2016-10-041-1/+3
* mesa: Enable enums for OES_viewport_arrayAnuj Phogat2016-10-042-4/+10
* anv/gen7_pipeline: Use MSDISPMODE_PERSAMPLE for non-multisampled fboAnuj Phogat2016-10-041-1/+2
* anv/blorp: Handle zero width/height blits in blorp_copy()Anuj Phogat2016-10-041-1/+4
* intel/isl: Add an assert to check zero width/height surfaceAnuj Phogat2016-10-041-0/+3
* st/omx/dec/h265: add scaling list dataLeo Liu2016-10-041-5/+97
* st/omx/dec/h265: fix the skip for before and after listLeo Liu2016-10-041-3/+4
* st/omx/dec/h265: set the default reference picture set for referenceLeo Liu2016-10-041-2/+4
* st/omx/dec/h265: decoder size should follow from spsLeo Liu2016-10-042-7/+8
* st/omx/dec/h265: increase dpb max size to 32Leo Liu2016-10-041-1/+1
* nir/spirv: Remove a duplicate spirv2nir from .gitignoreEric Engestrom2016-10-041-1/+0
* radeonsi: optionally run the LLVM IR verifier passNicolai Hähnle2016-10-045-9/+38
* gallium/radeon: fix argument type of llvm.{cttz,ctlz}.i32 intrinsicsNicolai Hähnle2016-10-041-2/+2
* gallium/radeon: unify the creation of basic blocksNicolai Hähnle2016-10-041-10/+24
* gallium/radeon: merge branch and loop flow control stacksNicolai Hähnle2016-10-042-82/+78
* gallium/radeon: simplify if/else/endif blocksNicolai Hähnle2016-10-042-25/+18
* gallium/radeon: label basic blocks by the corresponding TGSI pcNicolai Hähnle2016-10-041-0/+17
* gallium/radeon: cleanup and fix branch emitsNicolai Hähnle2016-10-041-37/+14
* winsys/radeon: add buffer_get_reloc_offsetNicolai Hähnle2016-10-044-2/+25
* radeonsi: don't declare LDS in PS when ds_bpermute is usedMarek Olšák2016-10-043-4/+7
* radeonsi: use DDX/DDY directly in si_llvm_emit_ddxy_interpMarek Olšák2016-10-041-49/+7
* radeonsi: simplify si_llvm_emit_ddxyMarek Olšák2016-10-041-51/+29
* radeonsi: don't call build_gep0 in si_llvm_emit_ddxy on VIMarek Olšák2016-10-041-5/+9
* radeonsi: use a helper function for BuildGEP(0, x)Marek Olšák2016-10-041-47/+35
* radeonsi: remove obsolete shader definitionsMarek Olšák2016-10-041-12/+4
* radeonsi: remove unnecessary #includesMarek Olšák2016-10-0411-23/+0
* radeonsi: clean up lucky #include dependenciesMarek Olšák2016-10-042-36/+35
* radeonsi: don't re-create shader PM4 states after scratch buffer updateMarek Olšák2016-10-043-15/+25
* gallium/radeon: move r600_common_context::texture_buffers to r600gMarek Olšák2016-10-046-9/+8
* radeonsi: don't set sampler buffer offsets in create_sampler_viewMarek Olšák2016-10-043-24/+22
* radeonsi: optimize si_invalidate_buffer based on bind_historyMarek Olšák2016-10-041-87/+100
* radeonsi: track buffer bind historyMarek Olšák2016-10-044-5/+23
* radeonsi: drop support for NULL sampler viewsMarek Olšák2016-10-042-12/+4
* radeonsi: separate IA_MULTI_VGT_PARAM and VGT_PRIMITIVE_TYPE emissionMarek Olšák2016-10-041-7/+10
* radeonsi: move VGT_LS_HS_CONFIG to derived tess_stateMarek Olšák2016-10-043-28/+14
* radeonsi: don't check PIPE_BARRIER_MAPPED_BUFFERMarek Olšák2016-10-041-4/+3
* radeonsi: parse SURFACE_SYNC correctly on CIK-VIMarek Olšák2016-10-041-9/+16
* gallium/radeon: inline r600_context_add_resource_sizeMarek Olšák2016-10-042-21/+13
* radeonsi: Fix primitive restart when index changesJames Legg2016-10-041-7/+7
* spirv: replace assert() with unreachable()Timothy Arceri2016-10-041-1/+1