summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2015-10-03gallium: add per-sample interpolation control into rasterizer statOAeMarek Olšák2-0/+2
2015-09-13gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supportedIlia Mirkin1-0/+1
2015-09-13tgsi: add a TXQS opcode to retrieve the number of texture samplesIlia Mirkin1-0/+1
2015-09-09gallium/docs: clairify dmabuf fd ownershipRob Clark1-0/+8
2015-09-02gallium/st: add pipe_context::get_timestamp()Brian Paul1-0/+7
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák2-2/+24
2015-08-26gallium: add an interface for dumping debug driver stateMarek Olšák2-0/+17
2015-08-21gallium: Add blending to pipe blitChristoph Bumiller1-0/+1
2015-08-14vl: add HEVC profiles and definesChristian König2-2/+113
2015-08-14vl: add cap for stacking framesLeo Liu1-1/+2
2015-08-14gallium: add an interface for EXT_depth_bounds_testMarek Olšák2-0/+4
2015-08-14gallium: add support for GLES texture float extensions (v3)Marek Olšák1-0/+2
2015-08-09gallium: GCC 4.9 allows to include tmmintrin.h without -msse3.Jose Fonseca1-2/+2
2015-08-06gallium,hud: allow displaying cumulative values instead of averageMarek Olšák1-0/+10
2015-08-06gallium,hud: add support for Hz units in driver queriesMarek Olšák1-0/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin2-7/+2
2015-07-16gallium: add interface for writable shader buffersMarek Olšák2-0/+28
2015-07-16gallium: add interface for writable shader imagesMarek Olšák2-11/+49
2015-07-16gallium: add new limits for shader buffers and imagesMarek Olšák1-1/+2
2015-07-16gallium: add BIND flags for R/W buffers and imagesMarek Olšák1-6/+7
2015-07-16gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák1-0/+1
2015-07-10gallium: clarify reference counting for fenceRob Clark1-1/+7
2015-07-09gallium: fix comment typo in p_shader_tokens.hBrian Paul1-1/+1
2015-07-07gallium/hud: add PIPE_DRIVER_QUERY_TYPE_MICROSECONDS for HUDBrian Paul1-5/+6
2015-07-05gallium: remove redundant pipe_context::fence_signalledMarek Olšák1-6/+0
2015-06-29gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZEGrigori Goronzy1-1/+2
2015-06-19gallium: whitespace, formatting clean-up in p_state.hBrian Paul1-16/+20
2015-06-11gallium: remove explicit values from PIPE_CAP_ enumsBrian Paul1-98/+98
2015-06-05tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák1-0/+1
2015-05-26gallium: rename TGSI tessellation processor types to match pipe shader namesMarek Olšák1-2/+2
2015-05-26gallium: use const in set_tess_stateMarek Olšák1-2/+2
2015-05-20gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák1-6/+2
2015-05-16gallium: add set_tess_state to configure default tessellation parametersIlia Mirkin1-0/+4
2015-05-16gallium: add vertices_per_patch to draw infoIlia Mirkin1-0/+2
2015-05-16gallium: add tessellation shader propertiesIlia Mirkin2-1/+13
2015-05-16gallium: add interfaces for controlling tess program stateIlia Mirkin1-0/+10
2015-05-16gallium: bump shader input and output limitsMarek Olšák1-2/+2
2015-05-16gallium: add new semantics for tessellationIlia Mirkin1-1/+6
2015-05-16gallium: add new PATCHES primitive typeIlia Mirkin1-1/+2
2015-05-16gallium: add tessellation shader typesIlia Mirkin2-3/+7
2015-05-12st/dri: add support for create_context_robustness GLX and EGL extensionsMarek Olšák1-0/+1
2015-05-12gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák1-0/+1
2015-05-12gallium: add an interface for querying a device reset statusMarek Olšák2-0/+17
2015-05-06gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset1-1/+1
2015-05-06gallium: replace pipe_driver_query_info::max_value by a unionSamuel Pitoiset1-1/+8
2015-05-06gallium: add new numeric types to pipe_query_resultSamuel Pitoiset1-0/+8
2015-05-06gallium: add new fields to pipe_driver_query_infoSamuel Pitoiset1-1/+11
2015-05-06gallium: add pipe_screen::get_driver_query_group_infoSamuel Pitoiset2-0/+25
2015-04-30gallium,clover: add OpenCL interoperability support for CL eventsMarek Olšák1-0/+40
2015-04-28vl: add level idc in spsLeo Liu1-0/+1