summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2017-09-28st/va: use pipe transfer_map to map upload bufferLeo Liu1-3/+9
2017-09-28gallium/docs: add reference links for resource_create methodGwan-gyeong Mun1-2/+2
2017-09-28gallium/docs: fix a reference link for get_paramfGwan-gyeong Mun1-1/+1
2017-09-27broadcom/vc4: Fix release buildEric Anholt1-1/+1
2017-09-27vc4: Add labels to BOs for debug builds or with VC4_DEBUG=surf set.Eric Anholt4-0/+41
2017-09-27st/dri: don't expose modifiers in EGL if the driver doesn't implement themMarek Olšák1-3/+5
2017-09-27clover: Query and export int64 atomicsJan Vesely3-2/+11
2017-09-27gallium/radeon: consolidate PIPE_BIND_SHARED/SCANOUT handlingMarek Olšák2-13/+4
2017-09-27radeonsi: remove useless check in si_blit_decompress_color()Samuel Pitoiset1-1/+3
2017-09-27gallium/radeon: more use of vi_dcc_formats_are_incompatible()Samuel Pitoiset1-2/+1
2017-09-26swr: Remove unneeeded comparisonGeorge Kyriazis1-2/+1
2017-09-26swr: Handle resource across context changesGeorge Kyriazis4-10/+70
2017-09-26gallium: Weaken assertion about u_mm's align2 field.Eric Anholt1-1/+4
2017-09-26broadcom/vc4: Fix infinite retry in vc4_bo_alloc()Boris Brezillon1-6/+4
2017-09-26broadcom/vc4: Keep pipe_sampler_view->texture matching the original texture.Eric Anholt6-39/+42
2017-09-26svga: silence unused var warning in optimized build with MAYBE_UNUSEDBrian Paul1-1/+1
2017-09-26r600: fork and import gallium/radeonMarek Olšák65-977/+15239
2017-09-25swr/rast: Handle instanceID offset / Instance Stride enableTim Rowley1-7/+39
2017-09-25swr/rast: Remove code supporting legacy llvm (<3.9)Tim Rowley3-105/+15
2017-09-25swr/rast: Fix allocation of DS output data for USE_SIMD16_FRONTENDTim Rowley1-10/+6
2017-09-25swr/rast: Slightly more efficient blend jitTim Rowley1-20/+10
2017-09-25swr/rast: Properly sized null GS bufferTim Rowley1-1/+1
2017-09-25swr/rast: Move SWR_GS_CONTEXT from thread local storage to stackTim Rowley1-12/+11
2017-09-25swr/rast: Fetch compile state changesTim Rowley2-1/+12
2017-09-25swr/rast: New GS state/context APITim Rowley3-212/+253
2017-09-25swr/rast: Add support for R10G10B10_FLOAT_A2_UNORM pixel formatTim Rowley3-17/+28
2017-09-25st/va/postproc: implement the DRM prime grabberLeo Liu1-2/+16
2017-09-25vl/compositor: convert RGB buffer to YUV with color conversionLeo Liu2-0/+81
2017-09-25vl/csc: add a RGB to YUV CSC matrixLeo Liu2-1/+11
2017-09-25vl/compositor: create RGB to YUV fragment shaderLeo Liu2-0/+51
2017-09-25st/va/postproc: use progressive target buffer for scalingLeo Liu1-0/+18
2017-09-25st/va: make internal func vlVaHandleSurfaceAllocate() call simplerLeo Liu3-7/+4
2017-09-25st/va/postproc: add a full NV12 deint support from buffer I to PLeo Liu1-1/+21
2017-09-25vl/compositor: add Bob top and bottom to YUV deint functionLeo Liu1-6/+28
2017-09-25vl/compositor: remove vl_compositor_yuv_deint() functionLeo Liu2-40/+0
2017-09-25st/va: use new vl_compositor_yuv_deint_full() to deintLeo Liu1-3/+11
2017-09-25st/omx: use new vl_compositor_yuv_deint_full() to deintLeo Liu1-2/+9
2017-09-25vl/compositor: add a new function for YUV deintLeo Liu2-0/+42
2017-09-25vl/compositor: extend YUV deint function to do field deintLeo Liu2-12/+26
2017-09-25vl/compositor: separate YUV part from shader video buffer functionLeo Liu1-13/+18
2017-09-25st/va/postproc: use video original size for postprocessingLeo Liu1-6/+8
2017-09-25scons: use python3-compatible generatorEric Engestrom1-4/+2
2017-09-25scons: use python3-compatible print()Eric Engestrom4-6/+6
2017-09-22etnaviv: Add missing includes after 6ace0b8Wladimir J. van der Laan1-0/+2
2017-09-22etnaviv: fix 16bpp clearsLucas Stach1-1/+1
2017-09-22swr/rast: remove llvm fence/atomics from generated filesTim Rowley1-0/+8
2017-09-22etnaviv: don't enable RT full-overwrite when logicop is enabledLucas Stach2-6/+14
2017-09-21gallium/util: Remove unused keymapThomas Helland3-388/+0
2017-09-21gallium: Add PIPE_SHADER_CAP_INT64_ATOMICSJan Vesely16-0/+17
2017-09-20clover: Wait for requested operation if blocking flag is setJan Vesely1-2/+28