aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude2017-06-021-0/+2
* gallium: Add TGSI shader token for ARB_post_depth_coverageLyude2017-06-021-0/+7
* gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák2017-05-171-0/+1
* gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák2017-05-101-0/+2
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-4/+2
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-101-1/+1
* gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset2017-04-261-0/+3
* tgsi: clarify TGSI_SEMANTIC_{LAYER,VIEWPORT_INDEX}Nicolai Hähnle2017-04-141-0/+10
* gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle2017-04-141-0/+3
* swr: update gallium driver docsTim Rowley2017-04-142-6/+12
* gallium/docs: small correction about register files for atomicsRob Clark2017-04-141-2/+4
* gallium: fix some math formulas to display betterIlia Mirkin2017-04-071-16/+16
* tgsi: add SUBGROUP_* semanticsIlia Mirkin2017-04-051-0/+51
* tgsi: add BALLOT/READ_* opcodesIlia Mirkin2017-04-051-11/+57
* gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle2017-04-051-0/+2
* gallium: add sparse buffer interface and capabilityNicolai Hähnle2017-04-052-0/+28
* gallium/docs: remove documentation of removed argErik Faye-Lund2017-04-011-2/+0
* gallium: Add a cap to check if the driver supports fill_rectangleLyude2017-03-311-0/+4
* gallium: remove support for predicates from TGSI (v2)Marek Olšák2017-04-011-1/+0
* tgsi: add CLOCK opcodeIlia Mirkin2017-03-311-0/+14
* gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle2017-03-311-0/+1
* gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...Francisco Jerez2017-03-151-3/+5
* gallium: add TGSI opcodes TEX_LZ and TXF_LZMarek Olšák2017-03-151-1/+32
* gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák2017-03-151-0/+2
* gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák2017-02-251-4/+0
* gallium: add get_disk_shader_cache() callbackTimothy Arceri2017-02-231-0/+10
* gallium/docs: use imgmath instead of pngmathEric Engestrom2017-02-221-1/+1
* gallium/docs: fix section title formattingEric Engestrom2017-02-221-2/+2
* gallium/docs: add missing newlinesEric Engestrom2017-02-221-0/+33
* gallium/docs: add missing math formattingEric Engestrom2017-02-221-0/+4
* gallium/docs: fix sublist formattingEric Engestrom2017-02-221-0/+2
* gallium: remove TGSI_OPCODE_CLAMPMarek Olšák2017-02-181-13/+0
* gallium/docs: remove documentation of non-existent instructionsMarek Olšák2017-02-181-26/+0
* gallium: add common uploaders into pipe_context (v2)Marek Olšák2017-02-141-0/+23
* gallium: add separate PIPE_CAP_INT64_DIVMODIlia Mirkin2017-02-091-0/+2
* gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle2017-02-021-2/+3
* gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINSIlia Mirkin2017-01-231-0/+2
* gallium: add TGSI_PROPERTY_MUL_ZERO_WINSIlia Mirkin2017-01-231-2/+15
* gallium: add pipe_screen::resource_changedPhilipp Zabel2017-01-201-0/+14
* gallium: add flags parameter to texture barrierIlia Mirkin2017-01-161-1/+2
* gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin2017-01-161-0/+2
* gallium: add FBFETCH opcode to retrieve the current sample valueIlia Mirkin2017-01-161-0/+13
* tgsi: add DDIV instructionNicolai Hähnle2017-01-161-0/+9
* gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELYMarek Olšák2017-01-051-0/+3
* gallium-docs: Add documentation for when using several contextsAxel Davy2016-12-201-0/+23
* gallium-docs: Add documentation for threading requirementsAxel Davy2016-12-201-0/+10
* gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTSNicolai Hähnle2016-11-301-0/+2
* gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLDMarek Olšák2016-11-151-0/+4
* tgsi: align the definition of BFI & [UI]BFE with GLSLNicolai Hähnle2016-11-021-20/+15
* gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSIlia Mirkin2016-10-221-0/+3