util: Move gallium's PIPE_FORMAT utils to /util/format/
[mesa.git] / src / gallium / drivers / lima / lima_draw.c
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-06 Vasily Khoruzhicklima: add support for gl_PointSize
2019-11-02 Vasily Khoruzhicklima: set dithering flag when necessary
2019-10-31 Icenowy Zhenglima: support indexed draw with bias
2019-10-31 Arno Messiaenlima: add cubemap support
2019-10-31 Arno Messiaenlima: add layer_stride field to lima_resource struct
2019-10-20 Vasily Khoruzhicklima: fix PP stack size
2019-10-16 Andreas Baierllima: Fix crash when there are no vertex shader attributes
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-26 Icenowy Zhenglima: support rectangle texture
2019-09-23 Erico Nuneslima: remove partial clear support from pipe->clear()
2019-09-23 Qiang Yulima: move damage bound build to resource
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
2019-09-04 Roman Stratiienkolima: Return fence unconditionally
2019-08-25 Erico Nuneslima: fix ppir spill stack allocation
2019-08-25 Qiang Yulima: move format handling to unified place
2019-08-09 Vasily Khoruzhicklima: introduce a struct describing texture descriptor
2019-07-13 Andreas Baierllima: Fix compiler warnings for unused functions.
2019-06-12 Nicolai Hähnleu_dynarray: turn util_dynarray_{grow, resize} into...
2019-05-25 Qiang Yulima: fix render to non-zero level texture
2019-05-10 Qiang Yulima: fix width 4096 resolution GP fail
2019-05-10 Vasily Khoruzhicklima: fix tile buffer reloading
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-11 Icenowy Zhenglima: make lima_context_framebuffer subtype of pipe_fra...
2019-04-11 Qiang Yugallium: add lima driver