aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/dri: add support for create_context_robustness GLX and EGL extensionsMarek Olšák2015-05-121-0/+1
* 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
* gallium,clover: add OpenCL interoperability support for CL eventsMarek Olšák2015-04-301-0/+40
* 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
* gallium: add shader cap for dldexp/dfracexp supportIlia Mirkin2015-02-191-0/+1
* gallium: add a cap to enable double rounding opcodesIlia Mirkin2015-02-191-1/+2
* gallium: add some more double opcodes to avoid unnecessary loweringIlia Mirkin2015-02-191-1/+6
* tgsi: add support for flt64 constantsDave Airlie2015-02-201-0/+1
* gallium: add double opcodes and TGSI execution (v4.2)Dave Airlie2015-02-201-1/+25
* gallium: add ETC2 format supportIlia Mirkin2015-02-181-0/+11
* gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák2015-02-172-0/+9
* gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy2015-02-061-0/+1