summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/va: Return correct width and height for encode/decode supportMark Thompson2017-10-171-10/+30
* st/va: Fix config entrypoint handlingMark Thompson2017-10-171-6/+12
* st/va: Disable vaExportSurfaceHandle()Mark Thompson2017-10-172-2/+2
* meson: build llvmpipeDylan Baker2017-10-163-1/+121
* meson: build softpipeDylan Baker2017-10-163-1/+94
* meson: build nouveau (gallium) driverDylan Baker2017-10-164-1/+261
* meson: build radeonsi gallium driverDylan Baker2017-10-163-3/+91
* meson: build gallium winsys for dri, null, and wrapperDylan Baker2017-10-166-7/+123
* meson: build radeonsiDylan Baker2017-10-165-0/+237
* meson: Build gallium dri state trackerDylan Baker2017-10-162-0/+58
* meson: build gallium helper driversDylan Baker2017-10-165-0/+116
* meson: Build gallium pipe-loaderDylan Baker2017-10-163-0/+67
* meson: Build gallium auxiliaryDylan Baker2017-10-162-0/+551
* svga: format the version string like the rest of mesaEric Engestrom2017-10-161-5/+5
* svga: fix format_conversion_table breakageBrian Paul2017-10-161-2/+7
* a2xx: add support for a few 16-bit color rendering formatsIlia Mirkin2017-10-152-1/+11
* freedreno/a20x: Enable rendering to RGBA/RGBXWladimir J. van der Laan2017-10-151-1/+3
* freedreno/a20x: Fix rendering to BGRXWladimir J. van der Laan2017-10-151-0/+1
* etnaviv: rework TS enable to be a derived stateLucas Stach2017-10-143-5/+43
* etnaviv: skip unused vertex attributes when assigning VS inputsLucas Stach2017-10-141-0/+4
* st/dri: Add definitions to allow importing 16-bit surfacesMark Thompson2017-10-131-0/+14
* broadcom/vc5: Remove the u_resource_vtbl usage.Eric Anholt2017-10-123-25/+18
* radeonsi: implement sync_file import/exportMarek Olšák2017-10-122-2/+79
* winsys/amdgpu: implement sync_file import/exportMarek Olšák2017-10-123-7/+138
* ac: add radeon_info::has_sync_filecros-mesa-17.2.3-vanillachadv/cros-mesa-17.2.3-vanillaMarek Olšák2017-10-121-0/+1
* st/dri: implement __DRIimageExtension::validateUsage properlyMarek Olšák2017-10-121-8/+22
* gallium: add pipe_screen::check_resource_capabilityMarek Olšák2017-10-125-0/+74
* etnaviv: Do GC3000 resolve-in-place when possibleWladimir J. van der Laan2017-10-124-4/+25
* radeonsi: add support for PIPE_FORMAT_{X1,A1}R5G5B5_UNORMNicolai Hähnle2017-10-121-0/+8
* gallium: add tests for PIPE_FORMAT_{X1,A1}B5G5R5_UNORM formatsNicolai Hähnle2017-10-121-0/+13
* swr: simd16 shaders work in progressTim Rowley2017-10-113-2/+21
* gallium: allow 512-bit vectorsTim Rowley2017-10-112-9/+9
* nv50,nvc0: fix push hint logic in presence of a start offsetIlia Mirkin2017-10-112-7/+5
* Android: fix build break from r600/radeon splitRob Herring2017-10-103-2/+6
* r600: cleanup llvm ir target selection.Dave Airlie2017-10-111-18/+2
* r600: drop tc_L2_dirty bit, this was SI only.Dave Airlie2017-10-113-15/+0
* radeonsi: lower ffma in nir to mad.Dave Airlie2017-10-111-0/+1
* broadcom/vc5: Fix handling of 5551 textures using the new gallium format.Eric Anholt2017-10-101-2/+2
* broadcom/vc5: Set the RCL's MSAA mode to match the BCL's MSAA state.Eric Anholt2017-10-101-0/+2
* braodcom/vc5: Set up clear color for higher-bpp formats.Eric Anholt2017-10-101-4/+25
* broadcom/vc5: Set up per-MRT clear colors.Eric Anholt2017-10-103-41/+22
* broadcom/vc5: Fix blendfactor zero handling.Eric Anholt2017-10-101-0/+1
* broadcom/vc5: Add support for f32 render targets.Eric Anholt2017-10-101-0/+4
* broadcom/vc5: Fix color masks for non-independent blending.Eric Anholt2017-10-101-8/+16
* broadcom/vc5: Make the BCL's number of render targets setup match the RCL.Eric Anholt2017-10-101-1/+2
* braodcom/vc5: Fix tile size setup for MRTs.Eric Anholt2017-10-101-2/+2
* broadcom/vc5: Start hooking up multiple render targets support.Eric Anholt2017-10-101-3/+9
* broadcom/vc5: Add support for GL_EXT_provoking_vertex.Eric Anholt2017-10-102-1/+4
* braodcom/vc5: Find the actual first TF output for our TF spec.Eric Anholt2017-10-101-1/+6
* broadcom/vc5: Fix translation of transform feedback's output_register field.Eric Anholt2017-10-101-2/+16