Age | Commit message (Expand) | Author | Files | Lines |
2017-08-23 | tgsi: remove post_indent from some 64-bit opcodes | Nicolai Hähnle | 1 | -6/+6 |
2017-08-23 | tgsi: reduce tgsi_opcode_info::pre_dedent and post_indent to 1 bit | Nicolai Hähnle | 1 | -2/+2 |
2017-08-23 | gallium/radeon: fix saving multi-part command streams | Nicolai Hähnle | 1 | -1/+1 |
2017-08-23 | ac/debug: invoke valgrind checks while parsing IBs | Nicolai Hähnle | 1 | -0/+20 |
2017-08-23 | ac/debug: annotate IB dumps with the raw values | Nicolai Hähnle | 1 | -18/+66 |
2017-08-23 | ac/debug: use an explicit getter for fetching words from the IB | Nicolai Hähnle | 1 | -153/+215 |
2017-08-23 | radeonsi: update comment describing indices into sctx->descriptors | Nicolai Hähnle | 1 | -6/+5 |
2017-08-23 | util: fix valgrind errors when dumping pipe_draw_info | Nicolai Hähnle | 1 | -3/+9 |
2017-08-23 | radeonsi: do not assert when reserving bindless slot 0 | Samuel Pitoiset | 1 | -1/+4 |
2017-08-23 | radeonsi: rename some bindless-related helper functions | Samuel Pitoiset | 1 | -21/+21 |
2017-08-23 | radeonsi: minor cleanups in si_make_{texture,image}_handle_resident() | Samuel Pitoiset | 1 | -12/+12 |
2017-08-22 | Android: gallium_dri: pass dri.sym to linker | Rob Herring | 2 | -0/+8 |
2017-08-22 | st/va: enable P016 format i.e. reallocate buffer if format changed | Leo Liu | 1 | -0/+12 |
2017-08-22 | radeon/vcn: enable P016 mode support | Leo Liu | 1 | -7/+11 |
2017-08-22 | radeon/vcn: correct target buffer pitch calculation | Leo Liu | 1 | -1/+1 |
2017-08-22 | anv: Check that in_fence fd is valid before closing it. | Francisco Jerez | 1 | -1/+2 |
2017-08-22 | anv: Add error handling to setup_empty_execbuf(). | Francisco Jerez | 1 | -9/+13 |
2017-08-22 | tgsi/scan: fix uses_double | Marek Olšák | 1 | -2/+8 |
2017-08-22 | gallium: remove TGSI opcode SCS | Marek Olšák | 24 | -503/+18 |
2017-08-22 | gallium/u_blitter: don't use boolean, TRUE, FALSE | Marek Olšák | 2 | -73/+73 |
2017-08-22 | gallium/u_simple_shaders: do util_make_layered_clear_vertex_shader differently | Marek Olšák | 3 | -25/+19 |
2017-08-22 | gallium/u_blitter: remove get_next_surface_layer callback | Marek Olšák | 2 | -15/+1 |
2017-08-22 | st/glsl_to_tgsi: fix getting the image type for array of structs (again) | Samuel Pitoiset | 1 | -5/+3 |
2017-08-22 | gallium: remove TGSI opcode BREAKC | Marek Olšák | 13 | -133/+7 |
2017-08-22 | gallium: remove TGSI opcode XPD | Marek Olšák | 24 | -539/+41 |
2017-08-22 | gallium: remove TGSI opcode DPH | Marek Olšák | 22 | -257/+22 |
2017-08-22 | gallium: remove TGSI opcode DP2A | Marek Olšák | 17 | -183/+6 |
2017-08-22 | gallium: remove TGSI_OPCODE_CALLNZ | Marek Olšák | 9 | -23/+4 |
2017-08-22 | gallium: remove TGSI FENCE opcodes | Marek Olšák | 5 | -56/+13 |
2017-08-22 | gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ | Marek Olšák | 13 | -129/+23 |
2017-08-22 | radeonsi: emit VGT_REUSE_OFF in the right place | Marek Olšák | 2 | -8/+9 |
2017-08-22 | radeonsi: add support for TGSI opcodes DCEIL, DFLR, DROUND, DSSG, DTRUNC | Marek Olšák | 2 | -1/+15 |
2017-08-22 | radeonsi: use a faster version of PK2H | Marek Olšák | 1 | -21/+8 |
2017-08-22 | radeonsi: don't decompress Z/S if there is no HTILE | Marek Olšák | 1 | -12/+15 |
2017-08-22 | gallium/radeon: add helpers for whether HTILE is enabled | Marek Olšák | 7 | -18/+27 |
2017-08-22 | radeonsi/gfx9: don't flush L2 metadata for DB if not needed | Marek Olšák | 3 | -11/+26 |
2017-08-22 | radeonsi/gfx9: don't flush L2 metadata for CB if not needed | Marek Olšák | 4 | -17/+38 |
2017-08-22 | radeonsi/gfx9: don't flush TC L2 between rendering and texturing if not needed | Marek Olšák | 3 | -34/+47 |
2017-08-22 | radeonsi/gfx9: use correct TC flush flags when invalidating CB & DB | Marek Olšák | 1 | -7/+21 |
2017-08-22 | ac/surface/gfx9: don't allow DCC for the smallest mipmap levels | Marek Olšák | 1 | -1/+18 |
2017-08-22 | radeonsi/gfx9: don't use GS scenario A for VS writing ViewportIndex | Marek Olšák | 1 | -7/+3 |
2017-08-22 | gallium/radeon: clean up EOP_DATA_SEL magic numbers | Marek Olšák | 4 | -12/+16 |
2017-08-22 | radeonsi/gfx9: set 'not a query' for r600_gfx_write_event_eop correctly | Marek Olšák | 3 | -3/+5 |
2017-08-22 | radeonsi/gfx9: prevent shader-db crashes | Marek Olšák | 1 | -1/+11 |
2017-08-22 | radeonsi/gfx9: properly handle imported textures with unexpected swizzle mode | Marek Olšák | 2 | -6/+8 |
2017-08-22 | radeonsi: remove Constant Engine support | Marek Olšák | 16 | -618/+38 |
2017-08-22 | radeonsi/gfx9: add a temporary workaround for a tessellation driver bug | Marek Olšák | 1 | -1/+5 |
2017-08-22 | glsl_to_tgsi: clean up opcode translation | Marek Olšák | 1 | -62/+30 |
2017-08-22 | mesa: pass ctx to add_uniform_to_shader constructor | Timothy Arceri | 4 | -7/+10 |
2017-08-22 | egl: deduplicate allocations of local buffer over each platform backend (v2) | Gwan-gyeong Mun | 5 | -115/+71 |