summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2014-05-29st/egl: do not link against libloaderEmil Velikov1-1/+0
2014-05-28i915g: Support B5G5R5A1 render targets and texturesStéphane Marchesin1-0/+2
2014-05-28i915g: Support R4G4B4A4 render targets and texturesStéphane Marchesin1-0/+2
2014-05-28i915g: Fix copy region codeStéphane Marchesin1-34/+14
2014-05-28egl-static: Fix undefined reference to `loader_*'José Fonseca1-0/+1
2014-05-27nvc0/ir: use SM35 ISA with GK20AAlexandre Courbot3-7/+12
2014-05-27nvc0: add GK20A 3D classAlexandre Courbot2-1/+9
2014-05-27st/omx/enc: implement restricted b frames patternLeo Liu2-2/+10
2014-05-27radeon/vce: implement non-referenced framesLeo Liu2-3/+5
2014-05-27vl: add interface for non-referenced framesLeo Liu1-0/+2
2014-05-26i915g: Fix shader disasm codeStéphane Marchesin1-1/+0
2014-05-26i915g: Fallback to sw for npot copiesStéphane Marchesin1-2/+3
2014-05-26i915g: handle more formats in copyStéphane Marchesin3-11/+91
2014-05-26nvc0: implement clear_bufferTobias Klausmann1-0/+141
2014-05-26nvc0: revert mistaken logic to collapse color outputs to the beginningIlia Mirkin1-9/+4
2014-05-26freedreno/a3xx: texture fixesRob Clark1-1/+3
2014-05-26freedreno: update generated headersRob Clark4-5/+7
2014-05-26freedreno: few caps fixesRob Clark2-4/+8
2014-05-25automake: correctly append the version-scriptEmil Velikov6-25/+38
2014-05-25targets/libgl-xlib: hide all the exported symbol mayhemEmil Velikov2-0/+12
2014-05-25targets/osmesa: include mangled gl symbolsEmil Velikov1-0/+1
2014-05-25targets/xa: limit the amount of exported symbolsEmil Velikov2-0/+43
2014-05-25gallium/egl: st_profiles are build time decision, treat them as suchEmil Velikov9-55/+28
2014-05-23nv50: count wrapped textures towards the tex_obj countJoakim Sindholt1-0/+2
2014-05-23nvc0: assert that we have vertex elements stateChristoph Bumiller1-0/+1
2014-05-23nvc0: use PRIxPTR for sizeof()Christoph Bumiller1-1/+1
2014-05-23nv50,nvc0: allow 15,16,30 bpp display formatsChristoph Bumiller1-4/+4
2014-05-23nv50,nvc0: handle guard band definesChristoph Bumiller2-4/+16
2014-05-23nv50/ir/tgsi: optimize KILChristoph Bumiller1-0/+5
2014-05-23nv50/ir: fix lowering of predicated instructions (without defs)Christoph Bumiller1-1/+4
2014-05-23nv50/ir/opt: fix constant folding with saturate modifierChristoph Bumiller1-1/+3
2014-05-23nv50/ir/tgsi: TGSI_OPCODE_POW replicates its resultChristoph Bumiller1-1/+5
2014-05-23nv50,nvc0: set constbufs dirty on pipe context switchChristoph Bumiller2-0/+5
2014-05-23nv50: setup scissors on clear_render_target/depth_stencilChristoph Bumiller1-2/+18
2014-05-23nv50,nvc0: always pull out bufctx on context destructionChristoph Bumiller2-9/+7
2014-05-23Make DRI dependencies and build depend on the targetJon TURNEY8-16/+20
2014-05-23Fix build for darwinJon TURNEY5-0/+16
2014-05-23targets/egl-static: add missing line break in ldflagsEmil Velikov1-1/+1
2014-05-23targets/osmesa: limit the amount of exported symbolsEmil Velikov2-0/+19
2014-05-23gallivm: Disable workaround for PR12833 on LLVM 3.2+.José Fonseca1-2/+2
2014-05-23gallivm: Support MCJIT on Windows.José Fonseca1-0/+9
2014-05-21haiku: Add missing u_memory.h for FREE()Alexander von Gluck IV2-0/+2
2014-05-21freedreno/a3xx: fix blend opcodeRob Clark8-54/+83
2014-05-21freedreno/a3xx: fix depth/stencil gmem restoreRob Clark1-1/+1
2014-05-21freedreno/a3xx: fix depth/stencil GMEM positioningRob Clark1-12/+18
2014-05-21freedreno: update generated headersRob Clark4-5/+5
2014-05-21freedreno: use OUT_RELOCW when buffer is writtenRob Clark1-4/+4
2014-05-21rbug: add missing pipe->blit() entrypointRob Clark1-0/+21
2014-05-21tgsi: add GS_INVOCATIONS to property names arrayIlia Mirkin1-1/+2
2014-05-21nv50,nvc0: fix 3d blits with mipmap levelsIlia Mirkin2-11/+19