summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* enable standalone build of llvmpipe for ARMHEADreplicant-6.0-0001replicant-6.0Wolfgang Wiedmeyer2017-02-122-3/+4
* Merge remote-tracking branch 'mesa/13.0' into nougat-x86Chih-Wei Huang2017-01-0912-87/+217
|\
| * radeonsi: fix an off-by-one error in the bounds check for max_verticesNicolai Hähnle2016-12-151-1/+1
| * radeonsi: do not kill GS with memory writesNicolai Hähnle2016-12-151-8/+22
| * radeonsi: update all GSVS ring descriptors for new buffer allocationsNicolai Hähnle2016-12-151-1/+6
| * radeonsi: disable the constant engine (CE) on Carrizo and StoneyMarek Olšák2016-12-141-1/+4
| * radeonsi: wait for outstanding LDS instructions in memory barriers if neededMarek Olšák2016-12-141-1/+17
| * tgsi: fix the src type of TGSI_OPCODE_MEMBARMarek Olšák2016-12-141-0/+1
| * radeonsi: wait for outstanding memory instructions in TCS barriersMarek Olšák2016-12-141-1/+5
| * radeonsi: allow specifying simm16 of emit_waitcnt at call sitesMarek Olšák2016-12-141-5/+7
| * radeonsi: fix incorrect FMASK checking in bind_sampler_statesMarek Olšák2016-12-141-4/+4
| * radeonsi: always restore sampler states when unbinding sampler viewsMarek Olšák2016-12-141-3/+8
| * cso: don't release sampler states that are boundMarek Olšák2016-12-141-1/+3
| * radeonsi: fix isolines tess factor writes to control ringNicolai Hähnle2016-12-141-4/+12
| * vc4: In a loop break/continue, jump if everyone has taken the path.Eric Anholt2016-12-141-10/+17
| * radeonsi: apply the double EVENT_WRITE_EOP workaround to VI as wellMarek Olšák2016-12-141-2/+4
| * radeonsi: add a tess+GS hang workaround for VI dGPUsMarek Olšák2016-12-141-2/+10
| * radeonsi: apply a tessellation bug workaround for SIMarek Olšák2016-12-141-0/+6
| * radeonsi: apply a TC L1 write corruption workaround for SIMarek Olšák2016-12-141-11/+23
| * radeonsi: apply a multi-wave workgroup SPI bug workaround to affected CIK chipsMarek Olšák2016-12-144-4/+29
| * radeonsi: consolidate max-work-group-size computationMarek Olšák2016-12-141-24/+19
| * radeonsi: disable RB+ blend optimizations for dual source blendingMarek Olšák2016-12-141-0/+11
| * radeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source blendingMarek Olšák2016-12-141-0/+4
| * radeonsi: always set all blend registersMarek Olšák2016-12-141-5/+5
* | 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