aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/v3d/v3d_screen.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for LowerPrecisionTemporariesMarek Olšák2020-07-071-0/+1
* v3d: Enable PIPE_CAP_TGSI_TEXCOORD.Eric Anholt2020-06-291-0/+1
* v3d: moving v3d simulator to src/broadcomAlejandro Piñeiro2020-06-271-2/+2
* v3d: Disable PIPE_CAP_PRIMITIVE_RESTARTNeil Roberts2020-06-221-1/+0
* gallium: Add pipe cap for primitive restart with fixed indexNeil Roberts2020-06-221-0/+1
* gallium: add shader caps INT16 and FP16_DERIVATIVESMarek Olšák2020-06-021-0/+2
* v3d: support for textureQueryLODAlejandro Piñeiro2020-04-221-1/+4
* gallium/hash_table: remove some function wrappersMarek Olšák2020-02-261-1/+1
* gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák2020-02-261-13/+1
* v3d: Ask the state tracker to lower image accesses off of derefs.Eric Anholt2020-02-241-0/+3
* v3d: expose OES_geometry_shaderIago Toral Quiroga2019-12-161-5/+26
* v3d: disable lowering of indirect inputsIago Toral Quiroga2019-12-161-0/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* Revert "v3d: do not report alpha-test as supported"Erik Faye-Lund2019-10-231-3/+0
* v3d: Explicitly expose OpenGL ES Shading Language 3.1Jose Maria Casanova Crespo2019-10-181-0/+3
* v3d: request the kernel to flush caches when TMU is dirtyIago Toral Quiroga2019-10-181-7/+20
* v3d: Add Compute Shader supportEric Anholt2019-10-181-1/+1
* v3d: do not report alpha-test as supportedErik Faye-Lund2019-10-171-0/+3
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-101-2/+0
* nir: Stop whacking gl_FrontFacing to a system valueJason Ekstrand2019-08-011-0/+1
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-9/+9
* broadcom: Move v3d_get_device_info to commonAndreas Bergmeier2019-07-171-51/+2
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+3
* v3d: Use driconf to expose non-MSAA texture limits for Xorg.Eric Anholt2019-05-131-1/+13
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-1/+5
* Revert "v3d: Disable PIPE_CAP_BLIT_BASED_TEXTURE_TRANSFER."Eric Anholt2019-04-261-1/+9
* v3d: Disable SSBOs and atomic counters on vertex shaders.Eric Anholt2019-04-241-0/+3
* v3d: Use the new lower_to_scratch implementation for indirects on temps.Eric Anholt2019-04-121-1/+2
* v3d: Detect the correct number of QPUs and use it to fix the spill size.Eric Anholt2019-04-121-0/+4
* v3d: Add Compute Shader compilation support.Eric Anholt2019-04-121-4/+98
* v3d: Drop a note for the future about PIPE_CAP_PACKED_UNIFORMS.Eric Anholt2019-04-121-0/+7
* v3d: Bump the maximum texture size to 4k for V3D 4.x.Eric Anholt2019-04-041-1/+4
* v3d: Move constant offsets to UBO addresses into the main uniform stream.Eric Anholt2019-03-211-0/+3
* v3d: Expose the dma-buf modifiers query.Eric Anholt2019-03-191-0/+29
* v3d: Fix leak of the renderonly struct on screen destruction.Eric Anholt2019-03-121-0/+1
* v3d: Disable PIPE_CAP_BLIT_BASED_TEXTURE_TRANSFER.Eric Anholt2019-03-121-0/+3
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-071-0/+3
* 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