Age | Commit message (Expand) | Author | Files | Lines |
2017-08-23 | squash! st/glsl_to_tgsi: inline src_register into translate_srctgsi-const-2d | Nicolai Hähnle | 1 | -1/+1 |
2017-08-23 | radeonsi: add an assertion that only two-dimensional constant references are ... | Nicolai Hähnle | 1 | -0/+1 |
2017-08-23 | gallium/radeon: always use two-dimensional constant references | Nicolai Hähnle | 1 | -18/+18 |
2017-08-23 | gallium/tests: always use two-dimensional constant references | Nicolai Hähnle | 3 | -10/+10 |
2017-08-23 | pp: always use two-dimensional constant references | Nicolai Hähnle | 1 | -10/+10 |
2017-08-23 | gallium/hud: always use two-dimensional constant references | Nicolai Hähnle | 1 | -4/+4 |
2017-08-23 | nine: always generate two-dimensional constant file accesses | Nicolai Hähnle | 2 | -7/+5 |
2017-08-23 | st/glsl_to_tgsi: inline src_register into translate_src | Nicolai Hähnle | 1 | -74/+76 |
2017-08-23 | st/glsl_to_tgsi: ir_load_ubo always has a second index | Nicolai Hähnle | 1 | -2/+1 |
2017-08-23 | tgsi/ureg: always emit constants (and their decls) as 2D | Nicolai Hähnle | 1 | -15/+7 |
2017-08-23 | gallium: all drivers should accept two-dimensional constant buffer indexing | Nicolai Hähnle | 2 | -9/+4 |
2017-08-23 | radeonsi: fix wrong assertion in si_init_bindless_descriptors() | Samuel Pitoiset | 1 | -1/+1 |
2017-08-23 | radeon/video: Return false explicitly for HEVC if not the case | Leo Liu | 1 | -0/+1 |
2017-08-23 | gallium/docs: Fix the math formula of U2I64 | Gwan-gyeong Mun | 1 | -2/+2 |
2017-08-23 | gallium/docs: Add missing word "Not" | Gwan-gyeong Mun | 1 | -1/+1 |
2017-08-23 | tgsi: store opcode mnemonics in a separate table | Nicolai Hähnle | 2 | -6/+16 |
2017-08-23 | gallium: use tgsi_get_opcode_name instead of tgsi_opcode_info::mnemonic | Nicolai Hähnle | 5 | -7/+10 |
2017-08-23 | tgsi: macro-ify the opcodes table | Nicolai Hähnle | 3 | -251/+263 |
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 |