summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe
Commit message (Expand)AuthorAgeFilesLines
* gallium: add new LOD opcodeRoland Scheidegger2017-09-301-1/+3
* gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle2017-09-292-1/+2
* gallium: Add PIPE_SHADER_CAP_INT64_ATOMICSJan Vesely2017-09-211-0/+1
* gallium: Add PIPE_SHADER_CAP_FP16Jan Vesely2017-09-181-0/+1
* gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2017-09-181-0/+2
* gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri2017-09-151-0/+1
* gallium: add CONSTBUF type to tgsi_file_typeTimothy Arceri2017-09-151-0/+1
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-221-1/+1
* gallium: remove TGSI opcode BREAKCMarek Olšák2017-08-221-1/+0
* gallium: remove TGSI opcode XPDMarek Olšák2017-08-221-1/+1
* gallium: remove TGSI opcode DPHMarek Olšák2017-08-221-1/+1
* gallium: remove TGSI opcode DP2AMarek Olšák2017-08-221-1/+1
* gallium: remove TGSI_OPCODE_CALLNZMarek Olšák2017-08-221-1/+0
* gallium: remove TGSI FENCE opcodesMarek Olšák2017-08-221-4/+1
* gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák2017-08-221-5/+3
* gallium: remove unused PIPE_DUMP_* definesNicolai Hähnle2017-08-221-3/+0
* gallium: add pipe_context::set_log_contextNicolai Hähnle2017-08-221-0/+14
* vl: add MJPEG picture descriptionLeo Liu2017-08-211-0/+59
* vl: add MJPEG profile and formatLeo Liu2017-08-211-2/+4
* st/va: change frame_idx from array to hash tableJulien Isorce2017-08-141-1/+3
* gallium: introduce device/driver UUID queriesAndres Rodriguez2017-08-062-0/+14
* gallium: introduce memory objectDave Airlie2017-08-062-0/+44
* gallium: get rid of pipe_screen_config::flagsNicolai Hähnle2017-08-042-7/+0
* gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri2017-08-031-0/+1
* gallium: add driconf options to pipe_screen_configNicolai Hähnle2017-08-021-0/+2
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-021-0/+8
* gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle2017-08-021-0/+3
* gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle2017-07-311-0/+1
* tgsi: add precise flag to tgsi_instructionKarol Herbst2017-07-211-1/+2
* st/dri: add a drirc workaround for Rocket LeagueMarek Olšák2017-06-231-0/+6
* gallium: add ARB_bindless_texture interfaceSamuel Pitoiset2017-06-141-0/+59
* gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset2017-06-141-0/+1
* gallium: introduce format modifier queryingVarad Gautam2017-06-091-0/+14
* st/dri: implement createImageWithModifiers in DRIimageVarad Gautam2017-06-091-0/+15
* gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude2017-06-021-0/+1
* gallium: Add TGSI shader token for ARB_post_depth_coverageLyude2017-06-021-0/+1
* Revert "gallium: remove unused PIPE_CC_GCC_VERSION"Brian Paul2017-05-241-0/+1
* tgsi: store the sampler view type directly in the instructionSamuel Pitoiset2017-05-181-1/+3
* gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák2017-05-171-0/+1
* gallium: add flag PIPE_CONTEXT_PREFER_THREADEDMarek Olšák2017-05-151-0/+8
* gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák2017-05-101-0/+1
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-102-21/+21
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-101-32/+35
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-4/+7
* util: move ALWAYS_INLINE macro to util/macro.hTimothy Arceri2017-05-091-11/+0
* gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset2017-04-261-0/+1
* gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle2017-04-141-0/+1
* tgsi: add SUBGROUP_* semanticsIlia Mirkin2017-04-051-0/+7
* tgsi: add BALLOT/READ_* opcodesIlia Mirkin2017-04-051-3/+3
* gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle2017-04-051-0/+1