summaryrefslogtreecommitdiff
path: root/docs/gallium
AgeCommit message (Expand)AuthorFilesLines
2022-02-01gallium: add PIPE_CAP_CLAMP_SPARSE_TEXTURE_LODQiang Yu1-1/+2
2022-01-18gallium: add PIPE_CAP_QUERY_SPARSE_TEXTURE_RESIDENCYQiang Yu1-0/+1
2022-01-04gallium: Delete PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSEmma Anholt1-2/+0
2021-12-30gallium: add caps for sparse texture supportQiang Yu1-0/+4
2021-12-30gallium/mesa: enhance PIPE_CAP_CLIP_PLANES to support override numberDave Airlie1-1/+1
2021-12-06mesa/st: Remove GL_ARB_depth_clamp emulation support.Emma Anholt1-3/+1
2021-12-03gallium: add new PIPE_CAP_IMAGE_STORE_FORMATTEDJuan A. Suarez Romero1-0/+1
2021-11-18gallium: implement compute pbo downloadMike Blumenkrantz1-1/+3
2021-11-18gallium: rename PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFERMike Blumenkrantz1-3/+4
2021-11-15gallium: add PIPE_CAP_PREFER_POT_ALIGNED_VARYINGSVasily Khoruzhick1-0/+1
2021-11-08gallium: add missing point and line CAPsMarek Olšák1-0/+6
2021-11-08gallium: rename PIPE_CAPF_MAX_POINT_WIDTH -> MAX_POINT_SIZEMarek Olšák1-2/+2
2021-11-03gallium: add PIPE_CAP_VERTEX_ATTRIB_ELEMENT_ALIGNED_ONLYMike Blumenkrantz1-0/+6
2021-10-01gallium: add pipe_vertex_state and draw_vertex_state for display listsMarek Olšák1-0/+1
2021-09-29gallium: add PIPE_CAP_PREFER_BACK_BUFFER_REUSEPierre-Eric Pelloux-Prayer1-0/+1
2021-09-09gallium: add rasterizer depth_clamp enable bitRoland Scheidegger2-4/+12
2021-08-25gallium/tgsi: rip out cylindrical wrap supportErik Faye-Lund1-5/+0
2021-08-21gallium: remove vertices_per_patch, add pipe_context::set_patch_verticesMarek Olšák1-0/+2
2021-06-28util/vbuf: always claim support for PATCHES in restart modesMike Blumenkrantz1-1/+1
2021-06-23gallium: add a pipe cap for determining driver support for prim type in restartsMike Blumenkrantz1-0/+1
2021-06-23gallium: add a pipe cap for performing automatic prim type conversionMike Blumenkrantz1-0/+1
2021-06-23gallium: add a pipe cap to rewrite index buffers for draws using a non-fixed ...Mike Blumenkrantz1-0/+1
2021-06-01docs/gallium: Document the index buffer format conventionAlyssa Rosenzweig1-0/+5
2021-04-21gallium: when tracing is enabled for threaded drivers, trace the driver threadMike Blumenkrantz1-0/+6
2021-04-16nir: Generate load_ubo_vec4 directly for !PIPE_CAP_NATIVE_INTEGERSEric Anholt1-1/+2
2021-04-15gallium: split PIPE_CAP_SAMPLER_REDUCTION_MINMAX into modesMike Blumenkrantz1-1/+2
2021-04-13gallium: add PIPE_SHADER_CAP_FP16_CONST_BUFFERS for FP16 uniformsMarek Olšák1-0/+5
2021-04-08aux/trace: add GALLIUM_TRACE_TRIGGER modeMike Blumenkrantz1-0/+7
2021-04-01docs: fix invalid rstErik Faye-Lund1-10/+11
2021-03-31docs: lod -> LODErik Faye-Lund1-4/+4
2021-03-31docs: opencl -> OpenCLErik Faye-Lund1-1/+1
2021-03-12gallium: add a sampler reduction cap + settingsDave Airlie1-0/+1
2021-03-09docs: Add some documentation of game GL buffer object mapping behavior.Eric Anholt2-0/+415
2021-02-23gallium: add PIPE_CAP_TEXRECTChristian Gmeiner1-0/+1
2021-02-18mesa/st: add PIPE_CAP_GL_CLAMPMike Blumenkrantz1-0/+1
2021-02-17gallium: Flip the default value of PIPE_CAP_SHAREABLE_SHADERS.Eric Anholt1-1/+2
2021-02-09gallium: Document behavior of more lowering pipe caps.Eric Anholt1-3/+12
2021-02-04docs: Document PIPE_CAP_STREAM_OUTPUT_PAUSE_RESUME.Eric Anholt1-0/+4
2021-01-27gallium: add take_ownership param into set_constant_buffer to eliminate atomicsMarek Olšák1-0/+2
2021-01-27gallium: add a cond rendering hook for vulkan.Dave Airlie1-0/+3
2021-01-13gallium/tgsi: Rewrite the docs on source modifiers.Eric Anholt1-12/+15
2021-01-12docs: Mention PIPE_CAP_TEXTURE_BUFFER_SAMPLERIcecream951-3/+4
2021-01-12gallium: Add new cap PIPE_CAP_TEXTURE_BUFFER_SAMPLERIcecream951-0/+3
2021-01-04gallium: remove PIPE_CAP_INFO_START_WITH_USER_INDICES and fix all driversMarek Olšák1-1/+0
2021-01-04gallium: remove and emulate PIPE_CAP_MULTI_DRAWMarek Olšák1-1/+0
2020-12-21gallium: add an api to retrieve pipe offsetsDave Airlie1-0/+4
2020-12-01gallium: add PIPE_CAP_PREFER_REAL_BUFFER_IN_CONSTBUF0Marek Olšák1-0/+1
2020-11-18gallium: add missing bits of the direct multi draw interfaceMarek Olšák1-0/+1
2020-11-11gallium: Add format modifier plane count queryJames Jones1-0/+11
2020-11-11gallium: Add pipe_screen::is_dmabuf_modifier_supportedJames Jones1-0/+11