summaryrefslogtreecommitdiff
path: root/src/gallium/docs
AgeCommit message (Expand)AuthorFilesLines
2015-10-03gallium: add per-sample interpolation control into rasterizer statOAeMarek Olšák1-0/+9
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-1/+11
2015-08-14gallium: add an interface for EXT_depth_bounds_testMarek Olšák1-0/+3
2015-08-14gallium: add support for GLES texture float extensions (v3)Marek Olšák1-0/+6
2015-07-16gallium: add interface for writable shader imagesMarek Olšák1-8/+8
2015-07-16gallium: add BIND flags for R/W buffers and imagesMarek Olšák1-2/+4
2015-07-16gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák1-0/+4
2015-07-09gallium/docs: s/treaded/treated/ typo in tgsi.rstBrian Paul1-1/+1
2015-07-05gallium/docs: remove out-of-date document about D3D11 featuresMarek Olšák1-462/+0
2015-07-03tgsi: update docs for ArrayID usageRob Clark1-0/+1
2015-06-29gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZEGrigori Goronzy1-0/+2
2015-06-21tgsi: update docs for SVIEW usage with TEX* instructionsRob Clark1-0/+12
2015-06-05tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák1-0/+2
2015-05-16gallium: add set_tess_state to configure default tessellation parametersIlia Mirkin1-0/+5
2015-05-16gallium: add tessellation shader propertiesIlia Mirkin1-0/+33
2015-05-16gallium: add new semantics for tessellationIlia Mirkin1-0/+37
2015-05-12gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák1-0/+2
2015-05-06gallium: add pipe_screen::get_driver_query_group_infoSamuel Pitoiset1-0/+10
2015-03-23gallium: introduce get_device_vendor() entrypoint for pipesGiuseppe Bilotta1-0/+6
2015-03-21galahad: remove driverEmil Velikov2-13/+0
2015-03-21gallium/docs: remove information about identity driverEmil Velikov1-7/+0
2015-03-16gallium: add FMA and DFMA opcodes (v3)Marek Olšák2-0/+28
2015-03-08gallium/docs: add some freedreno compiler docsRob Clark6-1/+457
2015-03-04st/vega: Remove.Jose Fonseca1-13/+0
2015-02-19gallium: add shader cap for dldexp/dfracexp supportIlia Mirkin1-0/+2
2015-02-19gallium: add a cap to enable double rounding opcodesIlia Mirkin1-0/+2
2015-02-19gallium: add some more double opcodes to avoid unnecessary loweringIlia Mirkin1-0/+39
2015-02-20gallium: add double opcodes and TGSI execution (v4.2)Dave Airlie1-13/+79
2015-02-17gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák1-0/+6
2015-02-06gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy1-0/+3
2015-02-02gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin1-0/+2
2015-01-29gallium/docs: fix docs wrt ARL/ARR/FLRRoland Scheidegger1-10/+8
2014-12-16gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2-5/+55
2014-12-10gallium/docs: clarify fragment shader position input w component.Roland Scheidegger1-2/+4
2014-12-06gallium/docs: (trivial) remove STR opcode description.Roland Scheidegger1-9/+0
2014-11-24gallium: Drop the unused CND opcode.Eric Anholt1-13/+0
2014-11-24gallium: Drop unused BRA opcode.Eric Anholt1-9/+0
2014-11-24gallium: Drop the unused SFL/STR opcodes.Eric Anholt1-13/+0
2014-11-24gallium: Drop the unused RFL opcode.Eric Anholt1-17/+0
2014-11-24gallium: Drop unused X2D opcode.Eric Anholt1-16/+0
2014-11-24gallium: Drop the unused ARA opcode.Eric Anholt1-8/+0
2014-11-24gallium: Drop the unused RCC opcode.Eric Anholt1-11/+0
2014-11-24gallium: Drop the NRM and NRM4 opcodes.Eric Anholt1-34/+0
2014-11-01gallium/docs: fix NRM, NRM4 docsBrian Paul1-12/+24
2014-10-24gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich1-0/+3
2014-10-21gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák1-0/+2
2014-10-16gallium: Add PIPE_SHADER_IR_NATIVE to enum pipe_shader_irTom Stellard1-2/+2
2014-09-30gallium: add doc note about cube textures and can_create_resource()Brian Paul1-0/+2
2014-09-12gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin1-0/+4