aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle2017-09-292-0/+13
* tgsi: clarify the semantics of DFRACEXPNicolai Hähnle2017-09-291-6/+4
* tgsi: fix the documentation of DLDEXPNicolai Hähnle2017-09-291-1/+1
* gallium/docs: add reference links for resource_create methodGwan-gyeong Mun2017-09-281-2/+2
* gallium/docs: fix a reference link for get_paramfGwan-gyeong Mun2017-09-281-1/+1
* gallium: Add PIPE_SHADER_CAP_INT64_ATOMICSJan Vesely2017-09-211-0/+1
* gallium: Add PIPE_SHADER_CAP_FP16Jan Vesely2017-09-181-0/+2
* gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2017-09-181-0/+6
* gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri2017-09-151-0/+2
* gallium: all drivers should accept two-dimensional constant buffer indexingNicolai Hähnle2017-09-041-8/+3
* gallium/docs: Fix an inequality sign of TGSI_SEMANTIC_SUBGROUP_LT_MASKGwan-gyeong Mun2017-08-281-1/+1
* gallium/docs: fix a typoGwan-gyeong Mun2017-08-281-1/+1
* gallium/docs: Fix the math formula of U2I64Gwan-gyeong Mun2017-08-231-2/+2
* gallium/docs: Add missing word "Not"Gwan-gyeong Mun2017-08-231-1/+1
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-221-13/+0
* gallium: remove TGSI opcode BREAKCMarek Olšák2017-08-221-15/+1
* gallium: remove TGSI opcode XPDMarek Olšák2017-08-221-13/+1
* gallium: remove TGSI opcode DPHMarek Olšák2017-08-221-10/+1
* gallium: remove TGSI opcode DP2AMarek Olšák2017-08-221-13/+0
* gallium: remove TGSI_OPCODE_CALLNZMarek Olšák2017-08-221-13/+0
* gallium: remove TGSI FENCE opcodesMarek Olšák2017-08-221-30/+0
* gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák2017-08-221-50/+0
* gallium/docs: remove old llvmpipe TODOTimothy Arceri2017-08-221-14/+0
* gallium/docs: add more info about TXF and MSAA texturesBrian Paul2017-08-031-1/+3
* gallium/docs: document automatic per-sample FS executionBrian Paul2017-08-031-0/+6
* gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri2017-08-031-0/+1
* gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle2017-08-022-2/+15
* gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle2017-07-311-0/+2
* gallium/docs: add precise instruction modifierKarol Herbst2017-07-211-1/+10
* gallium/docs: document that TXF is used with PIPE_BUFFER resourcesBrian Paul2017-06-301-1/+2
* gallium/docs: clarify that samplers are not used with PIPE_BUFFER resourcesBrian Paul2017-06-301-0/+8
* gallium/docs: improve docs for SAMPLE_POS, SAMPLE_INFO, TXQS, MSAA semanticsBrian Paul2017-06-161-11/+47
* gallium: add ARB_bindless_texture interfaceSamuel Pitoiset2017-06-141-0/+20
* gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset2017-06-141-0/+2
* gallium/docs: clarify TGSI_SEMANTIC_SAMPLEMASK, againBrian Paul2017-06-131-4/+11
* gallium/docs: clarify gen_name/get_vendor/get_device_vendor behaviorMarek Olšák2017-06-121-0/+9
* tgsi: clarify TGSI_SEMANTIC_SAMPLEMASK documentationBrian Paul2017-06-091-2/+3
* 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