summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: apply the tess+GS hang workaround to Polaris12 as wellMarek Olšák2017-05-121-1/+2
* radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on SINicolai Hähnle2017-05-121-0/+14
* freedreno/a3xx: fix hang w/ large render targets and small gmemRob Clark2017-05-123-0/+7
* gallium/dri: always link against shared glapiEmil Velikov2017-05-121-3/+3
* etnaviv: add L8A8_UNORM texture formatChristian Gmeiner2017-05-121-0/+2
* renderonly: use drmIoctlPhilipp Zabel2017-05-121-4/+3
* renderonly: drop resources on destroyPhilipp Zabel2017-05-123-3/+13
* renderonly: close transfer prime_fdPhilipp Zabel2017-05-121-0/+2
* gallium/targets: fix bool setting on BE architecturesIlia Mirkin2017-05-128-11/+11
* radeonsi: adjust ESGS ring buffer size computation on VIMarek Olšák2017-05-101-1/+4
* util/queue: don't hang at exitRob Clark2017-04-261-1/+10
* st/clover: add space between < and ::Emil Velikov2017-04-266-17/+17
* winsys/sw/dri: don't use GNU void pointer arithmeticEmil Velikov2017-04-261-1/+1
* nvc0/ir: Properly handle a "split form" of predicate destinationBoyan Ding2017-04-261-2/+13
* radeon_drm_bo: explicitly check return value of drmCommandWriteReadJulien Isorce2017-04-121-2/+7
* radeon: initialize hole variable before calling container_ofJulien Isorce2017-04-121-1/+1
* winsys/radeon: check null return from radeon_cs_create_fence in cs_flushJulien Isorce2017-04-121-11/+13
* winsys/radeon: check null in radeon_cs_create_fenceJulien Isorce2017-04-121-0/+3
* Revert "freedreno: fix memory leak"Emil Velikov2017-04-121-2/+0
* haiku/winsys: fix dt prototype argsJerome Duval2017-04-121-1/+2
* haiku: build fixes around debug definesJerome Duval2017-04-121-2/+2
* nouveau: when mapping a persistent buffer, synchronize on former xfersIlia Mirkin2017-04-121-4/+2
* nvc0: increase texture buffer object alignment to 256 for pre-GM107Ilia Mirkin2017-04-121-1/+1
* nvc0/ir: fix overwriting of offset register with interpolateAtOffsetIlia Mirkin2017-04-121-2/+2
* nvc0/ir: fix LSB/BFE/BFI implementationsIlia Mirkin2017-04-121-8/+11
* targets: export radeon winsys_create functions to silence LLVM warningMarek Olšák2017-04-123-0/+15
* st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb2017-04-121-1/+1
* st/nine: Use atomics for available_texture_memAxel Davy2017-03-291-2/+2
* st/nine: Resolve deadlock in surface/volume dtors when using csmtAxel Davy2017-03-293-5/+17
* freedreno: fix memory leakRob Clark2017-03-291-0/+2
* clover: use pipe_resource referencesJan Vesely2017-03-292-3/+9
* radeonsi: don't hang on shader compile failureMarek Olšák2017-03-291-1/+1
* swr: [rasterizer jitter] fix llvm >= 5.0 build breakTim Rowley2017-03-293-3/+3
* nvc0/ir: treat FMA like MAD for operand propagationKarol Herbst2017-03-291-0/+1
* radeonsi: disable sinking common instructions down to the end blockSamuel Pitoiset2017-03-171-0/+10
* clover: Work around build failure with AltiVec.Matt Turner2017-03-161-0/+3
* nvc0: increase alignment to 256 for texture buffers on fermiIlia Mirkin2017-03-161-1/+3
* radeonsi: mark all bound shader buffer ranges as initializedMarek Olšák2017-03-161-0/+3
* nvc0: take extra pushbuf space into account for pushbuf_space callsIlia Mirkin2017-03-161-2/+2
* gallium/u_queue: set num_threads correctly if not all threads startGrazvydas Ignotas2017-03-011-1/+1
* gallium/u_queue: fix a crash with atexit handlersGrazvydas Ignotas2017-03-011-0/+1
* radeonsi: fix broken tessellation on Carrizo and StoneyMarek Olšák2017-03-011-1/+3
* r300g: only allow byteswapped formats on big endianGrazvydas Ignotas2017-03-011-0/+5
* android: radeonsi: fix sid_table.h generated header include pathMauro Rossi2017-03-011-1/+3
* gallium/u_queue: fix random crashes when the app calls exit()Marek Olšák2017-03-012-2/+78
* etnaviv: remove number of pixel pipes validationChristian Gmeiner2017-03-011-10/+0
* etnaviv: move pctx initialisation to avoid a null dereferenceChristian Gmeiner2017-03-011-5/+5
* radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIKNicolai Hähnle2017-03-016-19/+43
* radeonsi: handle MultiDrawIndirect in si_get_draw_start_countNicolai Hähnle2017-03-011-7/+53
* gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)Ben Crocker2017-03-011-0/+13