util: Move gallium's PIPE_FORMAT utils to /util/format/
[mesa.git] / src / gallium / drivers / v3d / v3d_resource.c
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-08-30 Dave Stevensonbroadcom/v3d: Allow importing linear BOs with arbitrary...
2019-08-13 Iago Toral Quirogav3d: do not automatically flush current job for SSBOs...
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-02 Iago Toral Quirogav3d: do not flush jobs that are synced with 'Wait for...
2019-03-19 Eric Anholtv3d: Allow the UIF modifier with renderonly.
2019-03-19 Eric Anholtv3d: Always lay out shared tiled buffers with UIF_TOP...
2019-03-14 Alyssa Rosenzweigv3d: Use shared drm_find_modifier util
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-01-30 Ernestas Kulikv3d: Fix leak in resource setup error path
2019-01-17 Eric Anholtv3d: Restructure RO allocations using resource_from_handle.
2019-01-17 Eric Anholtv3d: If the modifier is not known on BO import, default...
2019-01-14 Eric Anholtv3d: SHARED but not necessarily SCANOUT buffers on...
2018-12-20 Eric Anholtv3d: Hook up perf_debug() output to GL_ARB_debug output...
2018-12-19 Eric Anholtv3d: Implement texture_subdata to reduce teximage uploa...
2018-12-15 Eric Anholtv3d: Add safety checks for resource_create().
2018-12-15 Eric Anholtv3d: Add support for texturing from linear.
2018-12-08 Eric Anholtv3d: Use the TFU to do generatemipmap.
2018-11-27 Eric Anholtv3d: Add renderonly support.
2018-11-01 Eric Anholtv3d: Use the TLB R/B swapping instead of recompiles...
2018-11-01 Eric Anholtv3d: Respect user-passed strides for BO imports.
2018-10-15 Kenneth Graunkegallium/u_transfer_helper: Add support for separate...
2018-07-18 Eric Anholtv3d: Fix tiling modifier support to use the new UIF...
2018-07-12 Eric Anholtv3d: Don't automatically reallocate a PERSISTENT-mapped...
2018-07-12 Eric Anholtv3d: Fix stride of 1D_ARRAY mappings.
2018-06-21 Eric Anholtv3d: Don't forget to initialize the buffer offset of...
2018-05-29 Dave Airliegallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
2018-05-16 Eric Anholtv3d: Rename driver functions from vc5 to v3d.
2018-05-16 Eric Anholtv3d: Rename the driver files from "vc5" to "v3d".