aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: show average results per frame for perf counters in HUDMarek Olšák2017-01-161-1/+1
* gallium/hud: disable queries during HUD draw callsMarek Olšák2017-01-163-1/+29
* gallium/hud: increase the vertex buffer size for background quadsMarek Olšák2017-01-161-1/+1
* st/va: delay calling begin_frame until we have all parametersNayan Deshmukh2017-01-161-3/+3
* nvc0/ir: emit FMZ flag when requested on FFMAIlia Mirkin2017-01-151-0/+4
* st/va: flush pipeline after post processingsguttula2017-01-131-0/+1
* radeonsi: replace si_shader_context::soa by bld_baseSamuel Pitoiset2017-01-133-82/+78
* radeonsi: replace ctx->soa.outputs by ctx->outputsSamuel Pitoiset2017-01-132-23/+26
* radeonsi: move si_shader_context::soa::addr to si_shader_contextSamuel Pitoiset2017-01-133-11/+12
* radeonsi: allocate the array of immediates dynamicallySamuel Pitoiset2017-01-133-13/+24
* nvc0/ir: only try to check for zero LOD if we aren't already forcing itIlia Mirkin2017-01-121-1/+1
* nouveau: take extra push space into account for pushbuf_space callsIlia Mirkin2017-01-1215-56/+26
* radeonsi: remove unused si_prepare_cube_coordsNicolai Hähnle2017-01-132-200/+0
* amd/common: unify cube map coordinate handling between radeonsi and radvNicolai Hähnle2017-01-133-1/+11
* radeonsi: only touch first three coordinates in si_prepare_cube_coordsNicolai Hähnle2017-01-131-12/+1
* radeonsi: remove unused si_llvm_cube_to_2d_coordsNicolai Hähnle2017-01-131-28/+0
* radeonsi: restrict cube map derivative computations to the correct planeNicolai Hähnle2017-01-131-23/+107
* radeonsi: communicate cube map coordinates more explicitlyNicolai Hähnle2017-01-131-33/+43
* ac/debug: move .gitignore for sid_tables.h tooGrazvydas Ignotas2017-01-131-1/+0
* glx: Add missing glproto dependency for gallium-xlib glxChuck Atkins2017-01-121-0/+1
* ac, radeonsi: automake: add missing builddir includeEmil Velikov2017-01-121-0/+1
* st/nine: Protect dtors with mutexAxel Davy2017-01-124-19/+64
* st/nine: Flush the queue at device dtorAxel Davy2017-01-121-1/+6
* st/nine: Process pending commands on ResetAxel Davy2017-01-123-0/+5
* st/nine: Flush pending commands if needed for surface9 changesAxel Davy2017-01-122-13/+32
* st/nine: Rework CreatePipeSurfaceAxel Davy2017-01-122-22/+30
* st/nine: Remove duplicated checksAxel Davy2017-01-122-10/+7
* st/nine: Don't call u_box_union_* when dirty region is emptyMasanori Kakura2017-01-123-10/+22
* winsys/etnaviv: automake: introduce Makefile.sourcesEmil Velikov2017-01-122-1/+5
* etnaviv: automake: include all files in the sources listsEmil Velikov2017-01-121-1/+9
* imx: gallium driver for imx-drm scanout driverChristian Gmeiner2017-01-1212-0/+182
* etnaviv: gallium driver for Vivante GPUsThe etnaviv authors2017-01-1270-0/+14952
* gallium: add renderonly libraryChristian Gmeiner2017-01-125-0/+303
* Always defer memory free in swr_resource_destroyGeorge Kyriazis2017-01-121-12/+5
* nvc0: enable GL 4.3 on gm107+Samuel Pitoiset2017-01-121-7/+4
* nvc0: use sched control codes for gm107 MP counters codeSamuel Pitoiset2017-01-121-44/+44
* nvc0: use sched control codes for gm107 blitter shaderSamuel Pitoiset2017-01-121-6/+14
* nv50/ir: use sched control codes for gm107 builtinsSamuel Pitoiset2017-01-122-40/+40
* nv50/ir: improve instruction pipelining on gm107Samuel Pitoiset2017-01-123-4/+1027
* nv50/ir: do not insert texture barriers on gm107Samuel Pitoiset2017-01-121-1/+2
* radeonsi: num_records is in units of stride for swizzled buffers even on VINicolai Hähnle2017-01-121-2/+0
* clover: Check for executables before enqueueing a kernelPierre Moreau2017-01-111-1/+4
* gallium/tgsi: fix overflow in parse propertyLi Qiang2017-01-111-3/+6
* st/dri: remove trailing whitespaceMauro Rossi2017-01-111-1/+1
* freedreno: add "nogrow" debug paramRob Clark2017-01-103-1/+4
* freedreno/a5xx: remove hack for glamorRob Clark2017-01-101-3/+0
* freedreno/a5xx: fixed instancedRob Clark2017-01-101-0/+1
* freedreno/a5xx: use the non-_ZERO_BASE for vertexidRob Clark2017-01-104-6/+20
* freedreno/a5xx: add texture MIPLVLSRob Clark2017-01-101-3/+3
* freedreno/a5xx: fix fragcoord related hangsRob Clark2017-01-102-2/+6