summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-23squash! st/glsl_to_tgsi: inline src_register into translate_srctgsi-const-2dNicolai Hähnle1-1/+1
2017-08-23radeonsi: add an assertion that only two-dimensional constant references are ...Nicolai Hähnle1-0/+1
2017-08-23gallium/radeon: always use two-dimensional constant referencesNicolai Hähnle1-18/+18
2017-08-23gallium/tests: always use two-dimensional constant referencesNicolai Hähnle3-10/+10
2017-08-23pp: always use two-dimensional constant referencesNicolai Hähnle1-10/+10
2017-08-23gallium/hud: always use two-dimensional constant referencesNicolai Hähnle1-4/+4
2017-08-23nine: always generate two-dimensional constant file accessesNicolai Hähnle2-7/+5
2017-08-23st/glsl_to_tgsi: inline src_register into translate_srcNicolai Hähnle1-74/+76
2017-08-23st/glsl_to_tgsi: ir_load_ubo always has a second indexNicolai Hähnle1-2/+1
2017-08-23tgsi/ureg: always emit constants (and their decls) as 2DNicolai Hähnle1-15/+7
2017-08-23gallium: all drivers should accept two-dimensional constant buffer indexingNicolai Hähnle2-9/+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-23ac/debug: invoke valgrind checks while parsing IBsNicolai Hähnle1-0/+20
2017-08-23ac/debug: annotate IB dumps with the raw valuesNicolai Hähnle1-18/+66
2017-08-23ac/debug: use an explicit getter for fetching words from the IBNicolai Hähnle1-153/+215
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 Herring2-0/+8
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-22anv: Check that in_fence fd is valid before closing it.Francisco Jerez1-1/+2
2017-08-22anv: Add error handling to setup_empty_execbuf().Francisco Jerez1-9/+13
2017-08-22tgsi/scan: fix uses_doubleMarek Olšák1-2/+8
2017-08-22gallium: remove TGSI opcode SCSMarek Olšák24-503/+18
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-22st/glsl_to_tgsi: fix getting the image type for array of structs (again)Samuel Pitoiset1-5/+3
2017-08-22gallium: remove TGSI opcode BREAKCMarek Olšák13-133/+7
2017-08-22gallium: remove TGSI opcode XPDMarek Olšák24-539/+41
2017-08-22gallium: remove TGSI opcode DPHMarek Olšák22-257/+22
2017-08-22gallium: remove TGSI opcode DP2AMarek Olšák17-183/+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