summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mesa/13.0' into nougat-x86Chih-Wei Huang2016-11-257-14/+50
|\
| * radeonsi: store group_size_variable in struct si_computeNicolai Hähnle2016-11-241-5/+8
| * vc4: Fix register class handling of DDX/DDY arguments.Eric Anholt2016-11-241-1/+1
| * vc4: Clamp the shadow comparison value.Eric Anholt2016-11-231-0/+9
| * vc4: Don't abort when a shader compile fails.Eric Anholt2016-11-236-8/+32
* | Merge remote-tracking branch 'mesa/13.0' into nougat-x86Chih-Wei Huang2016-11-168-70/+86
|\ \ | |/
| * gallium/hud: protect against and initialization raceSteven Toth2016-11-144-8/+41
| * gallium/hud: close a previously opened handleSteven Toth2016-11-143-1/+6
| * gallium/hud: fix a problem where objects are free'd while in use.Steven Toth2016-11-144-55/+0
| * vc4: Use Newton-Raphson on the 1/W write to fix glmark2 terrain.Eric Anholt2016-11-091-1/+1
| * Revert "st/vdpau: use linear layout for output surfaces"Dave Airlie2016-11-091-1/+1
| * radeonsi: fix an assertion failure in si_decompress_sampler_color_texturesMarek Olšák2016-11-091-1/+3
| * radeonsi: fix BFE/BFI lowering for GLSL semanticsNicolai Hähnle2016-11-091-3/+34
* | st/dri: remove trailing whitespaceMauro Rossi2016-11-011-1/+1
* | android: fix building errors on Android 7.0Chih-Wei Huang2016-11-013-9/+3
* | nv30 locking fixesIlia Mirkin2016-11-012-2/+22
* | nouveau: more locking - make sure that fence work is always done withIlia Mirkin2016-11-014-4/+17
* | WIP nouveau: add lockingIlia Mirkin2016-11-0130-45/+372
* | android: more fixes for llvmpipe software renderingChih-Wei Huang2016-11-012-2/+11
* | virgl: fix null pointer exceptionsChih-Wei Huang2016-11-011-0/+2
* | android: support swrastWuZhen2016-11-018-7/+168
* | android: print debug info to logcatWuZhen2016-11-013-3/+12
* | st/dri: fix double free of dri_drawableWuZhen2016-11-011-2/+0
* | android: change some PIPE to SVGA3D format mappingsChih-Wei Huang2016-11-011-0/+6
* | gallium/radeon: define some prototypes of LLVMInitialize functionsChih-Wei Huang2016-11-011-8/+1
* | gallium: introduce load_pipe_screen()Rob Herring2016-11-014-3/+14
* | Android: Export gallium_dri include filesRob Herring2016-11-011-0/+6
* | android: add support for LLVM 3.7.0 for marshmallowMauro Rossi2016-11-011-1/+1
|/
* st/omx/dec: disable tunnel for size different caseLeo Liu2016-11-013-1/+11
* st/omx/dec: result buffers size should match codec decoder sizeLeo Liu2016-11-013-19/+18
* radeonsi: fix behavior of GLSL findLSB(0)Marek Olšák2016-11-011-4/+13
* radeonsi: set VGT_GS_ONCHIP_CNTL on CIK and laterMarek Olšák2016-11-011-0/+8
* nvc0/ir: fix emission of IMAD with NEG modifiersSamuel Pitoiset2016-11-012-2/+2
* nvc0/ir: fix emission of SHLADD with NEG modifiersSamuel Pitoiset2016-10-272-2/+2
* winsys/amdgpu: fix radeon_surf::macro_tile_index for imported texturesMarek Olšák2016-10-271-0/+17
* gallium/radeon: make sure the address of separate CMASK is aligned properlyMarek Olšák2016-10-271-2/+3
* gallium/radeon: fix incorrect bpe use in si_set_optimal_micro_tile_modeMarek Olšák2016-10-271-7/+7
* nvc0: use correct bufctx when invalidating CP texturesSamuel Pitoiset2016-10-271-1/+1
* st/nine: Fix locking CubeTexture surfaces.Axel Davy2016-10-271-0/+1
* st/nine: Fix mistake in Volume9 UnlockBoxAxel Davy2016-10-271-1/+1
* st/nine: Fix leak with integer and boolean constantsAxel Davy2016-10-271-21/+18
* nvc0: do not break 3D state by pushing MS coordinates on FermiSamuel Pitoiset2016-10-241-43/+44
* radeonsi: fix 64-bit loads from LDSNicolai Hähnle2016-10-241-1/+1
* nv50/ir: process texture offset sources as regular sourcesIlia Mirkin2016-10-241-53/+94
* nv50,nvc0: avoid reading out of bounds when getting bogus so infoIlia Mirkin2016-10-242-2/+8
* radeonsi: remove cb0_is_integer handlingMarek Olšák2016-10-193-13/+3
* draw: improve vertex fetch (v2)Roland Scheidegger2016-10-193-86/+134
* draw: improved handling of undefined inputsRoland Scheidegger2016-10-191-21/+32
* gallivm: print out time for jitting functions with GALLIVM_DEBUG=perfRoland Scheidegger2016-10-191-0/+11
* gallivm: Use native packs and unpacks for the lerpsRoland Scheidegger2016-10-193-13/+156