summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/v3d/v3d_resource.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-20v3d: Hook up perf_debug() output to GL_ARB_debug output as well.Eric Anholt1-0/+1
2018-12-19v3d: Implement texture_subdata to reduce teximage upload copies.Eric Anholt1-29/+85
2018-12-14v3d: Add safety checks for resource_create().Eric Anholt1-0/+6
2018-12-14v3d: Add support for texturing from linear.Eric Anholt1-0/+55
2018-12-07v3d: Use the TFU to do generatemipmap.Eric Anholt1-0/+1
2018-11-27v3d: Add renderonly support.Eric Anholt1-2/+55
2018-11-01v3d: Use the TLB R/B swapping instead of recompiles when available.Eric Anholt1-0/+6
2018-11-01v3d: Respect user-passed strides for BO imports.Eric Anholt1-8/+9
2018-10-14gallium/u_transfer_helper: Add support for separate Z24/S8 as well.Kenneth Graunke1-1/+2
2018-07-18v3d: Fix tiling modifier support to use the new UIF define.Eric Anholt1-3/+16
2018-07-12v3d: Don't automatically reallocate a PERSISTENT-mapped buffer.Eric Anholt1-1/+1
2018-07-12v3d: Fix stride of 1D_ARRAY mappings.Eric Anholt1-1/+1
2018-06-21v3d: Don't forget to initialize the buffer offset of a new winsys handle.Eric Anholt1-0/+1
2018-05-30gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie1-5/+5
2018-05-16v3d: Rename driver functions from vc5 to v3d.Eric Anholt1-110/+110
2018-05-16v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt1-0/+914