aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Add missing BRW_NEW_FS_PROG_DATA to render target reads.Kenneth Graunke2016-10-041-1/+3
* i965: Move BRW_NEW_FRAGMENT_PROGRAM from 3DSTATE_PS to PS_EXTRA.Kenneth Graunke2016-10-041-1/+1
* i965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP.Kenneth Graunke2016-10-041-0/+2
* i965: Fix missing _NEW_TRANSFORM in Gen8+ 3DSTATE_DS atom.Kenneth Graunke2016-10-041-1/+2
* i965: Enable ARB_shader_atomic_counter_opsIan Romanick2016-10-044-6/+50
* i965: Refactor emission of atomic counter operationsIan Romanick2016-10-044-30/+27
* nir/intrinsics: Add more atomic_counter opsIan Romanick2016-10-043-5/+110
* nir/intrinsics: Include atomic_counter_ in the names used in macro invocationsIan Romanick2016-10-041-5/+5
* glsl: Kill __intrinsic_atomic_subIan Romanick2016-10-043-19/+46
* glsl: Remove ir_function_signature::_is_intrinsic fieldIan Romanick2016-10-046-17/+5
* glsl: Add ir_function_signature::is_intrinsic() methodIan Romanick2016-10-047-16/+22
* glsl: Use the ir_intrinsic_* enums instead of the __intrinsic_* name stringsIan Romanick2016-10-044-219/+276
* glsl: Track a unique intrinsic ID with each intrinsic functionIan Romanick2016-10-047-73/+280
* glsl: Don't emit ir_binop_carry during ir_binop_imul_high loweringIan Romanick2016-10-041-5/+17
* i965: fix unused variable warning in brw_emit_gpgpu_walker()Timothy Arceri2016-10-051-2/+1
* i965: add MAYBE_UNUSED to assert paramTimothy Arceri2016-10-051-1/+1
* i965: wrap unused function in #ifndef NDEBUGTimothy Arceri2016-10-051-0/+2
* i965: fix unused variable warning in gen7_block_read_scratch()Timothy Arceri2016-10-051-2/+1
* i965: add MAYBE_UNUSED to assert paramTimothy Arceri2016-10-051-1/+1
* gallivm: Use AVX2 gather instrinsics.Jose Fonseca2016-10-041-0/+95
* gallivm: Use 8 wide AoS sampling on AVX2.Roland Scheidegger2016-10-041-5/+6
* gallivm: Basic AVX2 support.José Fonseca2016-10-044-28/+98
* egl: Drop duplicate check on EGLSync typeChad Versace2016-10-041-6/+0
* egl: Cleanup control flow in _eglParseSyncAttribListChad Versace2016-10-041-6/+8
* egl: Add _eglConvertIntsToAttribs()Chad Versace2016-10-042-0/+43
* egl: Fix an error path in eglCreateSync*Chad Versace2016-10-041-2/+12
* egl: Fix truncation error in _eglParseSyncAttribList64Chad Versace2016-10-041-3/+4
* 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