| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Drop Gen7+ nonsense from brw_ff_gs.c. | Kenneth Graunke | 2017-08-23 | 1 | -4/+3 |
* | i965: Only set key->flat_shade if COL0/COL1 are written. | Kenneth Graunke | 2017-08-23 | 1 | -1/+3 |
* | i965: Clean up brwNewProgram(). | Kenneth Graunke | 2017-08-23 | 1 | -28/+5 |
* | st/va: exclude the buffer reallocation for encode case | Leo Liu | 2017-08-23 | 1 | -1/+1 |
* | swr: limit pipe_draw_info->restart_index usage | Tim Rowley | 2017-08-23 | 1 | -1/+4 |
* | radeonsi: fix wrong assertion in si_init_bindless_descriptors() | Samuel Pitoiset | 2017-08-23 | 1 | -1/+1 |
* | radeon/video: Return false explicitly for HEVC if not the case | Leo Liu | 2017-08-23 | 1 | -0/+1 |
* | gallium/docs: Fix the math formula of U2I64 | Gwan-gyeong Mun | 2017-08-23 | 1 | -2/+2 |
* | gallium/docs: Add missing word "Not" | Gwan-gyeong Mun | 2017-08-23 | 1 | -1/+1 |
* | tgsi: store opcode mnemonics in a separate table | Nicolai Hähnle | 2017-08-23 | 2 | -6/+16 |
* | gallium: use tgsi_get_opcode_name instead of tgsi_opcode_info::mnemonic | Nicolai Hähnle | 2017-08-23 | 5 | -7/+10 |
* | tgsi: macro-ify the opcodes table | Nicolai Hähnle | 2017-08-23 | 3 | -251/+263 |
* | tgsi: remove post_indent from some 64-bit opcodes | Nicolai Hähnle | 2017-08-23 | 1 | -6/+6 |
* | tgsi: reduce tgsi_opcode_info::pre_dedent and post_indent to 1 bit | Nicolai Hähnle | 2017-08-23 | 1 | -2/+2 |
* | gallium/radeon: fix saving multi-part command streams | Nicolai Hähnle | 2017-08-23 | 1 | -1/+1 |
* | ac/debug: invoke valgrind checks while parsing IBs | Nicolai Hähnle | 2017-08-23 | 1 | -0/+20 |
* | ac/debug: annotate IB dumps with the raw values | Nicolai Hähnle | 2017-08-23 | 1 | -18/+66 |
* | ac/debug: use an explicit getter for fetching words from the IB | Nicolai Hähnle | 2017-08-23 | 1 | -153/+215 |
* | radeonsi: update comment describing indices into sctx->descriptors | Nicolai Hähnle | 2017-08-23 | 1 | -6/+5 |
* | util: fix valgrind errors when dumping pipe_draw_info | Nicolai Hähnle | 2017-08-23 | 1 | -3/+9 |
* | radeonsi: do not assert when reserving bindless slot 0 | Samuel Pitoiset | 2017-08-23 | 1 | -1/+4 |
* | radeonsi: rename some bindless-related helper functions | Samuel Pitoiset | 2017-08-23 | 1 | -21/+21 |
* | radeonsi: minor cleanups in si_make_{texture,image}_handle_resident() | Samuel Pitoiset | 2017-08-23 | 1 | -12/+12 |
* | Android: gallium_dri: pass dri.sym to linker | Rob Herring | 2017-08-22 | 1 | -0/+7 |
* | st/va: enable P016 format i.e. reallocate buffer if format changed | Leo Liu | 2017-08-22 | 1 | -0/+12 |
* | radeon/vcn: enable P016 mode support | Leo Liu | 2017-08-22 | 1 | -7/+11 |
* | radeon/vcn: correct target buffer pitch calculation | Leo Liu | 2017-08-22 | 1 | -1/+1 |
* | anv: Check that in_fence fd is valid before closing it. | Francisco Jerez | 2017-08-22 | 1 | -1/+2 |
* | anv: Add error handling to setup_empty_execbuf(). | Francisco Jerez | 2017-08-22 | 1 | -9/+13 |
* | tgsi/scan: fix uses_double | Marek Olšák | 2017-08-22 | 1 | -2/+8 |
* | gallium: remove TGSI opcode SCS | Marek Olšák | 2017-08-22 | 24 | -503/+18 |
* | gallium/u_blitter: don't use boolean, TRUE, FALSE | Marek Olšák | 2017-08-22 | 2 | -73/+73 |
* | gallium/u_simple_shaders: do util_make_layered_clear_vertex_shader differently | Marek Olšák | 2017-08-22 | 3 | -25/+19 |
* | gallium/u_blitter: remove get_next_surface_layer callback | Marek Olšák | 2017-08-22 | 2 | -15/+1 |
* | st/glsl_to_tgsi: fix getting the image type for array of structs (again) | Samuel Pitoiset | 2017-08-22 | 1 | -5/+3 |
* | gallium: remove TGSI opcode BREAKC | Marek Olšák | 2017-08-22 | 13 | -133/+7 |
* | gallium: remove TGSI opcode XPD | Marek Olšák | 2017-08-22 | 24 | -539/+41 |
* | gallium: remove TGSI opcode DPH | Marek Olšák | 2017-08-22 | 22 | -257/+22 |
* | gallium: remove TGSI opcode DP2A | Marek Olšák | 2017-08-22 | 17 | -183/+6 |
* | gallium: remove TGSI_OPCODE_CALLNZ | Marek Olšák | 2017-08-22 | 9 | -23/+4 |
* | gallium: remove TGSI FENCE opcodes | Marek Olšák | 2017-08-22 | 5 | -56/+13 |
* | gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ | Marek Olšák | 2017-08-22 | 13 | -129/+23 |
* | radeonsi: emit VGT_REUSE_OFF in the right place | Marek Olšák | 2017-08-22 | 2 | -8/+9 |
* | radeonsi: add support for TGSI opcodes DCEIL, DFLR, DROUND, DSSG, DTRUNC | Marek Olšák | 2017-08-22 | 2 | -1/+15 |
* | radeonsi: use a faster version of PK2H | Marek Olšák | 2017-08-22 | 1 | -21/+8 |
* | radeonsi: don't decompress Z/S if there is no HTILE | Marek Olšák | 2017-08-22 | 1 | -12/+15 |
* | gallium/radeon: add helpers for whether HTILE is enabled | Marek Olšák | 2017-08-22 | 7 | -18/+27 |
* | radeonsi/gfx9: don't flush L2 metadata for DB if not needed | Marek Olšák | 2017-08-22 | 3 | -11/+26 |
* | radeonsi/gfx9: don't flush L2 metadata for CB if not needed | Marek Olšák | 2017-08-22 | 4 | -17/+38 |
* | radeonsi/gfx9: don't flush TC L2 between rendering and texturing if not needed | Marek Olšák | 2017-08-22 | 3 | -34/+47 |