lima: move damage_rect into lima_submit
[mesa.git] / src / gallium / drivers / lima /
2020-02-17 Qiang Yulima: move damage_rect into lima_submit
2020-02-17 Qiang Yulima: move pp_max_stack_size to lima_submit
2020-02-17 Qiang Yulima: move resolve into lima_submit
2020-02-17 Qiang Yulima: move plbu/vs_cmd_array into lima_submit
2020-02-17 Qiang Yulima: track write submits of context (v3)
2020-02-17 Qiang Yulima: make lima_submit one time use drop data (v3)
2020-02-17 Qiang Yulima: add lima_submit_get
2020-02-17 Qiang Yulima: use lima_submit_create_stream_bo for plbu/vs_cmd...
2020-02-17 Qiang Yulima: adjust pp_stream to use lima_submit_create_stream_bo
2020-02-17 Qiang Yulima: add lima_submit_create_stream_bo
2020-02-17 Qiang Yulima: pass submit parameter for functions in lima_submi...
2020-02-17 Qiang Yulima: move flush code to lima_submit.c
2020-02-17 Qiang Yulima: put hardware related info to lima_gpu.h
2020-02-17 Qiang Yulima: merge gp/pp submit
2020-02-17 Qiang Yulima: move syncobj from lima_submit to lima_context
2020-02-17 Qiang Yulima: add missing resolve check for damage and reload
2020-02-17 Qiang Yulima: add render target to submit by dirty buffer flags
2020-02-17 Qiang Yulima: delay plbu head command generation to flush stage...
2020-02-17 Qiang Yulima: delay add plb buffer to submit when flush
2020-02-17 Qiang Yulima: pass array as parameter to PLBU and VS command...
2020-02-17 Qiang Yulima: remove lima_ctx_buff_va submit flags (v2)
2020-02-17 Qiang Yulima: always add texture bo to submit
2020-02-17 Qiang Yulima: use util_copy_framebuffer_state
2020-02-17 Qiang Yulima: remove definition of lima_is_scanout
2020-02-14 Andreas Baierllima/parser: Extend rsw parsing showing strings instead...
2020-02-14 Vasily Khoruzhicklima: handle early-z and pixel kill better
2020-02-07 Andreas Baierllima/parser: Change value name in RSW parser
2020-02-07 Andreas Baierllima/parser: Extend AUX0 findings
2020-02-07 Andreas Baierllima/parser: Fix RSW depth test parsing
2020-02-01 Vinson Leelima: Fix build with GCC 10.
2020-01-30 Qiang Yulima: add noheap debug option
2020-01-30 Qiang Yulima: create heap buffer with new interface if available
2020-01-29 Icenowy Zhenglima: fix lima_set_vertex_buffers()
2020-01-28 Vasily Khoruzhicklima: disable early-z if fragment shader uses discard
2020-01-28 Vasily Khoruzhicklima: ppir: always create move and update ld_tex succes...
2020-01-28 Vasily Khoruzhicklima: ppir: don't delete root ld_tex nodes without...
2020-01-25 Erico Nuneslima/ppir: fix src read mask swizzling
2020-01-25 Erico Nuneslima/ppir: split ppir_op_undef into undef and dummy...
2020-01-25 Erico Nuneslima/ppir: fix ssa undef emit
2020-01-25 Erico Nuneslima/ppir: handle write to dead registers in ppir
2020-01-23 Vasily Khoruzhicklima: use imul for calculations with intrinsic src
2020-01-23 Matt Turnerutil: Remove tmp argument from BITSET_FOREACH_SET macro
2020-01-23 Vasily Khoruzhicklima: implement invalidate_resource()
2020-01-21 Eric Anholtnir: Drop the ssbo_offset to atomic lowering.
2020-01-21 Alyssa Rosenzweigpanfrost: Rework linear<--->tiled conversions
2020-01-21 Alyssa Rosenzweigpanfrost,lima: De-Galliumize tiling routines
2020-01-16 Andreas Baierllima: Fix alpha blending
2020-01-16 Vasily Khoruzhicklima: fix handling of reverse depth range
2020-01-15 Erico Nuneslima/ppir: implement full liveness analysis for regalloc
2020-01-15 Erico Nuneslima/ppir: remove orphan load node after cloning
2020-01-14 Vasily Khoruzhicklima: add new findings to texture descriptor
2020-01-13 Andreas Baierllima: Add stencil support
2020-01-13 Andreas Baierllima/parser: Make rsw alpha blend parsing more readable
2020-01-12 Vasily Khoruzhicklima: fix PIPE_CAP_* to mark features that aren't suppo...
2020-01-12 Vasily Khoruzhicklima: implement polygon offset
2020-01-12 Vasily Khoruzhicklima: fix viewport clipping
2020-01-12 Vasily Khoruzhicklima: fix PLBU_CMD_PRIMITIVE_SETUP command
2020-01-10 Vasily Khoruzhicklima: drop support for R8G8B8 format
2020-01-10 Vasily Khoruzhicklima: add debug flag to disable tiling
2020-01-10 Vasily Khoruzhicklima: use linear layout for shared buffers if modifier...
2020-01-05 Vasily Khoruzhicklima: fix PP stream terminator size
2020-01-05 Vasily Khoruzhicklima: don't reload and redraw tiles that were not updated
2020-01-05 Vasily Khoruzhicklima: postpone PP stream generation
2020-01-05 Andreas Baierllima/parser: Fix VS cmd stream parser
2020-01-05 Andreas Baierllima/parser: Fix rsw parser
2020-01-03 Vasily Khoruzhicklima: fix allocation of GP outputs storage for indexed...
2019-12-20 Erico Nuneslima: set shader caps to optimize control flow
2019-12-20 Erico Nuneslima/ppir: remove assert on ppir_emit_tex unsupported...
2019-12-20 Erico Nuneslima/ppir: fix lod bias src
2019-12-20 Andreas Baierllima: Fix dump file creation
2019-12-19 Andreas Baierllima: Rotate dump files after each finished pp frame
2019-12-19 Vasily Khoruzhicklima: drop suballocator
2019-12-19 Vasily Khoruzhicklima: use single BO for GP outputs
2019-12-14 Erico Nuneslima: split draw calls on 64k vertices
2019-12-14 Erico Nuneslima: refactor indexed draw indices upload
2019-12-14 Erico Nuneslima: allocate separate bo to store varyings
2019-12-14 Erico Nunesgallium/util: add alignment parameter to util_upload_in...
2019-12-13 Andreas Baierllima/parser: Add texture descriptor parser
2019-12-13 Andreas Baierllima/parser: Add RSW parsing
2019-12-13 Andreas Baierllima/parser: Some fixes and cleanups
2019-12-11 Erico Nuneslima/ppir: enable lower_fdph
2019-12-09 Vasily Khoruzhicklima: expose tiled format modifier in query_dmabuf_modi...
2019-12-09 Vasily Khoruzhicklima: handle DRM_FORMAT_MOD_INVALID in resource_from_ha...
2019-12-04 Vasily Khoruzhicklima: enable tiling
2019-11-20 Arno Messiaenlima/ppir: add lod-bias support
2019-11-20 Andreas Baierllima/streamparser: Add findings introduced with gl_Poin...
2019-11-20 Andreas Baierllima/streamparser: Fix typo in vs semaphore parser
2019-11-17 Andreas Baierllima: Parse VS and PLBU command stream while making...
2019-11-17 Andreas Baierllima: Beautify stream dumps
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-07 Erico Nuneslima: fix bo submit memory leak
2019-11-07 Erico Nuneslima: fix nir shader memory leak
2019-11-06 Vasily Khoruzhicklima: add support for gl_PointSize
2019-11-02 Vasily Khoruzhicklima: set dithering flag when necessary
2019-11-01 Vasily Khoruzhicklima: ignore flags while looking for BO in cache
2019-11-01 Vasily Khoruzhicklima: align size before trying to fetch BO from cache
2019-11-01 Vasily Khoruzhicklima: add debug prints for BO cache
2019-10-31 Icenowy Zhenglima: support indexed draw with bias
2019-10-31 Arno Messiaenlima: add cubemap support
2019-10-31 Arno Messiaenlima: introduce ppir_op_load_coords_reg to differentiat...
next