summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/v3d
AgeCommit message (Expand)AuthorFilesLines
2020-11-05v3d: Add GL_ARB_vertex_array_bgra supportJuan A. Suarez Romero2-0/+24
2020-11-05vc4: use intmax_t for formatted output of timespec membersKhem Raj1-2/+2
2020-11-03broadcom/compiler: remove v3d_fs_key depth_enabled field.Alejandro Piñeiro1-2/+0
2020-10-29v3d/format: use XYZ1 swizzle for three-component formatsAlejandro Piñeiro1-2/+2
2020-10-21v3d: do not report alpha-test as supportedErik Faye-Lund1-0/+3
2020-10-13broadcom/compiler: rename QUNIFORM_GET_BUFFER_SIZE to QUNIFORM_GET_SSBO_SIZEIago Toral Quiroga1-2/+2
2020-10-13v3d/limits: add line width and point size limitsAlejandro Piñeiro1-2/+3
2020-10-13v3d/compiler: num_tex_used on v3d_keyAlejandro Piñeiro1-0/+2
2020-10-07broadcom/common: increase V3D_MAX_TEXTURE_SAMPLERS, add specific OpenGL limitAlejandro Piñeiro1-1/+1
2020-10-06gallium/util: remove empty file u_half.hMarek Olšák2-2/+2
2020-10-06util: remove util_float_to_half and util_half_to_float wrappersMarek Olšák2-8/+8
2020-10-04v3d: Update the TEXTURE_SHADER_STATE when there’s a new buf for a texNeil Roberts1-0/+25
2020-10-04v3d: Split the creating of TEXTURE_SHADER_STATE into a helper functionNeil Roberts4-75/+103
2020-10-04v3d: Make the function to set tex dirty state for a stage globalNeil Roberts3-22/+25
2020-10-02driconf: Stop quoting true/false in boolean option definitions.Eric Anholt1-1/+1
2020-10-01Revert F16C series (MR 6774)Matt Turner2-10/+10
2020-09-30gallium/util: remove empty file u_half.hMarek Olšák2-2/+2
2020-09-30util: remove util_float_to_half and util_half_to_float wrappersMarek Olšák2-8/+8
2020-09-24gallium/drm: Make the pipe loader handle the driconf merging.Eric Anholt1-12/+0
2020-09-22gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_*Marek Olšák2-15/+15
2020-09-16v3d: remove unused headerErik Faye-Lund1-1/+0
2020-08-26v3d: set instance id to 0 at start of tileAlejandro Piñeiro1-0/+7
2020-08-05gallium: replace 16BIT_TEMPS cap with 16BIT_CONSTSRob Clark1-1/+1
2020-07-29nir: Add nir_foreach_shader_in/out_variable helpersJason Ekstrand1-3/+3
2020-07-09v3d: remove redefine of VG(x)Timothy Arceri1-8/+0
2020-07-07gallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for LowerPrecisionTemporariesMarek Olšák1-0/+1
2020-07-06v3d: Enable perpendicular line caps when line smoothingNeil Roberts1-0/+6
2020-07-06v3d: Add a lowering pass for line smoothingNeil Roberts5-2/+56
2020-07-06v3d: Handle the line width intrinsicsNeil Roberts1-0/+11
2020-07-06v3d: Only call nir_lower_io on shader_in/outJason Ekstrand1-8/+6
2020-06-29v3d: Fix -Wmaybe-uninitialized compiler warning in the v33 code.Eric Anholt1-2/+4
2020-06-29v3d: Enable PIPE_CAP_TGSI_TEXCOORD.Eric Anholt1-0/+1
2020-06-27v3d: moving v3d simulator to src/broadcomAlejandro Piñeiro8-1181/+5
2020-06-22v3d: Disable PIPE_CAP_PRIMITIVE_RESTARTNeil Roberts1-1/+0
2020-06-22gallium: Add pipe cap for primitive restart with fixed indexNeil Roberts1-0/+1
2020-06-13v3d: add missing unlock() in error pathEric Engestrom1-1/+2
2020-06-07v3d_bufmgr: fix time_t printfPeter Seiderer1-1/+1
2020-06-03nir: add callback to nir_remove_dead_variables()Timothy Arceri1-1/+1
2020-06-02gallium: add shader caps INT16 and FP16_DERIVATIVESMarek Olšák1-0/+2
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-5/+7
2020-05-13ttn: Add new allow_disk_cache parameterAxel Davy1-1/+1
2020-05-13gallium: change comments to remove 'state tracker'Marek Olšák1-1/+1
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák2-2/+2
2020-05-07v3d: Include supported DXT formats to enable s3tc/dxt extensionsJose Maria Casanova Crespo1-0/+5
2020-05-07v3d: Fix swizzle in DXT3 and DXT5 formatsJose Maria Casanova Crespo1-2/+2
2020-04-29gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz1-1/+1
2020-04-22v3d: support for textureQueryLODAlejandro Piñeiro1-1/+4
2020-04-10v3d: Primitive Counts Feedback needs an extra 32-bit padding.Jose Maria Casanova Crespo1-1/+2
2020-02-26gallium/hash_table: remove some function wrappersMarek Olšák3-4/+4
2020-02-26gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák1-1/+1