summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2017-08-28i915g: Remove a few unused variablesEduardo Lima Mitev1-16/+0
2017-08-27Revert "radeonsi: get the raster config from AMDGPU on SI"Marek Olšák1-17/+0
2017-08-26etnaviv: use correct param for etna_compatible_rs_format(..)Christian Gmeiner1-1/+1
2017-08-25gallium/vbuf: fix buffer reference bugsBrian Paul1-4/+3
2017-08-25gallium/u_threaded: fix a typoMarek Olšák1-1/+1
2017-08-25a2xx: fix DST_ALPHA blending for non-alpha formatsIlia Mirkin3-5/+21
2017-08-25a2xx: set constant blend colorIlia Mirkin1-0/+9
2017-08-25radeonsi: set IF_THRESHOLD to 4Timothy Arceri1-1/+1
2017-08-25glsl: pass shader source keys to the disk cacheTimothy Arceri1-1/+1
2017-08-24radeonsi: get the raster config from AMDGPU on SIMarek Olšák1-0/+17
2017-08-24radeonsi: clean up setting GRBM_GFX_INDEXMarek Olšák1-19/+22
2017-08-24radeonsi: move PA_SC_RASTER_CONFIG emission into a separate functionMarek Olšák1-70/+73
2017-08-24gallivm: remove unused variableBrian Paul1-2/+0
2017-08-24pipe-loader: use MAYBE_UNUSED to silence warningBrian Paul1-1/+2
2017-08-24nv50/ir: properly set sType for TXF ops to U32Ilia Mirkin1-0/+3
2017-08-23st/va: exclude the buffer reallocation for encode caseLeo Liu1-1/+1
2017-08-23swr: limit pipe_draw_info->restart_index usageTim Rowley1-1/+4
2017-08-23radeonsi: fix wrong assertion in si_init_bindless_descriptors()Samuel Pitoiset1-1/+1
2017-08-23radeon/video: Return false explicitly for HEVC if not the caseLeo Liu1-0/+1
2017-08-23gallium/docs: Fix the math formula of U2I64Gwan-gyeong Mun1-2/+2
2017-08-23gallium/docs: Add missing word "Not"Gwan-gyeong Mun1-1/+1
2017-08-23tgsi: store opcode mnemonics in a separate tableNicolai Hähnle2-6/+16
2017-08-23gallium: use tgsi_get_opcode_name instead of tgsi_opcode_info::mnemonicNicolai Hähnle5-7/+10
2017-08-23tgsi: macro-ify the opcodes tableNicolai Hähnle3-251/+263
2017-08-23tgsi: remove post_indent from some 64-bit opcodesNicolai Hähnle1-6/+6
2017-08-23tgsi: reduce tgsi_opcode_info::pre_dedent and post_indent to 1 bitNicolai Hähnle1-2/+2
2017-08-23gallium/radeon: fix saving multi-part command streamsNicolai Hähnle1-1/+1
2017-08-23radeonsi: update comment describing indices into sctx->descriptorsNicolai Hähnle1-6/+5
2017-08-23util: fix valgrind errors when dumping pipe_draw_infoNicolai Hähnle1-3/+9
2017-08-23radeonsi: do not assert when reserving bindless slot 0Samuel Pitoiset1-1/+4
2017-08-23radeonsi: rename some bindless-related helper functionsSamuel Pitoiset1-21/+21
2017-08-23radeonsi: minor cleanups in si_make_{texture,image}_handle_resident()Samuel Pitoiset1-12/+12
2017-08-22Android: gallium_dri: pass dri.sym to linkerRob Herring1-0/+7
2017-08-22st/va: enable P016 format i.e. reallocate buffer if format changedLeo Liu1-0/+12
2017-08-22radeon/vcn: enable P016 mode supportLeo Liu1-7/+11
2017-08-22radeon/vcn: correct target buffer pitch calculationLeo Liu1-1/+1
2017-08-22tgsi/scan: fix uses_doubleMarek Olšák1-2/+8
2017-08-22gallium: remove TGSI opcode SCSMarek Olšák22-491/+14
2017-08-22gallium/u_blitter: don't use boolean, TRUE, FALSEMarek Olšák2-73/+73
2017-08-22gallium/u_simple_shaders: do util_make_layered_clear_vertex_shader differentlyMarek Olšák3-25/+19
2017-08-22gallium/u_blitter: remove get_next_surface_layer callbackMarek Olšák2-15/+1
2017-08-22gallium: remove TGSI opcode BREAKCMarek Olšák13-133/+7
2017-08-22gallium: remove TGSI opcode XPDMarek Olšák23-532/+30
2017-08-22gallium: remove TGSI opcode DPHMarek Olšák21-255/+11
2017-08-22gallium: remove TGSI opcode DP2AMarek Olšák16-182/+6
2017-08-22gallium: remove TGSI_OPCODE_CALLNZMarek Olšák9-23/+4
2017-08-22gallium: remove TGSI FENCE opcodesMarek Olšák5-56/+13
2017-08-22gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák13-129/+23
2017-08-22radeonsi: emit VGT_REUSE_OFF in the right placeMarek Olšák2-8/+9
2017-08-22radeonsi: add support for TGSI opcodes DCEIL, DFLR, DROUND, DSSG, DTRUNCMarek Olšák2-1/+15