summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source
Commit message (Expand)AuthorAgeFilesLines
* gallium: add interface for writable shader imagesMarek Olšák2015-07-161-8/+8
* gallium: add BIND flags for R/W buffers and imagesMarek Olšák2015-07-161-2/+4
* gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák2015-07-161-0/+4
* gallium/docs: s/treaded/treated/ typo in tgsi.rstBrian Paul2015-07-091-1/+1
* tgsi: update docs for ArrayID usageRob Clark2015-07-031-0/+1
* gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZEGrigori Goronzy2015-06-291-0/+2
* tgsi: update docs for SVIEW usage with TEX* instructionsRob Clark2015-06-211-0/+12
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-051-0/+2
* gallium: add set_tess_state to configure default tessellation parametersIlia Mirkin2015-05-161-0/+5
* gallium: add tessellation shader propertiesIlia Mirkin2015-05-161-0/+33
* gallium: add new semantics for tessellationIlia Mirkin2015-05-161-0/+37
* gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák2015-05-121-0/+2
* gallium: add pipe_screen::get_driver_query_group_infoSamuel Pitoiset2015-05-061-0/+10
* gallium: introduce get_device_vendor() entrypoint for pipesGiuseppe Bilotta2015-03-231-0/+6
* galahad: remove driverEmil Velikov2015-03-212-13/+0
* gallium/docs: remove information about identity driverEmil Velikov2015-03-211-7/+0
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-162-0/+28
* gallium/docs: add some freedreno compiler docsRob Clark2015-03-086-1/+457
* st/vega: Remove.Jose Fonseca2015-03-041-13/+0
* gallium: add shader cap for dldexp/dfracexp supportIlia Mirkin2015-02-191-0/+2
* gallium: add a cap to enable double rounding opcodesIlia Mirkin2015-02-191-0/+2
* gallium: add some more double opcodes to avoid unnecessary loweringIlia Mirkin2015-02-191-0/+39
* gallium: add double opcodes and TGSI execution (v4.2)Dave Airlie2015-02-201-13/+79
* gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák2015-02-171-0/+6
* gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy2015-02-061-0/+3
* gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin2015-02-021-0/+2
* gallium/docs: fix docs wrt ARL/ARR/FLRRoland Scheidegger2015-01-291-10/+8
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-162-5/+55
* gallium/docs: clarify fragment shader position input w component.Roland Scheidegger2014-12-101-2/+4
* gallium/docs: (trivial) remove STR opcode description.Roland Scheidegger2014-12-061-9/+0
* gallium: Drop the unused CND opcode.Eric Anholt2014-11-241-13/+0
* gallium: Drop unused BRA opcode.Eric Anholt2014-11-241-9/+0
* gallium: Drop the unused SFL/STR opcodes.Eric Anholt2014-11-241-13/+0
* gallium: Drop the unused RFL opcode.Eric Anholt2014-11-241-17/+0
* gallium: Drop unused X2D opcode.Eric Anholt2014-11-241-16/+0
* gallium: Drop the unused ARA opcode.Eric Anholt2014-11-241-8/+0
* gallium: Drop the unused RCC opcode.Eric Anholt2014-11-241-11/+0
* gallium: Drop the NRM and NRM4 opcodes.Eric Anholt2014-11-241-34/+0
* gallium/docs: fix NRM, NRM4 docsBrian Paul2014-11-011-12/+24
* gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich2014-10-241-0/+3
* gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák2014-10-211-0/+2
* gallium: Add PIPE_SHADER_IR_NATIVE to enum pipe_shader_irTom Stellard2014-10-161-2/+2
* gallium: add doc note about cube textures and can_create_resource()Brian Paul2014-09-301-0/+2
* gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin2014-09-121-0/+4
* gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-271-0/+1
* gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann2014-08-191-0/+2
* gallium: add GLX_MESA_query_renderer capsEmil Velikov2014-08-151-0/+8
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-142-2/+12
* gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák2014-08-111-1/+0
* gallium/docs: Document TEX2/TXL2/TXB2 instructions and fix up other tex docRoland Scheidegger2014-08-051-25/+102