summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* virgl: Negotiate version with vtest serverTomeu Vizoso2018-10-043-0/+64
* etnaviv: Use write combine instead of unached mappings for shader boGuido Günther2018-10-041-1/+1
* freedreno: add the a6xx sources to the Android buildEmil Velikov2018-10-031-0/+1
* pipe-loader: add a dup() in pipe_loader_sw_probe_kmsEmil Velikov2018-10-032-2/+12
* pipe-loader: move dup(fd) within pipe_loader_drm_probe_fdEmil Velikov2018-10-038-44/+37
* st/nine: do not double-close the fd on teardownEmil Velikov2018-10-031-1/+1
* vl/dri3: do full teardown on screen_destroyEmil Velikov2018-10-031-1/+0
* st/dri: make swrast_no_present member of dri_screenEmil Velikov2018-10-032-4/+5
* st/dri: inline dri2_buffer.h within dri2.cEmil Velikov2018-10-034-26/+16
* st/xa: remove unused xa_screen::d[s]_depth_bits_lastEmil Velikov2018-10-031-2/+0
* r600: use build-id when available for disk cacheTimothy Arceri2018-10-031-7/+7
* nouveau: use build-id when available for disk cacheTimothy Arceri2018-10-031-7/+7
* radeonsi: use build-id when available for disk cacheTimothy Arceri2018-10-031-12/+9
* radeonsi: avoid sending GS_EMIT in shaders without outputsJózef Kucia2018-10-021-3/+6
* radeonsi: initialize ac_gpu_info::name when using SI_FORCE_FAMILYMarek Olšák2018-10-021-0/+1
* radeonsi: don't set the VS prolog key for the blit VSMarek Olšák2018-10-021-1/+2
* freedreno/a6xx: hwbinningRob Clark2018-10-028-105/+159
* freedreno: update generated headersRob Clark2018-10-027-41/+52
* radeonsi: add a workaround for bitfield_extract when count is 0Timothy Arceri2018-10-021-11/+30
* gallium/util: Clarify comment in util_init_thread_pinningMichel Dänzer2018-09-281-1/+4
* freedreno/a6xx: Build up draw dword0 outside visibilty if statementKristian H. Kristensen2018-09-271-17/+18
* freedreno/a6xx: Simplify draw_emit() branches a bitKristian H. Kristensen2018-09-271-16/+8
* freedreno/a6xx: Copy OUT_RING() part into each branch of the index ifKristian H. Kristensen2018-09-271-17/+29
* freedreno/a6xx: Split fd6_draw_emit into direct and indirect pathsKristian H. Kristensen2018-09-271-36/+46
* freedreno/a6xx: Inline fd6_draw()Kristian H. Kristensen2018-09-271-31/+17
* freedreno/a6xx: Move emit_marker and wfi to draw_impl()Kristian H. Kristensen2018-09-271-17/+12
* freedreno/a6xx: Move inline functions out of fd6_draw.hKristian H. Kristensen2018-09-273-108/+110
* freedreno: fix a typo in launch_gridHyunjun Ko2018-09-271-1/+1
* freedreno/ir3: fix the param order of cmpxchgHyunjun Ko2018-09-271-2/+2
* freedreno/a6xx: fix shaders w/ >= 24 regsRob Clark2018-09-271-1/+1
* freedreno/a6xx: fix gl_FragCoord.wRob Clark2018-09-271-2/+6
* freedreno: handle invalidated buffers harderRob Clark2018-09-278-7/+39
* freedreno/a6xx: fix constlenRob Clark2018-09-271-7/+6
* freedreno: fix inorder rendering caseRob Clark2018-09-271-6/+7
* freedreno/a6xx: backface stencil stateRob Clark2018-09-272-2/+4
* freedreno/a6xx: fix gpu crash with separate-stencilRob Clark2018-09-271-1/+1
* freedreno/a6xx: fix MRT configRob Clark2018-09-271-7/+7
* freedreno: fix potential hang when destroying batchRob Clark2018-09-271-1/+1
* freedreno: fix corrupted fb stateRob Clark2018-09-272-2/+5
* freedreno: simplify pctx->clear()Rob Clark2018-09-276-74/+11
* freedreno: fix FD_MESA_DEBUG=flushRob Clark2018-09-272-2/+8
* freedreno: fix scissor state emitRob Clark2018-09-274-4/+8
* freedreno: update generated headersRob Clark2018-09-278-340/+1089
* radeonsi: NaN should pass kill_ifAxel Davy2018-09-251-1/+2
* st/nine: Do not mark both ff vs and ps updatedAxel Davy2018-09-251-2/+4
* st/nine: Split NINE_STATE_FF_OTHERAxel Davy2018-09-255-23/+23
* st/nine: Add dummy ff shader stateAxel Davy2018-09-252-8/+12
* st/nine: Mark pointsize states as ff statesAxel Davy2018-09-251-3/+3
* st/nine: Minor refactor of a few NINE_STATE_* flagsAxel Davy2018-09-253-17/+14
* st/nine: Increase maximum number of temp registersAxel Davy2018-09-251-1/+1