aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: rename readonly_memory -> can_speculateMarek Olšák2017-05-292-14/+14
* radeonsi: fix a crash in si_destroy_context if we fail earlyMarek Olšák2017-05-291-1/+2
* freedreno: fix fence creation fail if no renderingRob Clark2017-05-281-13/+1
* radeonsi: drop useless memcmp() check in si_set_blend_color()Samuel Pitoiset2017-05-271-3/+0
* llvmpipe: add LP_NEW_GS flag for updating vertex infoRoland Scheidegger2017-05-271-0/+1
* svga: document some incorrect VGPU10 shader translation issuesBrian Paul2017-05-261-0/+9
* osmesa: link with libunwind if enabled (v2)Alexandre Demers2017-05-261-1/+2
* nouveau: drop Android 4.4 and earlier supportRob Herring2017-05-252-33/+3
* gallium/os: use mmap64 for AndroidRob Herring2017-05-251-18/+3
* st/wgl: whitespace, formatting fixes in stw_device.cBrian Paul2017-05-251-12/+9
* radeonsi: enable vcn decodeLeo Liu2017-05-251-1/+4
* winsys/amdgpu: add vcn dec cs supportLeo Liu2017-05-251-1/+10
* radeon: rename has_uvd info to has_hw_decodeLeo Liu2017-05-254-6/+6
* radeon/vcn: add decode message for mpeg4 codecLeo Liu2017-05-251-0/+51
* radeon/vcn: add decode message for mpeg2 codecLeo Liu2017-05-251-0/+66
* radeon/vcn: add decode message for vc1 codecLeo Liu2017-05-251-0/+72
* radeon/vcn: add decode message for hevc codecLeo Liu2017-05-251-0/+225
* radeon/vcn: add decode message decode for avc codecLeo Liu2017-05-251-4/+193
* radeon/vcn: add decode message feedbackLeo Liu2017-05-251-1/+5
* radeon/vcn: add decode message destroyLeo Liu2017-05-251-1/+10
* radeon/vcn: add decode message createLeo Liu2017-05-251-1/+21
* radeon/vcn: add common decode partLeo Liu2017-05-253-0/+675
* radeon/winsys: add vcn dec ring typeLeo Liu2017-05-251-0/+1
* radeon/winsys: add uvd enc ring typeLeo Liu2017-05-251-0/+1
* radeon/vcn: add vcn decode interfaceLeo Liu2017-05-252-0/+502
* svga: init svga_screen::swc_mutex with mtx_recursiveBrian Paul2017-05-242-1/+4
* svga: move logging initialization code into new functionBrian Paul2017-05-242-24/+31
* svga: init local vars to silence uninitialized use warningsBrian Paul2017-05-241-3/+3
* svga: log the process command line to the vmware.log fileBrian Paul2017-05-241-0/+16
* svga: Limit svga message capability to newer compilersSinclair Yeh2017-05-241-4/+14
* svga: Fix MSVC build.Brian Paul2017-05-241-2/+32
* svga: Add the ability to log messages to vmware.log on the host.Sinclair Yeh2017-05-245-0/+471
* Revert "gallium: remove unused PIPE_CC_GCC_VERSION"Brian Paul2017-05-241-0/+1
* winsys/amdgpu: align VA allocations to fragment size v2Christian König2017-05-241-0/+2
* tgsi: remove unused tgsi_is_passthrough_shader()Samuel Pitoiset2017-05-242-79/+0
* st/nine: Fix a regression and syntax cleanupAxel Davy2017-05-244-19/+16
* gallium/radeon: pipe AMDGPU_INFO_NUM_VRAM_CPU_PAGE_FAULTS into gallium HUDMarek Olšák2017-05-235-2/+16
* freedreno/ir3: switch to NIR by defaultRob Clark2017-05-232-16/+2
* freedreno/ir3: lower arrays to regsRob Clark2017-05-232-150/+185
* freedreno/ir3: add put_dst()Rob Clark2017-05-231-0/+24
* freedreno/ir3: code-motionRob Clark2017-05-231-55/+55
* freedreno/ir3: fix cmdline compilerRob Clark2017-05-231-2/+0
* freedreno/ir3: add missing nir_opt_copy_prop_vars() passRob Clark2017-05-231-0/+1
* freedreno/ir3: need different compiler options for a5xxRob Clark2017-05-234-5/+28
* freedreno/a5xx: remove copapasta from a4xxRob Clark2017-05-231-2/+1
* freedreno: only support SSBOs with nirRob Clark2017-05-231-0/+3
* freedreno/a5xx: add some missing texture formatsRob Clark2017-05-231-51/+51
* freedreno/a5xx: provoking vertexRob Clark2017-05-236-44/+40
* freedreno: update generated headersRob Clark2017-05-236-55/+64
* radeon: pass flags that can change shaders to disk_cache_create()Timothy Arceri2017-05-231-1/+2