summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák2015-10-211-1/+2
* 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-211-6/+1
* 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
* gallium/hud: add PIPE_DRIVER_QUERY_TYPE_MICROSECONDS for HUDBrian Paul2015-07-071-5/+6
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-6/+0
* gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZEGrigori Goronzy2015-06-291-1/+2
* gallium: whitespace, formatting clean-up in p_state.hBrian Paul2015-06-191-16/+20
* gallium: remove explicit values from PIPE_CAP_ enumsBrian Paul2015-06-111-98/+98
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-051-0/+1
* gallium: rename TGSI tessellation processor types to match pipe shader namesMarek Olšák2015-05-261-2/+2
* gallium: use const in set_tess_stateMarek Olšák2015-05-261-2/+2
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-6/+2
* gallium: add set_tess_state to configure default tessellation parametersIlia Mirkin2015-05-161-0/+4
* gallium: add vertices_per_patch to draw infoIlia Mirkin2015-05-161-0/+2
* gallium: add tessellation shader propertiesIlia Mirkin2015-05-162-1/+13
* gallium: add interfaces for controlling tess program stateIlia Mirkin2015-05-161-0/+10
* gallium: bump shader input and output limitsMarek Olšák2015-05-161-2/+2
* gallium: add new semantics for tessellationIlia Mirkin2015-05-161-1/+6
* gallium: add new PATCHES primitive typeIlia Mirkin2015-05-161-1/+2
* gallium: add tessellation shader typesIlia Mirkin2015-05-162-3/+7
* gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák2015-05-121-0/+1
* gallium: add an interface for querying a device reset statusMarek Olšák2015-05-122-0/+17
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-1/+1
* gallium: replace pipe_driver_query_info::max_value by a unionSamuel Pitoiset2015-05-061-1/+8
* gallium: add new numeric types to pipe_query_resultSamuel Pitoiset2015-05-061-0/+8
* gallium: add new fields to pipe_driver_query_infoSamuel Pitoiset2015-05-061-1/+11
* gallium: add pipe_screen::get_driver_query_group_infoSamuel Pitoiset2015-05-062-0/+25
* vl: add level idc in spsLeo Liu2015-04-281-0/+1
* adjust a couple of ifdefs to handle NetBSD correctlyTobias Nygren2015-04-171-1/+1
* gallium: introduce get_device_vendor() entrypoint for pipesGiuseppe Bilotta2015-03-231-0/+8
* gallium: remove trailing whitespace in p_screen.hGiuseppe Bilotta2015-03-231-1/+1
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-162-3/+4
* mesa: consolidate PUBLIC macro definitionBrian Paul2015-03-041-12/+0
* gallium: whitespace, comment formatting fixes in p_defines.hBrian Paul2015-02-261-30/+36
* gallium: renumber PIPE_BIND_ flagsBrian Paul2015-02-261-13/+13
* gallium: include util/macros.hTobias Klausmann2015-02-241-55/+2