radeonsi/gfx10: use Z32_FLOAT_CLAMP for upgraded depth textures
[mesa.git] / src / gallium / drivers / lima /
2019-07-01 Sagar Ghugenir: Add lower_rotate flag and set to true in all drivers
2019-06-26 Jonathan Mareknir: remove fnot/fxor/fand/for opcodes
2019-06-24 Andreas Baierllima/ppir: Add fsat op
2019-06-24 Andreas Baierllima/ppir: Add fneg op
2019-06-24 Andreas Baierllima/ppir: Add fabs op
2019-06-24 Andreas Baierllima/ppir: lower ffma in ppir
2019-06-20 Alyssa Rosenzweiglima,panfrost: Move lima_tiling.c/h to /src/panfrost
2019-06-16 Erico Nuneslima: lower fmod in ppir and gpir
2019-06-14 Erico Nuneslima: fix dynarray usage in lima_submit_add_bo
2019-06-13 Mateusz Krzaklima/ppir: change offset type to int
2019-06-12 Nicolai Hähnleu_dynarray: turn util_dynarray_{grow, resize} into...
2019-06-06 Vasily Khoruzhicklima/ppir: add missing handling of min/max ops for...
2019-06-06 Vasily Khoruzhicklima/ppir: fix crash when program uses no registers...
2019-06-03 Jonathan Mareknir: copy intrinsic type when lowering load input/unifo...
2019-05-31 Jonathan Mareknir: remove bool lowering from lower_int_to_float
2019-05-31 Jonathan Mareknir: add lower_bitshift option
2019-05-27 Vasily Khoruzhicklima/ppir: implement discard and discard_if
2019-05-25 Qiang Yulima: fix lima_blit with non-zero level source resource
2019-05-25 Qiang Yulima: fix render to non-zero level texture
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-20 Qiang Yulima/gpir: switch to use nir_lower_viewport_transform
2019-05-20 Qiang Yulima/gpir: support vector ssa load
2019-05-20 Qiang Yulima/gpir: add helper function for emit load node
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-05-13 Patrick Lerdalima: add Allwinner H5 support
2019-05-13 Patrick Lerdalima: refactor plb_max_blk
2019-05-10 Jonathan Mareknir: allow specifying a set of opcodes in lower_alu_to_...
2019-05-10 Qiang Yulima: fix width 4096 resolution GP fail
2019-05-10 Vasily Khoruzhicklima: fix tile buffer reloading
2019-05-07 Vasily Khoruzhicklima: enable sin and cos lowering for GP
2019-05-07 Christian Gmeinernir: nir_shader_compiler_options: drop native_integers
2019-05-07 Vasily Khoruzhicklima/gpir: enable lowering for ftrunc
2019-05-07 Vasily Khoruzhicklima/gpir: implement nir_op_fmov
2019-05-07 Vasily Khoruzhicklima: use int_to_float lowering pass
2019-05-06 Vasily Khoruzhicklima/gpir: fix float uniform alignment issue
2019-05-06 Erico Nuneslima/ppir: abort compilation in case of unsupported...
2019-05-06 Erico Nuneslima/ir: print names of unsupported intrinsics
2019-05-02 Erico Nuneslima/ppir: support nir_op_ftrunc
2019-05-02 Erico Nuneslima/gpir: add limit of max 512 instructions
2019-04-29 Patrick Lerdalima/ppir: fix pointer referenced after a free
2019-04-29 Andreas Baierllima/ppir: Add gl_FragCoord handling
2019-04-21 Icenowy Zhenglima: add Android build
2019-04-19 Erico Nuneslima: enable nir fsign lowering in ppir
2019-04-19 Erico Nuneslima/ppir: support ppir_op_ceil
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-14 Karol Herbstlima: use nir_src_as_float
2019-04-14 Qiang Yulima/gpir: fix alu check miss last store slot
2019-04-14 Qiang Yulima/gpir: fix compile fail when two slot node
2019-04-14 Vasily Khoruzhicklima: add support for depth/stencil fbo attachments...
2019-04-14 Vasily Khoruzhicklima: use individual tile heap for each GP job.
2019-04-12 Karol Herbstlima: add bool parameter to type_size function
2019-04-12 Icenowy Zhenglima: lower bool to float when building shaders
2019-04-11 Icenowy Zhenglima: implement blit with util_blitter
2019-04-11 Icenowy Zhenglima: make lima_context_framebuffer subtype of pipe_fra...
2019-04-11 Icenowy Zhenglima: add dummy set_sample_mask function
2019-04-11 Qiang Yugallium: add lima driver