summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* svga: Add missing include guardsMichaƂ Janiszewski2018-10-302-0/+6
* st/dri: remove leftover local variableEric Engestrom2018-10-301-1/+0
* clover: add missing meson build dependencyEric Engestrom2018-10-291-1/+1
* svga: add missing meson build dependencyEric Engestrom2018-10-291-1/+1
* freedreno: don't flush when new and old pfb is identicalRob Clark2018-10-281-0/+3
* freedreno: dependency tracking for z/s depends on ZSA stateRob Clark2018-10-281-1/+3
* freedreno: mark all state dirty after switching batchRob Clark2018-10-282-0/+3
* freedreno/a6xx: inline draw_impl()Rob Clark2018-10-261-38/+31
* freedreno/a6xx: small cleanupRob Clark2018-10-261-1/+1
* freedreno/a6xx: move where we handle dirty vbo stateRob Clark2018-10-263-16/+14
* freedreno: avoid no-op flushes by re-using last-fenceRob Clark2018-10-265-2/+34
* freedreno/a6xx: Move stencil/depth/alpha state to IBKristian H. Kristensen2018-10-265-15/+55
* freedreno/a6xx: Move stencil mask emit to FD_DIRTY_ZSA groupKristian H. Kristensen2018-10-261-5/+6
* freedreno/a6xx: Rename FD6_GROUP_ZSA ro FD6_GROUP_LRZKristian H. Kristensen2018-10-262-7/+7
* freedreno/a6xx: Move rasterizer state to state objectKristian H. Kristensen2018-10-265-27/+51
* freedreno/a6xx: Fix set_blit_scissor helperKristian H. Kristensen2018-10-261-2/+2
* freedreno/a2xx: Squash a compiler warningKristian H. Kristensen2018-10-261-2/+2
* freedreno/a6xx: Use fd6_emit_ib from a6xxKristian H. Kristensen2018-10-263-10/+10
* freedreno: import libdrm_freedreno + redesign submitRob Clark2018-10-2634-74/+3765
* st/nine: Handle window resize when a presentation buffer is usedAxel Davy2018-10-261-1/+30
* st/nine: Reduce MaxSimultaneousTextures to 8Axel Davy2018-10-262-9/+8
* st/nine: Enable shadow mapping for ps 1.XAxel Davy2018-10-263-10/+14
* st/nine: Do not set unused states for stateblocksAxel Davy2018-10-261-21/+3
* st/nine: Fix aliasing states for stateblocksAxel Davy2018-10-261-2/+1
* st/nine: Never update device changed.* fieldsAxel Davy2018-10-264-48/+59
* st/nine: Capture also default matrices for D3DSBT_ALLAxel Davy2018-10-263-24/+41
* st/nine: Mark transform matrices dirty for D3DSBT_ALLAxel Davy2018-10-261-1/+12
* st/nine: Don't update unused world matricesAxel Davy2018-10-261-0/+6
* st/nine: Remove two unused states.Axel Davy2018-10-262-3/+1
* st/nine: Remove commented nine_context_apply_stateblockAxel Davy2018-10-261-230/+0
* scons/svga: remove opt from the list of valid build typesBrian Paul2018-10-261-2/+0
* radeon/vcn: use util function to get h264 profile idcBoyuan Zhang2018-10-261-2/+1
* radeon/vce: use util function to get h264 profile idcBoyuan Zhang2018-10-262-8/+2
* vl: get h264 profile idcBoyuan Zhang2018-10-261-0/+24
* util: Change remaining uint32 cache ids to sha1David McFarland2018-10-263-67/+69
* freedreno: use fd_bc_alloc_batch instead of fd_batch_create.Hyunjun Ko2018-10-252-2/+2
* freedreno/ir3: take reg->num out of union in ir3_registerHyunjun Ko2018-10-251-5/+6
* freedreno/a6xx: disable unused groupsRob Clark2018-10-252-6/+13
* freedreno: add useful assertRob Clark2018-10-251-1/+3
* swr/rast: ignore CreateElementUnorderedAtomicMemCpyAlok Hota2018-10-251-1/+2
* swr/rast: fix intrinsic/function for LLVM 7 compatibilityAlok Hota2018-10-256-14/+3
* nvc0: increase NOUVEAU_TRANSFER_PUSHBUF_THRESHOLD to 1024 on Kepler+Rhys Perry2018-10-254-3/+11
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-254-6/+0
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-2510-20/+0
* ir3_compiler/nir: fix imageSize() for buffer-backed imagesEduardo Lima Mitev2018-10-242-0/+33
* radeonsi: enable vcn jpeg decode for ravenBoyuan Zhang2018-10-231-0/+2
* winsys/amdgpu: add vcn jpeg cs supportBoyuan Zhang2018-10-231-0/+12
* radeon/vcn: implement jpeg target buffer cmdBoyuan Zhang2018-10-231-1/+72
* radeon/vcn: implement jpeg bitstream buffer cmdBoyuan Zhang2018-10-231-1/+45
* radeon/uvd: remove get mjpeg slice headerBoyuan Zhang2018-10-231-157/+0