summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2018-10-28freedreno: don't flush when new and old pfb is identicalRob Clark1-0/+3
2018-10-28freedreno: dependency tracking for z/s depends on ZSA stateRob Clark1-1/+3
2018-10-28freedreno: mark all state dirty after switching batchRob Clark2-0/+3
2018-10-26freedreno/a6xx: inline draw_impl()Rob Clark1-38/+31
2018-10-26freedreno/a6xx: small cleanupRob Clark1-1/+1
2018-10-26freedreno/a6xx: move where we handle dirty vbo stateRob Clark3-16/+14
2018-10-26freedreno: avoid no-op flushes by re-using last-fenceRob Clark5-2/+34
2018-10-26freedreno/a6xx: Move stencil/depth/alpha state to IBKristian H. Kristensen5-15/+55
2018-10-26freedreno/a6xx: Move stencil mask emit to FD_DIRTY_ZSA groupKristian H. Kristensen1-5/+6
2018-10-26freedreno/a6xx: Rename FD6_GROUP_ZSA ro FD6_GROUP_LRZKristian H. Kristensen2-7/+7
2018-10-26freedreno/a6xx: Move rasterizer state to state objectKristian H. Kristensen5-27/+51
2018-10-26freedreno/a6xx: Fix set_blit_scissor helperKristian H. Kristensen1-2/+2
2018-10-26freedreno/a2xx: Squash a compiler warningKristian H. Kristensen1-2/+2
2018-10-26freedreno/a6xx: Use fd6_emit_ib from a6xxKristian H. Kristensen3-10/+10
2018-10-26freedreno: import libdrm_freedreno + redesign submitRob Clark34-74/+3765
2018-10-26st/nine: Handle window resize when a presentation buffer is usedAxel Davy1-1/+30
2018-10-26st/nine: Reduce MaxSimultaneousTextures to 8Axel Davy2-9/+8
2018-10-26st/nine: Enable shadow mapping for ps 1.XAxel Davy3-10/+14
2018-10-26st/nine: Do not set unused states for stateblocksAxel Davy1-21/+3
2018-10-26st/nine: Fix aliasing states for stateblocksAxel Davy1-2/+1
2018-10-26st/nine: Never update device changed.* fieldsAxel Davy4-48/+59
2018-10-26st/nine: Capture also default matrices for D3DSBT_ALLAxel Davy3-24/+41
2018-10-26st/nine: Mark transform matrices dirty for D3DSBT_ALLAxel Davy1-1/+12
2018-10-26st/nine: Don't update unused world matricesAxel Davy1-0/+6
2018-10-26st/nine: Remove two unused states.Axel Davy2-3/+1
2018-10-26st/nine: Remove commented nine_context_apply_stateblockAxel Davy1-230/+0
2018-10-26scons/svga: remove opt from the list of valid build typesBrian Paul1-2/+0
2018-10-26radeon/vcn: use util function to get h264 profile idcBoyuan Zhang1-2/+1
2018-10-26radeon/vce: use util function to get h264 profile idcBoyuan Zhang2-8/+2
2018-10-26vl: get h264 profile idcBoyuan Zhang1-0/+24
2018-10-26util: Change remaining uint32 cache ids to sha1David McFarland3-67/+69
2018-10-25freedreno: use fd_bc_alloc_batch instead of fd_batch_create.Hyunjun Ko2-2/+2
2018-10-25freedreno/ir3: take reg->num out of union in ir3_registerHyunjun Ko1-5/+6
2018-10-25freedreno/a6xx: disable unused groupsRob Clark2-6/+13
2018-10-25freedreno: add useful assertRob Clark1-1/+3
2018-10-25swr/rast: ignore CreateElementUnorderedAtomicMemCpyAlok Hota1-1/+2
2018-10-25swr/rast: fix intrinsic/function for LLVM 7 compatibilityAlok Hota6-14/+3
2018-10-25nvc0: increase NOUVEAU_TRANSFER_PUSHBUF_THRESHOLD to 1024 on Kepler+Rhys Perry4-3/+11
2018-10-25util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom4-6/+0
2018-10-25util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom10-20/+0
2018-10-24ir3_compiler/nir: fix imageSize() for buffer-backed imagesEduardo Lima Mitev2-0/+33
2018-10-23radeonsi: enable vcn jpeg decode for ravenBoyuan Zhang1-0/+2
2018-10-23winsys/amdgpu: add vcn jpeg cs supportBoyuan Zhang1-0/+12
2018-10-23radeon/vcn: implement jpeg target buffer cmdBoyuan Zhang1-1/+72
2018-10-23radeon/vcn: implement jpeg bitstream buffer cmdBoyuan Zhang1-1/+45
2018-10-23radeon/uvd: remove get mjpeg slice headerBoyuan Zhang1-157/+0
2018-10-23st/va: get mjpeg slice headerBoyuan Zhang3-2/+164
2018-10-23radeon/vcn: add jpeg decode implementationBoyuan Zhang5-7/+119
2018-10-23radeon/vcn: separate send cmd call from end frameBoyuan Zhang2-8/+28
2018-10-23radeon/vcn: create cs based on ring typeBoyuan Zhang1-2/+6