aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* swr/rast: make SWR_VISIBLE attribute work for windowsGeorge Kyriazis2017-07-111-1/+1
* svga: s/unsigned/enum tgsi_texture_type/Brian Paul2017-07-111-3/+4
* svga: s/unsigned/enum tgsi_swizzleBrian Paul2017-07-111-4/+4
* svga: s/unsigned/enum tgsi_interpolate_mode/Brian Paul2017-07-111-1/+2
* svga: s/unsigned/enum tgsi_file_type/Brian Paul2017-07-111-7/+7
* svga: s/unsigned/enum tgsi_semantic/Brian Paul2017-07-114-8/+10
* gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák2017-07-106-33/+33
* svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE valueBrian Paul2017-07-101-1/+4
* svga: fix breakage in create_backed_surface_view()Brian Paul2017-07-101-4/+3
* a5xx: fix condition for updating *_FS_OUTPUT_CNTLIlia Mirkin2017-07-091-1/+1
* a5xx: remove no-longer-accurate border color layout commentIlia Mirkin2017-07-081-32/+1
* a5xx: fix border color for depth formatsIlia Mirkin2017-07-081-1/+5
* a5xx: add border color clamping, add packed border color formatsIlia Mirkin2017-07-081-11/+59
* a5xx: fix border colors for swizzled texture formatsIlia Mirkin2017-07-081-14/+14
* a5xx: fix integer texture border colorsIlia Mirkin2017-07-081-4/+2
* a5xx: fix primitive restartIlia Mirkin2017-07-082-12/+23
* svga: adjust line subpixel position for HWv8Brian Paul2017-07-071-1/+1
* etnaviv: fix refcnt initialization in etna_screenAleksander Morgado2017-07-071-0/+1
* a5xx: add support for rendering to RGB10A2_UNORM formatsIlia Mirkin2017-07-071-3/+3
* a5xx: set uint/sint bits for mrt output registerIlia Mirkin2017-07-072-2/+8
* a5xx: add backface stencil emissionIlia Mirkin2017-07-074-9/+27
* radeonsi: fix invalidating bindless buffer descriptorsSamuel Pitoiset2017-07-071-2/+2
* swr/rast: Correctly allocate SWR_STATS memory as cacheline alignedTim Rowley2017-07-062-5/+5
* swr/rast: remove unused variablesTim Rowley2017-07-062-4/+0
* swr/rast: don't use _mm256_fmsub_ps in AVX codeTim Rowley2017-07-061-1/+5
* swr/rast: _mm*_undefined_* implementations for gcc<4.9Tim Rowley2017-07-061-0/+6
* etnaviv: don't dereference etna_resource pointer if allocation failsAleksander Morgado2017-07-061-3/+7
* Android: generate symlinks for all enabled gallium driversMauro Rossi2017-07-051-1/+1
* android: add etnaviv driver build supportRob Herring2017-07-051-0/+41
* ddebug: handle some cases of non-TGSI shadersNicolai Hähnle2017-07-053-6/+28
* gallium/radeon: fix VDPAU breakage, need VRAM with WCMarek Olšák2017-07-051-1/+2
* a5xx: enable polygon offset clampsIlia Mirkin2017-07-041-1/+3
* a5xx: implement logicop supportIlia Mirkin2017-07-043-7/+13
* a5xx: enable polygon mode selectionIlia Mirkin2017-07-044-7/+24
* a5xx: disable ARB_depth_clamp for nowIlia Mirkin2017-07-041-1/+3
* a5xx: fix clip_halfz supportIlia Mirkin2017-07-043-4/+7
* a5xx: improve 3d texture samplingIlia Mirkin2017-07-041-3/+0
* a5xx: remove one of the MIPFILTER_LINEAR bitsIlia Mirkin2017-07-041-1/+0
* a5xx: enable formats newly added to the headersIlia Mirkin2017-07-041-69/+69
* a5xx: include color swap when decoding verticesIlia Mirkin2017-07-041-0/+1
* a5xx: update headersIlia Mirkin2017-07-041-10/+47
* gallium/radeon: attempt to fix a compiler failure in radeon_winsys.hMarek Olšák2017-07-041-1/+1
* gallium/radeon: allow suballocating texturesMarek Olšák2017-07-042-1/+15
* gallium/radeon: generalize the function for in-place texture reallocationMarek Olšák2017-07-041-21/+43
* gallium/radeon: add radeon_winsys::buffer_is_suballocatedMarek Olšák2017-07-041-0/+3
* gallium/radeon: clean up pb_cache bucket/usage determinationMarek Olšák2017-07-041-0/+20
* gallium/radeon: enable suballocations for VRAM with no CPU accessMarek Olšák2017-07-042-4/+15
* gallium/radeon: clean up (domain, flags) <-> (slab heap) translationsMarek Olšák2017-07-041-0/+62
* gallium/radeon: remove RADEON_FLAG_CPU_ACCESSMarek Olšák2017-07-042-8/+3
* gallium/radeon: clean up r600_texture_get_handleMarek Olšák2017-07-041-24/+23