summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-05anv: Use blorp for VkCmdFillBufferJason Ekstrand2-130/+96
2016-10-05egl: Implement EGL_KHR_debug (v2)Kyle Brenneman2-0/+146
2016-10-05egl: Track EGL_KHR_debug state when going through EGL API calls (v3)Kyle Brenneman4-12/+257
2016-10-05intel: aubinator: pack supported generations into an arrayLionel Landwerlin1-53/+35
2016-10-05i965/l3: Add explicit way size calculation for bxtBen Widawsky1-1/+3
2016-10-05virgl: Fix build regression of commit 8a943564Nicolai Hähnle1-1/+1
2016-10-05st/mesa: enable GL_KHR_robustnessNicolai Hähnle3-1/+4
2016-10-05gallium/radeon: implement set_device_reset_callbackNicolai Hähnle4-0/+40
2016-10-05st/mesa: set a device reset callback when availableNicolai Hähnle4-2/+38
2016-10-05st/mesa: extract conversion from pipe_reset_status to GLenumNicolai Hähnle1-11/+18
2016-10-05ddebug: add pass-through of set_device_reset_callbackNicolai Hähnle1-0/+10
2016-10-05gallium: add pipe_context::set_device_reset_callbackNicolai Hähnle3-0/+42
2016-10-05virgl: use the new parent/child pools for transfersNicolai Hähnle6-8/+14
2016-10-05vc4: use the new parent/child pools for transfersNicolai Hähnle5-6/+11
2016-10-05freedreno: use the new parent/child pools for transfersNicolai Hähnle5-6/+12
2016-10-05r300: use the new parent/child pools for transfers (v2)Nicolai Hähnle5-7/+11
2016-10-05gallium/radeon: use the new parent/child pools for transfersNicolai Hähnle3-6/+11
2016-10-05util/slab: re-design to allow migration between pools (v3)Nicolai Hähnle2-89/+258
2016-10-05util: use GCC atomic intrinsics with explicit memory modelNicolai Hähnle2-0/+32
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