util: Move os_misc to util
[mesa.git] / src / gallium / drivers / v3d / v3d_screen.c
2018-10-30 Dylan Bakerutil: Move os_misc to util
2018-10-16 Eric Anholtv3d: Add support for hardware pack/unpack of half floats.
2018-09-07 Eric Anholtv3d: Fix setup of the VCM cache size.
2018-09-04 Eric Anholtv3d: Drop a bunch of duplicated gallium PIPE_CAP defaul...
2018-09-04 Eric Anholtgallium: Add a helper for implementing PIPE_CAP_* defau...
2018-08-25 Kenneth Graunkegallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_GS_INVOCATIONS
2018-08-06 Eric Anholtv3d: Emit the VCM_CACHE_SIZE packet.
2018-08-06 Eric Anholtv3d: Drop "VC5" from the renderer string.
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
2018-07-02 Eric Anholtv3d: Claim PIPE_CAP_TGSI_CAN_READ_OUTPUTS.
2018-06-29 Marek Olšákgallium/util: remove dummy function util_format_is_supp...
2018-06-20 Christian Gmeinergallium: add scalar isa shader cap
2018-06-15 Rhys Perrygallium: add support for programmable sample locations
2018-06-14 Eric Anholtv3d: Use our #define for max attributes in shader caps.
2018-05-30 Marek Olšákgallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
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".