summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
Commit message (Expand)AuthorAgeFilesLines
* gallium: plumb context priority through to driverRob Clark2017-12-191-0/+4
* gallium/docs: document behavior of set_sample_mask()Brian Paul2017-12-131-1/+4
* gallium: add hw atomic buffer binding API.Dave Airlie2017-11-101-0/+8
* gallium/tgsi: start adding hw atomics (v3.2)Dave Airlie2017-11-101-3/+30
* gallium: add CAPs to support HW atomic counters. (v3)Dave Airlie2017-11-101-1/+4
* gallium: add PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE bitsNicolai Hähnle2017-11-091-0/+14
* gallium: add PIPE_FLUSH_ASYNC and PIPE_FLUSH_HINT_FINISHNicolai Hähnle2017-11-091-0/+9
* gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák2017-11-061-0/+4
* gallium: add cap for driver specified max combined shader resources.Dave Airlie2017-11-011-1/+3
* gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt2017-10-101-0/+3
* gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák2017-10-061-0/+2
* tgsi: add docs for some existing pack opcodesMarek Olšák2017-10-061-3/+21
* gallium: add new LOD opcodeRoland Scheidegger2017-09-301-0/+12
* 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