summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: move descriptor logs to after corresponding draw/compute packetNicolai Hähnle2017-09-292-8/+6
* amd/common: remove ac_shader_abi::chip_classNicolai Hähnle2017-09-293-15/+10
* gallium/radeon: fix a commentNicolai Hähnle2017-09-291-1/+1
* i965/fs: force pull model for 64-bit GS inputsIago Toral Quiroga2017-09-292-7/+15
* i965/link: Use prog->nir instead of creating a temporaryJason Ekstrand2017-09-281-4/+3
* i965/link: Make more use of NIR_PASSJason Ekstrand2017-09-281-6/+6
* i965/link: Make better use of temporary variablesJason Ekstrand2017-09-281-4/+5
* util: fix in-class initialization of static memberThomas Helland2017-09-281-3/+6
* meson: remove duplicate libisl dependency in anvDylan Baker2017-09-281-1/+1
* svga: add missing PIPE_SHADER_CAP_INT64_ATOMICS switch casesBrian Paul2017-09-281-0/+2
* svga: trivial whitespace clean-ups in svga_screen.cBrian Paul2017-09-281-11/+13
* gallium/util: use new util_vasprintf() functionBrian Paul2017-09-281-1/+2
* util: add util_vasprintf() for Windows (v2)Brian Paul2017-09-281-0/+22
* st/mesa: don't call close() on WindowsBrian Paul2017-09-281-0/+2
* svga: start advertising PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONNeha Bhende2017-09-281-1/+3
* mesa: fix texture updates for ATI_fragment_shaderMarek Olšák2017-09-281-3/+5
* etnaviv: optimize RS transfersLucas Stach2017-09-281-4/+25
* etnaviv: add resource subregion copyLucas Stach2017-09-282-0/+32
* etnaviv: support tile aligned RS blitsLucas Stach2017-09-281-8/+78
* st/va: use pipe transfer_map to map upload bufferLeo Liu2017-09-281-3/+9
* anv: add an assertion in genX(BeginCommandBuffer)Gwan-gyeong Mun2017-09-281-0/+1
* radv: add an assertion in radv_BeginCommandBuffer()Gwan-gyeong Mun2017-09-281-0/+1
* gallium/docs: add reference links for resource_create methodGwan-gyeong Mun2017-09-281-2/+2
* gallium/docs: fix a reference link for get_paramfGwan-gyeong Mun2017-09-281-1/+1
* i965: enable up to 32 inputs for geometry shaders in gen8+Iago Toral Quiroga2017-09-281-1/+2
* radv: set image view type when decompressing depth surfacesSamuel Pitoiset2017-09-281-0/+1
* broadcom/vc4: Fix release buildEric Anholt2017-09-271-1/+1
* vc4: Add labels to BOs for debug builds or with VC4_DEBUG=surf set.Eric Anholt2017-09-274-0/+41
* meson: build "radv" vulkan driver for radeon hardwareDylan Baker2017-09-275-1/+278
* meson: Add build Intel "anv" vulkan driverDylan Baker2017-09-2721-0/+1395
* util/ralloc: Don't define assert with magic member without DEBUGDylan Baker2017-09-271-0/+8
* intel: use a flag instead of setting PYTHONPATHDylan Baker2017-09-272-9/+26
* st/dri: don't expose modifiers in EGL if the driver doesn't implement themMarek Olšák2017-09-271-3/+5
* vulkan/wsi/wayland: Return better error messagesJason Ekstrand2017-09-271-21/+36
* vulkan/wsi/wayland: Copy wl_proxy objects from oldSwapchain if availableJason Ekstrand2017-09-271-6/+33
* vulkan/wsi/wayland: Stop caching Wayland displaysJason Ekstrand2017-09-271-107/+54
* vulkan/wsi/wayland: Refactor wsi_wl_display codeJason Ekstrand2017-09-271-14/+33
* clover: Query and export int64 atomicsJan Vesely2017-09-273-2/+11
* glx: Be more tolerant in glXImportContext (v2)Adam Jackson2017-09-271-42/+30
* egl/dri2: Implement swapInterval fallback in a conformant way (v2)Tomasz Figa2017-09-276-11/+13
* gallium/radeon: consolidate PIPE_BIND_SHARED/SCANOUT handlingMarek Olšák2017-09-272-13/+4
* radeonsi: remove useless check in si_blit_decompress_color()Samuel Pitoiset2017-09-271-1/+3
* gallium/radeon: more use of vi_dcc_formats_are_incompatible()Samuel Pitoiset2017-09-271-2/+1
* radv: store the amount of saved constants in the compute stateSamuel Pitoiset2017-09-277-17/+20
* radv: remove useless radv_meta_{begin,end}_XXX() helpersSamuel Pitoiset2017-09-274-62/+9
* swr: Remove unneeeded comparisonGeorge Kyriazis2017-09-261-2/+1
* swr: Handle resource across context changesGeorge Kyriazis2017-09-264-10/+70
* vulkan/wsi/wayland: Stop printing out the DRM deviceJason Ekstrand2017-09-261-1/+0
* i965: Support copy propagating of untyped atomic surface indexes.Kenneth Graunke2017-09-261-0/+7
* i965/vec4: Fix swizzles on atomic sources.Kenneth Graunke2017-09-261-4/+9