aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/v3d/v3d_screen.c
Commit message (Expand)AuthorAgeFilesLines
* v3d: Avoid duplicating limits defines between gallium and v3d core.Eric Anholt2019-01-271-1/+1
* v3d: Rename gallium-local limits defines from VC5 to V3D.Eric Anholt2019-01-271-6/+6
* v3d: Add support for shader_image_load_store.Eric Anholt2019-01-141-1/+8
* v3d: Add SSBO/atomic counters support.Eric Anholt2019-01-141-1/+4
* v3d: Drop the GLSL version level.Eric Anholt2019-01-141-1/+1
* v3d: Add support for GL_ARB_framebuffer_no_attachments.Eric Anholt2019-01-141-0/+5
* v3d: Enable GL_ARB_texture_gather on V3D 4.x.Eric Anholt2019-01-081-0/+5
* v3d: Add support for draw indirect for GLES3.1.Eric Anholt2018-12-141-0/+1
* tfuEric Anholt2018-12-071-1/+1
* v3d: Fix a leak of the transfer helper on screen destroy.Eric Anholt2018-12-071-0/+2
* v3d: Use the TFU to do generatemipmap.Eric Anholt2018-12-071-0/+17
* v3d: Add missing OES_half_float_linear support.Eric Anholt2018-12-071-0/+1
* v3d: Add renderonly support.Eric Anholt2018-11-271-1/+9
* util: Move os_misc to utilDylan Baker2018-10-301-1/+1
* v3d: Add support for hardware pack/unpack of half floats.Eric Anholt2018-10-151-0/+1
* v3d: Fix setup of the VCM cache size.Eric Anholt2018-09-071-1/+1
* v3d: Drop a bunch of duplicated gallium PIPE_CAP default code.Eric Anholt2018-09-041-151/+0
* gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt2018-09-041-2/+2
* gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke2018-08-241-0/+1
* gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák2018-08-231-0/+2
* gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák2018-08-231-0/+1
* v3d: Emit the VCM_CACHE_SIZE packet.Eric Anholt2018-08-061-0/+2
* v3d: Drop "VC5" from the renderer string.Eric Anholt2018-08-061-1/+1
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-0/+4
* gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák2018-07-311-0/+1
* v3d: Claim PIPE_CAP_TGSI_CAN_READ_OUTPUTS.Eric Anholt2018-07-021-0/+1
* gallium/util: remove dummy function util_format_is_supportedMarek Olšák2018-06-291-2/+1
* gallium: add scalar isa shader capChristian Gmeiner2018-06-201-0/+2
* gallium: add support for programmable sample locationsRhys Perry2018-06-141-0/+1
* v3d: Use our #define for max attributes in shader caps.Eric Anholt2018-06-141-1/+1
* gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák2018-05-291-0/+3
* v3d: Rename driver functions from vc5 to v3d.Eric Anholt2018-05-161-36/+36
* v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt2018-05-161-0/+648