aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* swr/rast: SIMD16 FE - interleaved simdvertex output in GSTim Rowley2017-05-302-20/+31
* swr/rast: fix _simd16_movemask_(ps,pd) native AVX512 intrinsicsTim Rowley2017-05-301-4/+4
* swr/rast: SIMD16 FE - primitive assembly simplificationTim Rowley2017-05-302-50/+32
* swr/rast: silence write of cfg graphTim Rowley2017-05-301-3/+3
* swr/rast: add CreateDirectoryPath to recursively create directoriesTim Rowley2017-05-303-8/+53
* swr/rast: add support for DX1_RGB{_SRGB} formatsTim Rowley2017-05-303-37/+93
* swr/rast: clean up whitespaceTim Rowley2017-05-301-1/+0
* swr/rast: adjust BinPostSetupPoints* function signatureTim Rowley2017-05-301-3/+3
* swr/rast: remove extra pixel center adjustment in BinPostSetupPointsTim Rowley2017-05-301-5/+0
* nvc0: support for GP10BAlexandre Courbot2017-05-301-0/+1
* etnaviv: Don't try to use the index buffer if size is zeroTomeu Vizoso2017-05-301-11/+13
* glthread/gallium: require safe_glthread to start glthreadGregory Hainaut2017-05-291-4/+17
* radeonsi: use ac_build_buffer_load for shader buffer loadsMarek Olšák2017-05-291-22/+21
* radeonsi: move building llvm.SI.load.const into ac_build_buffer_loadMarek Olšák2017-05-291-13/+10
* 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