aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: add caps for POSITION and FACE system valuesMarek Olšák2016-01-081-0/+2
* gallium: add caps to expose support for multi indirect drawsIlia Mirkin2016-01-071-0/+2
* gallium: add sufficient draw interface to allow new indirect featuresIlia Mirkin2016-01-071-1/+10
* gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H supportIlia Mirkin2016-01-031-0/+1
* gallium: add a drawid to pipe_draw_infoIlia Mirkin2015-12-301-0/+2
* gallium: add PIPE_CAP_DRAW_PARAMETERSIlia Mirkin2015-12-301-0/+1
* gallium: add baseinstance/drawid semanticsIlia Mirkin2015-12-301-1/+3
* Remove Sun CC specific code.Jose Fonseca2015-12-022-9/+1
* gallium: Make pipe_query_result::batch array length non-zero.Jose Fonseca2015-11-271-2/+2
* gallium: add PIPE_DRIVER_QUERY_FLAG_DONT_LISTNicolai Hähnle2015-11-261-0/+3
* gallium: remove unused function declarationsEmil Velikov2015-11-251-5/+0
* gallium: add ASTC formatsIlia Mirkin2015-11-231-0/+30
* target-helpers: remove inline_drm_helper.hEmil Velikov2015-11-211-6/+0
* pipe-loader: rework the sw backendEmil Velikov2015-11-211-0/+21
* gallium: add the concept of batch queriesNicolai Hähnle2015-11-202-6/+40
* st/mesa: map semantic driver query types to underlying typeNicolai Hähnle2015-11-201-0/+2
* gallium: remove pipe_driver_query_group_info field typeNicolai Hähnle2015-11-201-7/+0
* gallium: add support for gl_HelperInvocation semanticIlia Mirkin2015-11-121-1/+2
* gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototypeIlia Mirkin2015-11-112-0/+11
* gallium: expose a debug message callback settable by context ownerIlia Mirkin2015-11-053-0/+45
* gallium/swrast: fix front buffer blitting. (v2)Dave Airlie2015-10-313-0/+8
* st/va: properly defines VAImageFormat formats and improve VaCreateImageJulien Isorce2015-10-301-1/+2
* gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATSMarek Olšák2015-10-281-0/+1
* vl: add RefPicList defines for VAAPI HEVC decodeBoyuan Zhang2015-10-271-0/+2
* gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák2015-10-201-1/+2
* gallium: add new properties for clip and cull distance usageMarek Olšák2015-10-201-1/+3
* gallium: add PIPE_CAP_SHAREABLE_SHADERSMarek Olšák2015-10-201-0/+1
* gallium: add per-sample interpolation control into rasterizer statOAeMarek Olšák2015-10-032-0/+2
* gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supportedIlia Mirkin2015-09-131-0/+1
* tgsi: add a TXQS opcode to retrieve the number of texture samplesIlia Mirkin2015-09-131-0/+1
* gallium/docs: clairify dmabuf fd ownershipRob Clark2015-09-091-0/+8
* gallium/st: add pipe_context::get_timestamp()Brian Paul2015-09-021-0/+7
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-262-2/+24
* gallium: add an interface for dumping debug driver stateMarek Olšák2015-08-262-0/+17
* gallium: Add blending to pipe blitChristoph Bumiller2015-08-211-0/+1
* vl: add HEVC profiles and definesChristian König2015-08-142-2/+113
* vl: add cap for stacking framesLeo Liu2015-08-141-1/+2
* gallium: add an interface for EXT_depth_bounds_testMarek Olšák2015-08-142-0/+4
* gallium: add support for GLES texture float extensions (v3)Marek Olšák2015-08-141-0/+2
* gallium: GCC 4.9 allows to include tmmintrin.h without -msse3.Jose Fonseca2015-08-091-2/+2
* gallium,hud: allow displaying cumulative values instead of averageMarek Olšák2015-08-061-0/+10
* gallium,hud: add support for Hz units in driver queriesMarek Olšák2015-08-061-0/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-212-7/+2
* gallium: add interface for writable shader buffersMarek Olšák2015-07-162-0/+28
* gallium: add interface for writable shader imagesMarek Olšák2015-07-162-11/+49
* gallium: add new limits for shader buffers and imagesMarek Olšák2015-07-161-1/+2
* gallium: add BIND flags for R/W buffers and imagesMarek Olšák2015-07-161-6/+7
* gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák2015-07-161-0/+1
* gallium: clarify reference counting for fenceRob Clark2015-07-101-1/+7
* gallium: fix comment typo in p_shader_tokens.hBrian Paul2015-07-091-1/+1