aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* freedreno: one screen to rule them allRob Clark2015-09-164-4/+125
* freedreno/ir3: use NIR to lower ffract instead of tgsi_loweringRob Clark2015-09-161-1/+1
* freedreno/a4xx: more texture formatsRob Clark2015-09-151-7/+8
* freedreno/a4xx: border-color supportRob Clark2015-09-154-2/+31
* freedreno/a4xx: wire up texture clamp loweringRob Clark2015-09-152-20/+80
* freedreno: helper for a3xx/a4xx border-colorsRob Clark2015-09-154-67/+99
* freedreno: update generated headersRob Clark2015-09-155-17/+37
* gallium/svga: Enable PIPE_FORMAT_L8_UNORM for vgpu10Thomas Hellstrom2015-09-151-1/+1
* nvc0/ir: start offset at texBindBase for txq, like regular texturingIlia Mirkin2015-09-141-1/+4
* vc4: Fix build from recent NIR cleanups.Eric Anholt2015-09-141-2/+1
* r600g: add support for TXQS tgsi opcodeIlia Mirkin2015-09-132-5/+13
* nv50/ir: add support for TXQS tgsi opcodeIlia Mirkin2015-09-135-9/+41
* gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supportedIlia Mirkin2015-09-1315-0/+15
* tgsi: add a TXQS opcode to retrieve the number of texture samplesIlia Mirkin2015-09-133-2/+14
* softpipe: Change faces type to uintKrzesimir Nowak2015-09-132-6/+6
* freedreno/ir3: fix compile warn after 1807a08eRob Clark2015-09-131-0/+1
* freedreno/ir3: fix compile break after a4aa25beRob Clark2015-09-131-2/+1
* tgsi/scan: add support to figure out max nesting depthRob Clark2015-09-132-0/+21
* r600: Fix llvm build since const buffer changesKai Wasserbäch2015-09-131-1/+1
* r600: Enable fp64 on chips with native supportGlenn Kennard2015-09-121-0/+3
* r600g: Support I2D/U2D/D2I/D2UGlenn Kennard2015-09-121-8/+98
* r600g: lower number of driver const buffersDave Airlie2015-09-123-70/+131
* r600: define some values for the fetch constant offsets.Dave Airlie2015-09-124-27/+47
* softpipe: Constify variablesKrzesimir Nowak2015-09-111-242/+199
* softpipe: Constify sp_tgsi_samplerKrzesimir Nowak2015-09-111-12/+23
* softpipe: Constify sampler and view parameters in mip filtersKrzesimir Nowak2015-09-112-18/+18
* softpipe: Constify sampler and view parameters in img filtersKrzesimir Nowak2015-09-112-36/+36
* tgsi, softpipe: Constify tgsi_sampler in query_lod vfuncKrzesimir Nowak2015-09-112-2/+2
* softpipe: Constify some sampler and view parametersKrzesimir Nowak2015-09-112-27/+28
* softpipe: Move the faces array from view to filter_argsKrzesimir Nowak2015-09-112-17/+23
* tgsi,softpipe: capitalize the tgsi_sampler_control enum valuesBrian Paul2015-09-113-48/+49
* svga: clean up the compile_vs/gs/fs() functionsBrian Paul2015-09-103-49/+27
* svga: fix shader variant memory leakBrian Paul2015-09-102-0/+6
* svga: remove useless MAX2() callBrian Paul2015-09-101-1/+1
* winsys/svga: remove useless assertionBrian Paul2015-09-101-1/+0
* softpipe: Implement and enable textureQueryLodKrzesimir Nowak2015-09-102-2/+55
* tgsi: Add code for handling lodq opcodeKrzesimir Nowak2015-09-102-0/+56
* softpipe: Add functions for computing relative mipmap levelKrzesimir Nowak2015-09-102-0/+120
* softpipe: Split 3D to 2D coords conversion into separate functionKrzesimir Nowak2015-09-102-51/+45
* softpipe: Split code getting a filter into separate functionKrzesimir Nowak2015-09-101-17/+41
* softpipe: Put mip_filter_func inside a structKrzesimir Nowak2015-09-102-12/+38
* softpipe: Split compute_lambda_lod into two functionsKrzesimir Nowak2015-09-101-17/+40
* softpipe: Fix textureLod with nonzero GL_TEXTURE_LOD_BIAS valueKrzesimir Nowak2015-09-101-1/+1
* tgsi: Remove trailing backslash in commentKrzesimir Nowak2015-09-101-1/+1
* gallium/radeon: handle PIPE_TRANSFER_FLUSH_EXPLICITMarek Olšák2015-09-103-22/+44
* radeonsi: don't update polygon offset state if it has no effectMarek Olšák2015-09-102-1/+4
* radeonsi: decrease the size of si_pm4_stateMarek Olšák2015-09-101-3/+2
* radeonsi/compute: add buffers to the CS directlyMarek Olšák2015-09-101-7/+11
* radeonsi: only use new versions of LLVM image and sample intrinsicsMarek Olšák2015-09-101-283/+186
* gallium/radeon: drop support for LLVM 3.4Marek Olšák2015-09-106-25/+7