aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ttn: fix txd src sizesRob Clark2017-05-161-4/+6
* ttn: fix txs dest sizeRob Clark2017-05-161-1/+2
* freedreno/a5xx: remove unneeded assertRob Clark2017-05-161-3/+0
* freedreno/a5xx: fallback to slow-clear for z32Rob Clark2017-05-164-11/+36
* etnaviv: increment the resource seqno in resource_changedPhilipp Zabel2017-05-161-5/+1
* etnaviv: clean up sampler view reference countingLucas Stach2017-05-161-3/+3
* etnaviv: apply feature overrides in one central locationLucas Stach2017-05-165-10/+19
* etnaviv: allow R/B swapped surfaces to be clearedLucas Stach2017-05-161-0/+2
* etnaviv: stop oversizing buffer resourcesLucas Stach2017-05-161-1/+1
* i965: Fix test_eu_validate.cppMatt Turner2017-05-161-1/+1
* anv: Implement VK_KHR_get_surface_capabilities2Jason Ekstrand2017-05-163-0/+32
* vulkan/wsi/wayland: Add support for VK_KHR_get_surface_capabilities2Jason Ekstrand2017-05-161-0/+38
* vulkan/wsi/x11: Add support for VK_KHR_get_surface_capabilities2Jason Ekstrand2017-05-161-0/+32
* vulkan/wsi: Add get_capabilities2 and get_formats2d interface pointersJason Ekstrand2017-05-161-0/+8
* vulkan/wsi: Use vk_outarray for surface_get_formatsJason Ekstrand2017-05-162-30/+21
* vulkan: Update registry and headers to 1.0.49Jason Ekstrand2017-05-161-12/+155
* radeonsi: extract TGSI memory/texture opcode handling into its own fileNicolai Hähnle2017-05-165-1841/+1886
* radeonsi: make const_array externally accessibleNicolai Hähnle2017-05-162-13/+15
* radeonsi: make get_bounded_indirect_index externally accessibleNicolai Hähnle2017-05-162-16/+20
* radeonsi: make emit_waitcnt externally accessibleNicolai Hähnle2017-05-162-10/+12
* radeonsi: silence a Coverity warningNicolai Hähnle2017-05-161-0/+2
* radeonsi: rename tcs_tes_uses_prim_id for clarityNicolai Hähnle2017-05-163-9/+9
* radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellationNicolai Hähnle2017-05-161-0/+2
* ac/debug: handle index field in SET_*_REG correctlyNicolai Hähnle2017-05-161-1/+7
* glsl: simplify link_assign_uniform_storage() a bitSamuel Pitoiset2017-05-161-8/+9
* mesa: unify _mesa_uniform() for image uniformsSamuel Pitoiset2017-05-161-6/+8
* mesa: fix indentation in _mesa_uniform()Samuel Pitoiset2017-05-161-18/+19
* mesa: fix indentation in _mesa_associate_uniform_storage()Samuel Pitoiset2017-05-161-52/+49
* mesa: replace _mesa_problem() with unreachable() in pack.cTimothy Arceri2017-05-161-6/+4
* mesa: replace _mesa_problem() with unreachable() in mipmap.cTimothy Arceri2017-05-161-4/+3
* mesa: replace _mesa_problem() with unreachable() in _mesa_convert_colors()Timothy Arceri2017-05-161-1/+1
* mesa: replace _mesa_problem() with unreachable() in _mesa_light()Timothy Arceri2017-05-161-2/+1
* mesa: replace _mesa_problem() with assert() in hash tableTimothy Arceri2017-05-161-6/+4
* mesa: don't crash in KHR_no_error uniform variants when location == -1Timothy Arceri2017-05-161-0/+9
* intel/aubinator_error_decode: Disassemble shader programsMatt Turner2017-05-152-4/+186
* intel/aubinator_error_decode: Stop decoding after MI_BATCH_BUFFER_ENDMatt Turner2017-05-151-0/+3
* intel/tools: Refactor gen_disasm_disassemble() to use annotationsMatt Turner2017-05-151-28/+43
* intel/decoder: Fix indentationMatt Turner2017-05-151-4/+4
* genxml: Remove brackets from kernel start pointer namesMatt Turner2017-05-152-7/+7
* i965: Add a weak no-op nir_print_instr() symbolMatt Turner2017-05-151-0/+2
* i965: Allow brw_eu_validate to handle compact instructionsMatt Turner2017-05-151-2/+15
* i965: Pass pointer and end of assembly to brw_validate_instructionsMatt Turner2017-05-155-11/+22
* i965: Mark shader programs for capture in the error state.Matt Turner2017-05-156-1/+26
* egl: fix android logger compilationTapani Pälli2017-05-151-5/+5
* i965: perf: fix pointer to integer castLionel Landwerlin2017-05-151-1/+1
* intel: gen-decoder: fix xml parser leakLionel Landwerlin2017-05-151-6/+7
* radeonsi: enable threaded_contextMarek Olšák2017-05-151-3/+34
* gallium/u_threaded: drop and ignore all non-async debug callbacksMarek Olšák2017-05-152-3/+8
* gallium/radeon: add threaded context counter monitoring for HUDMarek Olšák2017-05-153-0/+25
* radeonsi: implement replace_buffer_storage for the threaded contextMarek Olšák2017-05-153-13/+55