summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-05i965: use L3 data cache for SSBOsLionel Landwerlin1-1/+2
2016-10-04mesa: Raise INVALID_ENUM in FramebufferTexture*D for unknown textargets.Kenneth Graunke1-2/+3
2016-10-04mesa: Reorganize check_textarget().Kenneth Graunke1-43/+37
2016-10-04aubinator: use the correct format specifier for printing ptrdiff_t.Kenneth Graunke1-1/+1
2016-10-04aubinator: Use less -RS instead of -r for the implicit pager.Kenneth Graunke1-4/+3
2016-10-04i965: Drop _NEW_TRANSFORM from 3DSTATE_VS atom on Gen7.Kenneth Graunke1-1/+1
2016-10-04i965: Fix brw_clear_cache to clean up TCS/TES shaders.Kenneth Graunke1-0/+2
2016-10-04i965: Add missing BRW_CS_PROG_DATA to CS work group surface atom.Kenneth Graunke1-2/+5
2016-10-04i965: Add missing BRW_NEW_CS_PROG_DATA to compute constant atom.Kenneth Graunke1-1/+2
2016-10-04i965: Add missing BRW_NEW_FS_PROG_DATA to render target reads.Kenneth Graunke1-1/+3
2016-10-04i965: Move BRW_NEW_FRAGMENT_PROGRAM from 3DSTATE_PS to PS_EXTRA.Kenneth Graunke1-1/+1
2016-10-04i965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP.Kenneth Graunke1-0/+2
2016-10-04i965: Fix missing _NEW_TRANSFORM in Gen8+ 3DSTATE_DS atom.Kenneth Graunke1-1/+2
2016-10-04i965: Enable ARB_shader_atomic_counter_opsIan Romanick4-6/+50
2016-10-04i965: Refactor emission of atomic counter operationsIan Romanick4-30/+27
2016-10-04nir/intrinsics: Add more atomic_counter opsIan Romanick3-5/+110
2016-10-04nir/intrinsics: Include atomic_counter_ in the names used in macro invocationsIan Romanick1-5/+5
2016-10-04glsl: Kill __intrinsic_atomic_subIan Romanick3-19/+46
2016-10-04glsl: Remove ir_function_signature::_is_intrinsic fieldIan Romanick6-17/+5
2016-10-04glsl: Add ir_function_signature::is_intrinsic() methodIan Romanick7-16/+22
2016-10-04glsl: Use the ir_intrinsic_* enums instead of the __intrinsic_* name stringsIan Romanick4-219/+276
2016-10-04glsl: Track a unique intrinsic ID with each intrinsic functionIan Romanick7-73/+280
2016-10-04glsl: Don't emit ir_binop_carry during ir_binop_imul_high loweringIan Romanick1-5/+17
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