summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2018-12-26gallium: add PIPE_CAP_TGSI_ATOMFADD to indicate supportIlia Mirkin1-0/+1
2018-12-26tgsi: add ATOMFADD operationIlia Mirkin1-1/+1
2018-12-07gallium: fix typoRob Clark1-1/+1
2018-12-06gallium: Add new PIPE_CAP_SURFACE_SAMPLE_COUNTKristian H. Kristensen2-0/+8
2018-11-28winsys/amdgpu: explicitly declare whether buffer_map is permanent or notNicolai Hähnle1-1/+7
2018-11-09gallium: add PIPE_CONTEXT_LOSE_CONTEXT_ON_RESETMarek Olšák1-0/+3
2018-11-02Gallium: Add format PIPE_FORMAT_R8_SRGBGert Wollny1-0/+2
2018-10-30gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák1-5/+3
2018-10-23st/mesa: Record shader access qualifiers for imagesJason Ekstrand1-1/+2
2018-09-10gallium: Correctly handle no config context creationElie Tournier1-0/+2
2018-09-10gallium: New cap PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET.Mathias Fröhlich1-0/+1
2018-09-07gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák1-0/+1
2018-09-07gallium: add pipe_context::set_context_param for tuning perf on AMD Zen (v2)Marek Olšák2-0/+21
2018-09-06gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák1-0/+1
2018-09-06gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák1-1/+5
2018-09-06gallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITSMarek Olšák1-0/+1
2018-09-05gallium: add PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER{S,_BUFFERS}Erik Faye-Lund1-0/+2
2018-09-05gallium: add PIPE_CAP_MAX_COMBINED_SHADER_BUFFERSErik Faye-Lund1-0/+1
2018-08-30st/mesa, gallium: add a workaround for No Mans SkyTimothy Arceri1-0/+1
2018-08-29gallium: add TGSI_MEMORY_STREAM_CACHE_POLICYMarek Olšák1-2/+6
2018-08-24gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke1-0/+1
2018-08-23gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák1-0/+1
2018-08-23gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák1-0/+1
2018-08-21mesa: remove unused dri config option disable_shader_bit_encodingTimothy Arceri1-1/+0
2018-08-01gallium: add new SAMP2HND and IMG2HND opcodesRhys Perry1-0/+2
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-0/+1
2018-07-31gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák1-3/+15
2018-07-31gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák1-0/+1
2018-06-20gallium: add scalar isa shader capChristian Gmeiner1-0/+1
2018-06-19mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri1-0/+1
2018-06-19mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri1-0/+1
2018-06-14gallium: add support for programmable sample locationsRhys Perry4-2/+52
2018-05-29gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák1-0/+1
2018-05-30drisw: learn to query shmid handle typeMarc-André Lureau3-2/+3
2018-05-30drisw: use putImageShm if availableMarc-André Lureau1-0/+3
2018-05-30gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2-6/+6
2018-05-30gallium: move winsys handle to it's own file.Marc-André Lureau2-47/+59
2018-04-30gallium: add initial support for conservative rasterizationRhys Perry2-0/+28
2018-04-12vl: add VP9 profile2 supportLeo Liu1-1/+2
2018-04-12vl: add VP9 picture descriptionLeo Liu1-0/+94
2018-04-12vl: add VP9 profile0 and formatLeo Liu1-2/+4
2018-03-26gallium: Correct minor typo in header commentsAlyssa Rosenzweig1-1/+1
2018-03-23tgsi: convert opcode macros to enumsBrian Paul1-273/+275
2018-03-20gallium: add packed uniform CAPTimothy Arceri1-0/+1
2018-03-06gallium: increase PIPE_MAX_SHADER_SAMPLER_VIEWS to 128Roland Scheidegger1-1/+1
2018-03-01gallium: remove llvm from ir structTimothy Arceri1-1/+0
2018-02-17gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák1-0/+1
2018-02-14gallium: drop all the guard band float caps.Dave Airlie1-4/+0
2018-02-05vl: add parameters for HEVC encodeBoyuan Zhang1-0/+99
2018-02-02gallium: Add a new A4B4G4R4 pipe format for Broadcom.Eric Anholt1-0/+1