summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-22radeonsi: use a faster version of PK2HMarek Olšák1-21/+8
2017-08-22radeonsi: don't decompress Z/S if there is no HTILEMarek Olšák1-12/+15
2017-08-22gallium/radeon: add helpers for whether HTILE is enabledMarek Olšák7-18/+27
2017-08-22radeonsi/gfx9: don't flush L2 metadata for DB if not neededMarek Olšák3-11/+26
2017-08-22radeonsi/gfx9: don't flush L2 metadata for CB if not neededMarek Olšák4-17/+38
2017-08-22radeonsi/gfx9: don't flush TC L2 between rendering and texturing if not neededMarek Olšák3-34/+47
2017-08-22radeonsi/gfx9: use correct TC flush flags when invalidating CB & DBMarek Olšák1-7/+21
2017-08-22radeonsi/gfx9: don't use GS scenario A for VS writing ViewportIndexMarek Olšák1-7/+3
2017-08-22gallium/radeon: clean up EOP_DATA_SEL magic numbersMarek Olšák3-6/+12
2017-08-22radeonsi/gfx9: set 'not a query' for r600_gfx_write_event_eop correctlyMarek Olšák3-3/+5
2017-08-22radeonsi/gfx9: prevent shader-db crashesMarek Olšák1-1/+11