summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/lima
AgeCommit message (Expand)AuthorFilesLines
2020-01-13lima: Add stencil supportAndreas Baierl2-27/+64
2020-01-13lima/parser: Make rsw alpha blend parsing more readableAndreas Baierl1-4/+5
2020-01-12lima: fix PIPE_CAP_* to mark features that aren't supported yetVasily Khoruzhick1-0/+6
2020-01-12lima: implement polygon offsetVasily Khoruzhick1-14/+9
2020-01-12lima: fix viewport clippingVasily Khoruzhick1-5/+17
2020-01-12lima: fix PLBU_CMD_PRIMITIVE_SETUP commandVasily Khoruzhick2-21/+16
2020-01-09lima: drop support for R8G8B8 formatVasily Khoruzhick1-1/+0
2020-01-10lima: add debug flag to disable tilingVasily Khoruzhick3-1/+4
2020-01-10lima: use linear layout for shared buffers if modifier is not specifiedVasily Khoruzhick1-1/+8
2020-01-05lima: fix PP stream terminator sizeVasily Khoruzhick1-1/+3
2020-01-05lima: don't reload and redraw tiles that were not updatedVasily Khoruzhick3-7/+67
2020-01-05lima: postpone PP stream generationVasily Khoruzhick1-11/+17
2020-01-05lima/parser: Fix VS cmd stream parserAndreas Baierl1-2/+2
2020-01-05lima/parser: Fix rsw parserAndreas Baierl1-2/+0
2020-01-03lima: fix allocation of GP outputs storage for indexed drawVasily Khoruzhick1-3/+4
2019-12-20lima: set shader caps to optimize control flowErico Nunes1-2/+16
2019-12-20lima/ppir: remove assert on ppir_emit_tex unsupported featureErico Nunes1-1/+0
2019-12-20lima/ppir: fix lod bias srcErico Nunes5-11/+16
2019-12-20lima: Fix dump file creationAndreas Baierl1-3/+5
2019-12-19lima: Rotate dump files after each finished pp frameAndreas Baierl5-13/+48
2019-12-19lima: drop suballocatorVasily Khoruzhick4-30/+14
2019-12-19lima: use single BO for GP outputsVasily Khoruzhick3-43/+43
2019-12-14lima: split draw calls on 64k verticesErico Nunes1-48/+97
2019-12-14lima: refactor indexed draw indices uploadErico Nunes2-15/+19
2019-12-14lima: allocate separate bo to store varyingsErico Nunes2-9/+18
2019-12-14gallium/util: add alignment parameter to util_upload_index_bufferErico Nunes1-1/+1
2019-12-13lima/parser: Add texture descriptor parserAndreas Baierl5-0/+131
2019-12-13lima/parser: Add RSW parsingAndreas Baierl5-0/+185
2019-12-13lima/parser: Some fixes and cleanupsAndreas Baierl2-46/+36
2019-12-11lima/ppir: enable lower_fdphErico Nunes1-0/+1
2019-12-09lima: expose tiled format modifier in query_dmabuf_modifiers()Vasily Khoruzhick1-0/+1
2019-12-09lima: handle DRM_FORMAT_MOD_INVALID in resource_from_handle()Vasily Khoruzhick1-0/+4
2019-12-04lima: enable tilingVasily Khoruzhick1-11/+30
2019-11-20lima/ppir: add lod-bias supportArno Messiaen5-5/+33
2019-11-20lima/streamparser: Add findings introduced with gl_PointSizeAndreas Baierl1-2/+22
2019-11-20lima/streamparser: Fix typo in vs semaphore parserAndreas Baierl1-1/+1
2019-11-17lima: Parse VS and PLBU command stream while making a dumpAndreas Baierl7-0/+461
2019-11-17lima: Beautify stream dumpsAndreas Baierl1-7/+11
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2-2/+2
2019-11-07lima: fix bo submit memory leakErico Nunes1-0/+1
2019-11-07lima: fix nir shader memory leakErico Nunes1-0/+2
2019-11-05lima: add support for gl_PointSizeVasily Khoruzhick5-32/+90
2019-11-01lima: set dithering flag when necessaryVasily Khoruzhick1-1/+3
2019-11-01lima: ignore flags while looking for BO in cacheVasily Khoruzhick1-2/+2
2019-11-01lima: align size before trying to fetch BO from cacheVasily Khoruzhick1-2/+2
2019-11-01lima: add debug prints for BO cacheVasily Khoruzhick3-6/+56
2019-10-31lima: support indexed draw with biasIcenowy Zheng1-1/+1
2019-10-31lima: add cubemap supportArno Messiaen6-8/+45
2019-10-31lima: introduce ppir_op_load_coords_reg to differentiate between loading text...Arno Messiaen6-5/+18
2019-10-31lima: add layer_stride field to lima_resource structArno Messiaen3-15/+28