summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-15intel/aubinator_error_decode: Stop decoding after MI_BATCH_BUFFER_ENDMatt Turner1-0/+3
2017-05-15intel/tools: Refactor gen_disasm_disassemble() to use annotationsMatt Turner1-28/+43
2017-05-15intel/decoder: Fix indentationMatt Turner1-4/+4
2017-05-15genxml: Remove brackets from kernel start pointer namesMatt Turner2-7/+7
2017-05-15i965: Add a weak no-op nir_print_instr() symbolMatt Turner1-0/+2
2017-05-15i965: Allow brw_eu_validate to handle compact instructionsMatt Turner1-2/+15
2017-05-15i965: Pass pointer and end of assembly to brw_validate_instructionsMatt Turner5-11/+22
2017-05-15i965: Mark shader programs for capture in the error state.Matt Turner6-1/+26
2017-05-15egl: fix android logger compilationTapani Pälli1-5/+5
2017-05-15i965: perf: fix pointer to integer castLionel Landwerlin1-1/+1
2017-05-15intel: gen-decoder: fix xml parser leakLionel Landwerlin1-6/+7
2017-05-15radeonsi: enable threaded_contextMarek Olšák1-3/+34
2017-05-15gallium/u_threaded: drop and ignore all non-async debug callbacksMarek Olšák2-3/+8
2017-05-15gallium/radeon: add threaded context counter monitoring for HUDMarek Olšák3-0/+25
2017-05-15radeonsi: implement replace_buffer_storage for the threaded contextMarek Olšák3-13/+55
2017-05-15gallium/radeon: subclass and handle threaded_queryMarek Olšák2-7/+12
2017-05-15gallium/radeon: subclass threaded_transferMarek Olšák3-25/+25
2017-05-15gallium/radeon: subclass threaded_resourceMarek Olšák3-18/+22
2017-05-15gallium/radeon: handle other map buffer flags from the threaded contextMarek Olšák1-2/+4
2017-05-15gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNCMarek Olšák3-1/+14
2017-05-15gallium/radeon: unwrap a context if we get a wrapped oneMarek Olšák3-5/+9
2017-05-15gallium/radeon: require both WRITE and FLUSH_EXPLICIT in buffer_flush_regionMarek Olšák1-2/+4
2017-05-15gallium/util: add threaded_context as a pipe_context wrapperMarek Olšák4-0/+2723
2017-05-15gallium/u_upload: add u_upload_cloneMarek Olšák2-0/+14
2017-05-15gallium: add flag PIPE_CONTEXT_PREFER_THREADEDMarek Olšák2-1/+9
2017-05-15radeonsi/gfx9: add support for RavenMarek Olšák6-2/+17
2017-05-15amd/addrlib: import Raven supportMarek Olšák3-3/+72
2017-05-15renderonly: Initialize fields of struct winsys_handle.Eric Anholt1-0/+1
2017-05-14Revert "freedreno: use bypass if only clears"Rob Clark1-4/+1
2017-05-14freedreno: fix crash when flush() but no renderingRob Clark1-0/+6
2017-05-14freedreno: fix indexbuffer uploadRob Clark6-15/+26
2017-05-13radv: Save descriptor set even if vertex buffers are not saved.Bas Nieuwenhuizen1-2/+3
2017-05-13freedreno/a5xx: hw binning supportRob Clark9-51/+185
2017-05-13freedreno: update generated headersRob Clark6-29/+297
2017-05-13freedreno: use bypass if only clearsRob Clark1-1/+4
2017-05-13nv50/ir: Report wrong prog types using proper varPierre Moreau1-1/+1
2017-05-13mesa: fix KHR_no_error SSO supportTimothy Arceri1-1/+1
2017-05-13docs: update calendar, add news item and link release notes for 17.0.6Andres Gomez3-7/+8
2017-05-13docs: add sha256 checksums for 17.0.6Andres Gomez1-1/+2
2017-05-13docs: add release notes for 17.0.6Andres Gomez1-0/+185
2017-05-13bin/get-fixes-pick-list.sh: bring back the warningAndres Gomez1-7/+13
2017-05-13docs: extend until the end of AugustAndres Gomez1-1/+61
2017-05-13docs: update "Release manager" columnAndres Gomez1-2/+2
2017-05-12glsl: include image qualifiers when printing IRNicolai Hähnle1-3/+17
2017-05-12radeonsi: get rid of secondary input/output wordNicolai Hähnle3-47/+13
2017-05-12radeonsi: reduce the number of generics for shader IO unique indicesNicolai Hähnle1-1/+1
2017-05-12radeonsi: at most 8 sets of texture coordinates are supportedNicolai Hähnle1-0/+1
2017-05-12radeonsi: skip generic out/in indices without a shader IO indexNicolai Hähnle2-1/+9
2017-05-12radeonsi: use SI_MAX_IO_GENERIC instead of magic valuesNicolai Hähnle3-3/+8
2017-05-12glsl: order indices for images inside a struct arraySamuel Pitoiset1-11/+17