summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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-22ac/surface/gfx9: don't allow DCC for the smallest mipmap levelsMarek Olšák1-1/+18
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šák4-12/+16
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
2017-08-22radeonsi/gfx9: properly handle imported textures with unexpected swizzle modeMarek Olšák2-6/+8
2017-08-22radeonsi: remove Constant Engine supportMarek Olšák16-618/+38
2017-08-22radeonsi/gfx9: add a temporary workaround for a tessellation driver bugMarek Olšák1-1/+5
2017-08-22glsl_to_tgsi: clean up opcode translationMarek Olšák1-62/+30
2017-08-22mesa: pass ctx to add_uniform_to_shader constructorTimothy Arceri4-7/+10
2017-08-22egl: deduplicate allocations of local buffer over each platform backend (v2)Gwan-gyeong Mun5-115/+71