summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák2018-10-301-5/+3
* st/mesa: Record shader access qualifiers for imagesJason Ekstrand2018-10-231-1/+2
* gallium: Correctly handle no config context creationElie Tournier2018-09-101-0/+2
* gallium: New cap PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET.Mathias Fröhlich2018-09-101-0/+1
* gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák2018-09-071-0/+1
* gallium: add pipe_context::set_context_param for tuning perf on AMD Zen (v2)Marek Olšák2018-09-072-0/+21
* gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák2018-09-061-0/+1
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-1/+5
* gallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITSMarek Olšák2018-09-061-0/+1
* gallium: add PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER{S,_BUFFERS}Erik Faye-Lund2018-09-051-0/+2
* gallium: add PIPE_CAP_MAX_COMBINED_SHADER_BUFFERSErik Faye-Lund2018-09-051-0/+1
* st/mesa, gallium: add a workaround for No Mans SkyTimothy Arceri2018-08-301-0/+1
* gallium: add TGSI_MEMORY_STREAM_CACHE_POLICYMarek Olšák2018-08-291-2/+6
* gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke2018-08-241-0/+1
* gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák2018-08-231-0/+1
* gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák2018-08-231-0/+1
* mesa: remove unused dri config option disable_shader_bit_encodingTimothy Arceri2018-08-211-1/+0
* gallium: add new SAMP2HND and IMG2HND opcodesRhys Perry2018-08-011-0/+2
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-0/+1
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-311-3/+15
* gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák2018-07-311-0/+1
* gallium: add scalar isa shader capChristian Gmeiner2018-06-201-0/+1
* mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri2018-06-191-0/+1
* mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri2018-06-191-0/+1
* gallium: add support for programmable sample locationsRhys Perry2018-06-144-2/+52
* gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák2018-05-291-0/+1
* drisw: learn to query shmid handle typeMarc-André Lureau2018-05-303-2/+3
* drisw: use putImageShm if availableMarc-André Lureau2018-05-301-0/+3
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-302-6/+6
* gallium: move winsys handle to it's own file.Marc-André Lureau2018-05-302-47/+59
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-302-0/+28
* vl: add VP9 profile2 supportLeo Liu2018-04-121-1/+2
* vl: add VP9 picture descriptionLeo Liu2018-04-121-0/+94
* vl: add VP9 profile0 and formatLeo Liu2018-04-121-2/+4
* gallium: Correct minor typo in header commentsAlyssa Rosenzweig2018-03-261-1/+1
* tgsi: convert opcode macros to enumsBrian Paul2018-03-231-273/+275
* gallium: add packed uniform CAPTimothy Arceri2018-03-201-0/+1
* gallium: increase PIPE_MAX_SHADER_SAMPLER_VIEWS to 128Roland Scheidegger2018-03-061-1/+1
* gallium: remove llvm from ir structTimothy Arceri2018-03-011-1/+0
* gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák2018-02-171-0/+1
* gallium: drop all the guard band float caps.Dave Airlie2018-02-141-4/+0
* vl: add parameters for HEVC encodeBoyuan Zhang2018-02-051-0/+99
* gallium: Add a new A4B4G4R4 pipe format for Broadcom.Eric Anholt2018-02-021-0/+1
* gallium/st/clover: remove unused PIPE_SHADER_IR_LLVMTimothy Arceri2018-02-012-3/+3
* gallium: add fence_server_signal() v2Andres Rodriguez2018-01-301-0/+6
* gallium: introduce PIPE_FD_TYPE_SYNCOBJAndres Rodriguez2018-01-301-0/+1
* gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez2018-01-301-0/+1
* gallium: add type parameter to create_fence_fdAndres Rodriguez2018-01-302-3/+10
* gallium: Make (num_)samples an unsigned intGert Wollny2018-01-191-1/+1
* gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2018-01-171-1/+0