radeonsi: move nir_shader_compiler_options into si_screen
[mesa.git] / src / gallium / drivers / lima /
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...
2019-10-31 Arno Messiaenlima: add layer_stride field to lima_resource struct
2019-10-31 Arno Messiaenlima: fix stride in texture descriptor
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-20 Vasily Khoruzhicklima: fix PP stack size
2019-10-16 Andreas Baierllima: Fix crash when there are no vertex shader attributes
2019-10-16 Andreas Baierllima: Fix compiler warning in standalone compiler
2019-10-09 Vasily Khoruzhicklima/ppir: don't clone texture loads
2019-09-28 Vasily Khoruzhicklima: set uniforms_address lower bits properly
2019-09-28 Icenowy Zhenglima: do not set the PP uniforms address lowest bits
2019-09-27 Vasily Khoruzhicklima/ppir: add NIR pass to split varying loads
2019-09-26 Icenowy Zhenglima: support rectangle texture
2019-09-25 Andreas Baierllima/ppir: Add various varying fetch sources to disasse...
2019-09-25 Vasily Khoruzhicklima/ppir: add support for indirect load of uniforms...
2019-09-25 Vasily Khoruzhicklima/ppir: add node dependency types
2019-09-25 Vasily Khoruzhicklima/ppir: don't attempt to clone tex coords if it...
2019-09-24 Connor Abbottlima/gpir: Fix 64-bit shift in scheduler spilling
2019-09-24 Connor Abbottlima/gpir: Don't emit movs when translating from NIR
2019-09-24 Connor Abbottlima/gpir: Fix postlog2 fixup handling
2019-09-24 Connor Abbottlima/gpir: Use registers for values live in multiple...
2019-09-24 Connor Abbottlima/gpir: Support branch instructions
2019-09-24 Connor Abbottlima/gpir: Only try to place actual children
2019-09-24 Connor Abbottlima/gpir: Fix compiler warning
2019-09-23 Erico Nuneslima: remove partial clear support from pipe->clear()
2019-09-23 Vasily Khoruzhicklima: implement BO cache
2019-09-23 Vasily Khoruzhicklima: use 0 to poll if BO is busy in lima_bo_wait()
2019-09-23 Qiang Yulima: move damage bound build to resource
2019-09-23 Qiang Yulima: don't use damage system when full damage
2019-09-23 Qiang Yulima: implement EGL_KHR_partial_update
2019-09-22 Icenowy Zhenglima: fix PLBU viewport configuration
2019-09-17 Icenowy Zhenglima: reset scissor state if scissor test is disabled
next