lima/ppir: Add fddx and fddy
[mesa.git] / src / gallium / drivers / lima /
2019-08-12 Andreas Baierllima/ppir: Add fddx and fddy
2019-08-09 Vasily Khoruzhicklima: introduce a struct describing texture descriptor
2019-08-09 Vasily Khoruzhicklima: add texel format table
2019-08-08 Roman Stratiienkolima: Fix Android.mk
2019-08-06 Erico Nuneslima: fix pipe_debug_callback warnings
2019-08-06 Vasily Khoruzhicklima/ppir: move sin/cos input scaling into NIR
2019-08-06 Erico Nuneslima: add summary report for shader-db
2019-08-06 Erico Nuneslima: add support for debug callback
2019-08-05 Erico Nuneslima/ppir: enable lower_vector_cmp to lower fall_equal
2019-08-05 Erico Nuneslima: re-run nir_opt_algebraic after int lowering
2019-08-04 Erico Nuneslima/ppir: simplify load uni/temp op lowering and sched...
2019-08-04 Erico Nuneslima/ppir: simplify select op lowering and scheduling
2019-08-04 Erico Nuneslima/ppir: support pipeline registers in scheduler
2019-08-04 Vasily Khoruzhicklima/ppir: move alu vec to scalar lowering into NIR
2019-08-03 Andreas Baierllima/ppir: Add gl_FrontFace handling
2019-08-03 Eric Engestrommeson: drop unused dep_{thread,dl}
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-07-31 Erico Nuneslima: enable lower_bitops in ppir
2019-07-31 Erico Nunesnir/algebraic: rename lower_bitshift to lower_bitops
2019-07-31 Erico Nuneslima/ppir: lower fdot in nir_opt_algebraic
2019-07-31 Erico Nuneslima/ppir: refactor texture code to simplify scheduler
2019-07-31 Erico Nuneslima/ppir: lower texture projection
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-30 Connor Abbottlima/gp: Support exp2 and log2
2019-07-30 Connor Abbottlima/gpir: Always schedule complex2 and *_impl right...
2019-07-28 Connor Abbottlima/gpir/sched: Handle more special ops in can_use_com...
2019-07-28 Connor Abbottlima/gp: Clean up lima_program_optimize_vs_nir() a...
2019-07-28 Connor Abbottlima/gpir/sched: Don't try to spill when something...
2019-07-24 Jonathan Mareknir: replace lower_sincos with algebraic opt
2019-07-24 Qiang Yulima/ppir: fix disassembler temp read/write print
2019-07-23 Erico Nuneslima/ppir: fix branch codegen register encode
2019-07-23 Erico Nuneslima/ppir: fix debug logs in regalloc
2019-07-23 Erico Nuneslima/ppir: fix alignment on regalloc spilling loads
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-19 Erico Nuneslima/ppir: handle all node types in ppir_node_replace_child
2019-07-19 Erico Nuneslima/ppir: branch regalloc fixes
2019-07-18 Andreas Baierllima/ppir: Add gl_PointCoord handling
2019-07-18 Connor Abbottlima/gp: Fix problem with complex moves
2019-07-18 Connor Abbottlima/gpir: Rework the scheduler
2019-07-18 Connor Abbottlima/gp: Mark more add-only nodes as maybe-two-slot
2019-07-18 Connor Abbottlima/gpir: Fix some bugs in instruction handling
2019-07-18 Connor Abbottlima: Reintroduce the standalone compiler
2019-07-15 Vinson Leelima/ppir: Fix assert condition in ppir_codegen_encode_...
2019-07-15 Vasily Khoruzhicklima/ppir: Fix branch codegen
2019-07-15 Vasily Khoruzhicklima/ppir: Fix assert condition in ppir_codegen_encode_...
2019-07-13 Andreas Baierllima: Fix compiler warnings for unused functions.
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...
next