summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a3xx: use util_format_compose_swizzles()Rob Clark2014-05-181-9/+9
* freedreno/a3xx/compiler: 1D texturesRob Clark2014-05-181-4/+25
* freedreno: fix capsRob Clark2014-05-181-2/+2
* freedreno: fix index buffer offsetRob Clark2014-05-181-1/+1
* freedreno/a3xx: add sRBG texture supportRob Clark2014-05-162-0/+15
* freedreno: update generated headersRob Clark2014-05-164-20/+21
* gallivm: give more verbose names to modulesRoland Scheidegger2014-05-167-16/+21
* gallium/radeon: link in libradeon.la at target levelEmil Velikov2014-05-153-20/+8
* gallium/radeon: build only a single common library libradeonEmil Velikov2014-05-153-12/+5
* freedreno/a3xx: fix write to bogus registerRob Clark2014-05-141-2/+2
* freedreno/a3xx: account for special inputs/outputsRob Clark2014-05-141-2/+2
* freedreno/a3xx: fix MAX_INPUTS shader capRob Clark2014-05-143-1/+9
* freedreno/a3xx: add debug flag to expose glsl130Rob Clark2014-05-142-3/+8
* freedreno/a3xx/compiler: add KILL_IFRyan Houdek2014-05-141-1/+35
* freedreno/a3xx/compiler: start adding integer supportRyan Houdek2014-05-141-0/+169
* llvmpipe: improve setup shader names (for debugging)Roland Scheidegger2014-05-151-38/+40
* llvmpipe: kill off llvmpipe_variant_countRoland Scheidegger2014-05-154-20/+4
* nvc0: enable support for maxwell boardsBen Skeggs2014-05-155-19/+48
* nvc0: add maxwell (sm50) compiler backendBen Skeggs2014-05-1516-5/+3588
* nvc0: maxwell isa has no per-instruction join modifierBen Skeggs2014-05-154-19/+23
* nvc0: replace immd 0 with $rLASTGPR for emit/restart opcodesBen Skeggs2014-05-151-0/+1
* nvc0: move nvc0 lowering pass class definitions into headerBen Skeggs2014-05-153-106/+136
* nvc0: bump sched data member to 32-bitsBen Skeggs2014-05-151-1/+1
* nvc0: use vertex arrays for eng3d blitBen Skeggs2014-05-151-31/+64
* nvc0: restrict "constant vbo" logic to fermi/kepler classesBen Skeggs2014-05-151-1/+1
* nvc0: replace some vb->stride checks with constant_vbo insteadBen Skeggs2014-05-151-3/+3
* nvc0: add maxwell classBen Skeggs2014-05-152-0/+4
* nvc0: allow for easier modification of compiler library routinesBen Skeggs2014-05-1513-1057/+1057
* nvc0: properly distribute macros in source formBen Skeggs2014-05-155-244/+365
* radeonsi: Fix anisotropic filtering state setupMichel Dänzer2014-05-143-13/+12
* llvmpipe: Delete unneeded LLVM stuff earlier.José Fonseca2014-05-147-34/+16
* gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.José Fonseca2014-05-141-28/+0
* freedreno/a3xx: occlusion query supportRob Clark2014-05-135-3/+185
* freedreno: add support for hw queriesRob Clark2014-05-1310-8/+734
* freedreno/query: allow multiple query implementationsRob Clark2014-05-136-107/+269
* freedreno/a3xx: add point-sizeRob Clark2014-05-131-4/+14
* freedreno: update generated headersRob Clark2014-05-134-54/+252
* nv50,nvc0: fix blit 3d path for 1d array texturesIlia Mirkin2014-05-111-0/+6
* nv50,nvc0: leave queries on during blit, turn them on for 2d engineIlia Mirkin2014-05-116-6/+35
* nv50: fix setting of texture ms info to be per-stageIlia Mirkin2014-05-113-6/+10
* nv50/ir: make sure to reverse cond codes on all the OP_SET variantsIlia Mirkin2014-05-111-1/+2
* freedreno/a2xx: fix compiler warningRob Clark2014-05-111-1/+1
* radeonsi: prepare depth export registers at compile timeMarek Olšák2014-05-103-14/+14
* radeonsi: simplify depth/stencil export codeMarek Olšák2014-05-101-11/+5
* radeon/llvm: add support for non-scalar system valuesMarek Olšák2014-05-101-0/+6
* radeonsi: add and use a helper function for loading constantsMarek Olšák2014-05-101-19/+19
* radeonsi: only count CS space for state atoms if we're going to drawMarek Olšák2014-05-101-5/+5
* radeonsi: remove unused variable exports_ps in si_pipe_shader_psMarek Olšák2014-05-101-12/+1
* radeonsi: use DRAW_PREAMBLE on CIKMarek Olšák2014-05-102-5/+10
* r600g: simplify framebuffer state size computationMarek Olšák2014-05-101-26/+4