vc4: Enable PIPE_CAP_TGSI_TEXCOORD.
[mesa.git] / src / gallium / drivers / v3d / v3d_screen.c
2020-06-27 Alejandro Piñeirov3d: moving v3d simulator to src/broadcom
2020-06-22 Neil Robertsv3d: Disable PIPE_CAP_PRIMITIVE_RESTART
2020-06-22 Neil Robertsgallium: Add pipe cap for primitive restart with fixed...
2020-06-02 Marek Olšákgallium: add shader caps INT16 and FP16_DERIVATIVES
2020-04-22 Alejandro Piñeirov3d: support for textureQueryLOD
2020-02-26 Marek Olšákgallium/hash_table: remove some function wrappers
2020-02-26 Marek Olšákgallium/hash_table: consolidate hash tables with pointe...
2020-02-24 Eric Anholtv3d: Ask the state tracker to lower image accesses...
2019-12-16 Iago Toral Quirogav3d: expose OES_geometry_shader
2019-12-16 Iago Toral Quirogav3d: disable lowering of indirect inputs
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-10-23 Erik Faye-LundRevert "v3d: do not report alpha-test as supported"
2019-10-18 Jose Maria Casanov... v3d: Explicitly expose OpenGL ES Shading Language 3.1
2019-10-18 Iago Toral Quirogav3d: request the kernel to flush caches when TMU is...
2019-10-18 Eric Anholtv3d: Add Compute Shader support
2019-10-17 Erik Faye-Lundv3d: do not report alpha-test as supported
2019-10-10 Marek Olšákgallium: remove PIPE_SHADER_CAP_SCALAR_ISA
2019-08-01 Jason Ekstrandnir: Stop whacking gl_FrontFacing to a system value
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-17 Andreas Bergmeierbroadcom: Move v3d_get_device_info to common
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
2019-05-13 Eric Anholtv3d: Use driconf to expose non-MSAA texture limits...
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-04-26 Eric AnholtRevert "v3d: Disable PIPE_CAP_BLIT_BASED_TEXTURE_TRANSFER."
2019-04-25 Eric Anholtv3d: Disable SSBOs and atomic counters on vertex shaders.
2019-04-12 Eric Anholtv3d: Use the new lower_to_scratch implementation for...
2019-04-12 Eric Anholtv3d: Detect the correct number of QPUs and use it to...
2019-04-12 Eric Anholtv3d: Add Compute Shader compilation support.
2019-04-12 Eric Anholtv3d: Drop a note for the future about PIPE_CAP_PACKED_U...
2019-04-05 Eric Anholtv3d: Bump the maximum texture size to 4k for V3D 4.x.
2019-03-21 Eric Anholtv3d: Move constant offsets to UBO addresses into the...
2019-03-19 Eric Anholtv3d: Expose the dma-buf modifiers query.
2019-03-12 Eric Anholtv3d: Fix leak of the renderonly struct on screen destru...
2019-03-12 Eric Anholtv3d: Disable PIPE_CAP_BLIT_BASED_TEXTURE_TRANSFER.
2019-02-08 Karol Herbstgallium: add PIPE_CAP_MAX_VARYINGS
2019-01-27 Eric Anholtv3d: Avoid duplicating limits defines between gallium...
2019-01-27 Eric Anholtv3d: Rename gallium-local limits defines from VC5 to...
2019-01-14 Eric Anholtv3d: Add support for shader_image_load_store.
2019-01-14 Eric Anholtv3d: Add SSBO/atomic counters support.
2019-01-14 Eric Anholtv3d: Drop the GLSL version level.
2019-01-14 Eric Anholtv3d: Add support for GL_ARB_framebuffer_no_attachments.
2019-01-08 Eric Anholtv3d: Enable GL_ARB_texture_gather on V3D 4.x.
2018-12-15 Eric Anholtv3d: Add support for draw indirect for GLES3.1.
2018-12-08 Eric Anholttfu
2018-12-08 Eric Anholtv3d: Fix a leak of the transfer helper on screen destroy.
2018-12-08 Eric Anholtv3d: Use the TFU to do generatemipmap.
2018-12-08 Eric Anholtv3d: Add missing OES_half_float_linear support.
2018-11-27 Eric Anholtv3d: Add renderonly support.
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".