aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák2017-02-251-1/+0
* st: add ST_FLUSH_WAIT to st_context_flush()Charmaine Lee2017-02-181-0/+1
* gallium: add get_disk_shader_cache() callbackTimothy Arceri2017-02-231-0/+9
* gallium: reorder fields in pipe_draw_infoMarek Olšák2017-02-221-23/+26
* gallium: remove TGSI_OPCODE_CLAMPMarek Olšák2017-02-181-1/+1
* st/mesa/glsl: build string of dri options and use as input to building sha fo...Timothy Arceri2017-02-171-0/+1
* driconf: add allow_higher_compat_version optionSamuel Pitoiset2017-02-151-0/+1
* gallium: add common uploaders into pipe_context (v2)Marek Olšák2017-02-141-0/+11
* gallium: add separate PIPE_CAP_INT64_DIVMODIlia Mirkin2017-02-091-0/+1
* gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle2017-02-021-1/+1
* vl: add h264 constrained baseline profileBoyuan Zhang2017-02-011-0/+1
* gallium: remove explicit __STDC_.*_MACROS definesEmil Velikov2017-01-271-3/+0
* gallium: Add integer 64 capabilityDave Airlie2017-01-271-0/+1
* gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINSIlia Mirkin2017-01-231-0/+1
* gallium: add TGSI_PROPERTY_MUL_ZERO_WINSIlia Mirkin2017-01-231-0/+1
* gallium: add pipe_screen::resource_changedPhilipp Zabel2017-01-201-0/+8
* gallium: add flags parameter to texture barrierIlia Mirkin2017-01-162-1/+7
* gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin2017-01-161-0/+1
* gallium: add FBFETCH opcode to retrieve the current sample valueIlia Mirkin2017-01-161-1/+1
* tgsi: add DDIV instructionNicolai Hähnle2017-01-161-1/+4
* gallium: remove TGSI_OPCODE_SUBMarek Olšák2017-01-051-1/+1
* gallium: remove TGSI_OPCODE_ABSMarek Olšák2017-01-051-1/+1
* gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELYMarek Olšák2017-01-051-0/+1
* gallium: extract individual streamout output structureNicolai Hähnle2016-12-121-8/+13
* tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semanticNicolai Hähnle2016-12-121-1/+4
* gallium: decrease the size of pipe_sampler_state fieldsMarek Olšák2016-12-071-3/+3
* gallium: support for native fence fd'sRob Clark2016-12-013-0/+25
* gallium: wire up server_wait_syncRob Clark2016-12-011-0/+6
* gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTSNicolai Hähnle2016-11-301-0/+1
* gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLDMarek Olšák2016-11-151-0/+1
* gallium/stapi: fix comment for st_visual::buffer_maskBrian Paul2016-10-241-1/+1
* gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSIlia Mirkin2016-10-221-0/+1
* gallium: annotate sw_driver_descriptor instance as const dataEmil Velikov2016-10-141-1/+1
* gallium: annotate drm_driver_descriptor instance as const dataEmil Velikov2016-10-141-2/+2
* gallium: rename drm_driver_descriptor::{, driver_}nameEmil Velikov2016-10-141-3/+3
* gallium: remove unused drm_driver_descriptor::driver_nameEmil Velikov2016-10-141-8/+1
* gallium: fix drm_driver_descriptor::name commentEmil Velikov2016-10-141-1/+1
* gallium: add PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELYMarek Olšák2016-10-131-0/+1
* gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTSNicolai Hähnle2016-10-121-0/+1
* gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCKSamuel Pitoiset2016-10-071-1/+2
* gallium: add pipe_context::set_device_reset_callbackNicolai Hähnle2016-10-052-0/+27
* gallium/hud: Add power sensor supportSteven Toth2016-09-291-0/+1
* gallium/hud: Add support for block I/O, network I/O and lmsensor statsSteven Toth2016-09-281-0/+4
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-262-0/+9
* gallium: remove unused PIPE_CC_GCC_VERSIONTimothy Arceri2016-09-231-1/+0
* gallium/tgsi: add support for 64-bit integer immediates.Dave Airlie2016-09-211-0/+2
* gallium: add opcode and types for 64-bit integers. (v3)Dave Airlie2016-09-211-9/+37
* st/vdpau: fix argument type to vlVdpOutputSurfaceDMABufIlia Mirkin2016-09-201-1/+1
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-081-2/+1
* gallium/util: move endian detect into a separate fileDave Airlie2016-09-061-38/+2