| Commit message (Expand) | Author | Age | Files | Lines |
* | i965/nir: add a helper to lower gl_PatchVerticesIn to a uniform | Iago Toral Quiroga | 2018-01-10 | 1 | -0/+2 |
* | genxml: Add missing INSTDONE_1 bits on Gen7.5+. | Kenneth Graunke | 2018-01-09 | 4 | -0/+8 |
* | intel: Apply Geminilake "Barrier Mode" workaround. | Kenneth Graunke | 2018-01-09 | 2 | -0/+29 |
* | aubinator: add support for aubinating memtrace aubs | Scott D Phillips | 2018-01-08 | 1 | -35/+83 |
* | aubinator: extract aubinator_init() out of the header handler function | Scott D Phillips | 2018-01-08 | 1 | -16/+23 |
* | aubinator: honor --color option when printing the header | Scott D Phillips | 2018-01-08 | 1 | -1/+5 |
* | anv: Allow PMA optimization to be enabled in secondary command buffers | Alex Smith | 2018-01-08 | 1 | -1/+21 |
* | anv: Take write mask into account in has_color_buffer_write_enabled | Alex Smith | 2018-01-05 | 1 | -9/+18 |
* | anv: Add missing unlock in anv_scratch_pool_alloc | Alex Smith | 2018-01-04 | 1 | -1/+3 |
* | i965: Drop support for the legacy SNORM -> Float equation. | Kenneth Graunke | 2018-01-02 | 9 | -44/+15 |
* | i965: Combine {VS,FS}_OPCODE_GET_BUFFER_SIZE opcodes. | Kenneth Graunke | 2017-12-30 | 8 | -19/+14 |
* | anv/device: Mark all state buffers as needing capture | Jason Ekstrand | 2017-12-28 | 1 | -3/+3 |
* | intel/aubinator: Gracefully handle dynamic state not being available | Jason Ekstrand | 2017-12-28 | 1 | -0/+5 |
* | intel/aubinator: Free section data last | Jason Ekstrand | 2017-12-28 | 1 | -2/+4 |
* | Revert "i965/fs: Use align1 mode on ternary instructions on Gen10+" | Anuj Phogat | 2017-12-22 | 1 | -8/+4 |
* | intel/fs: Initialize fs_visitor::grf_used on construction. | Francisco Jerez | 2017-12-21 | 1 | -0/+1 |
* | intel/fs/bank_conflicts: Use posix_memalign() instead of overaligned new to o... | Francisco Jerez | 2017-12-21 | 1 | -6/+16 |
* | anv: disallow VK_REMAINING_ARRAY_LAYERS in vkCmdClearAttachments() | Samuel Iglesias Gonsálvez | 2017-12-20 | 1 | -0/+2 |
* | intel/compiler/gen10: Disable push constants. | Rafael Antognolli | 2017-12-19 | 1 | -0/+9 |
* | anv: Remove unused variable. | Bas Nieuwenhuizen | 2017-12-17 | 1 | -2/+0 |
* | isl: Don't require VALIGN_2 for R32G32B32_FLOAT on Haswell. | Kenneth Graunke | 2017-12-15 | 1 | -1/+3 |
* | intel/tools: Convert aubinator over to the common framework | Jason Ekstrand | 2017-12-14 | 3 | -690/+33 |
* | intel/batch-decoder: Decode registers | Jason Ekstrand | 2017-12-14 | 1 | -0/+13 |
* | intel/batch-decoder: Decode dynamic state | Jason Ekstrand | 2017-12-14 | 1 | -0/+81 |
* | intel/batch-decoder: Decode constants, binding tables, and samplers | Jason Ekstrand | 2017-12-14 | 1 | -0/+73 |
* | intel/tools: Switch aubinator_error_decode over to the gen_print_batch | Jason Ekstrand | 2017-12-14 | 3 | -205/+37 |
* | intel/batch-decoder: Decode graphics shaders | Jason Ekstrand | 2017-12-14 | 1 | -0/+95 |
* | intel/batch-decoder: Decode vertex and index buffers | Jason Ekstrand | 2017-12-14 | 2 | -0/+161 |
* | intel/batch-decoder: Decode MEDIA_INTERFACE_DESCRIPTOR_LOAD | Jason Ekstrand | 2017-12-14 | 1 | -0/+145 |
* | intel/tools: Add the start of a generic batch decoder | Jason Ekstrand | 2017-12-14 | 2 | -0/+306 |
* | intel/decoder: Expose the raw field value in the iterator | Jason Ekstrand | 2017-12-14 | 2 | -1/+3 |
* | intel/disasm: Take a devinfo in gen_disasm_create | Jason Ekstrand | 2017-12-14 | 4 | -8/+7 |
* | intel/decoder: Take a bit offset in gen_print_group | Jason Ekstrand | 2017-12-14 | 4 | -18/+22 |
* | intel/decoder: Stop rounding down to the nearest dword | Jason Ekstrand | 2017-12-14 | 1 | -11/+12 |
* | intel/decoder: Convert the iterator to work entirely in bits | Jason Ekstrand | 2017-12-14 | 2 | -12/+9 |
* | intel/decoder: Drop gen_field_decode helper | Jason Ekstrand | 2017-12-14 | 2 | -11/+0 |
* | intel/fs/bank_conflicts: Don't touch Gen7 MRF hack registers. | Francisco Jerez | 2017-12-12 | 3 | -7/+19 |
* | anv: fix bug when using component qualifier in FS outputs | Samuel Iglesias Gonsálvez | 2017-12-12 | 1 | -19/+44 |
* | anv: Enable UBO pushing | Jason Ekstrand | 2017-12-08 | 2 | -0/+7 |
* | i965/fs: Handle !supports_pull_constants and push UBOs properly | Jason Ekstrand | 2017-12-08 | 1 | -1/+1 |
* | anv/device: Increase the UBO alignment requirement to 32 | Jason Ekstrand | 2017-12-08 | 1 | -2/+10 |
* | anv/cmd_buffer: Add support for pushing UBO ranges | Jason Ekstrand | 2017-12-08 | 2 | -33/+112 |
* | anv/cmd_buffer: Add some stage asserts | Jason Ekstrand | 2017-12-08 | 1 | -0/+6 |
* | anv/cmd_buffer: Add some helpers for working with descriptor sets | Jason Ekstrand | 2017-12-08 | 1 | -11/+34 |
* | anv/pipeline: Translate vulkan_resource_index to a constant when possible | Jason Ekstrand | 2017-12-08 | 1 | -4/+13 |
* | i965/fs: Rewrite assign_constant_locations | Jason Ekstrand | 2017-12-08 | 1 | -133/+185 |
* | anv: Disable VK_KHR_16bit_storage | Jason Ekstrand | 2017-12-08 | 2 | -3/+3 |
* | intel/cfg: Represent divergent control flow paths caused by non-uniform loop ... | Francisco Jerez | 2017-12-07 | 1 | -6/+69 |
* | intel/fs: Don't let undefined values prevent copy propagation. | Francisco Jerez | 2017-12-07 | 1 | -3/+47 |
* | intel/fs: Restrict live intervals to the subset possibly reachable from any d... | Francisco Jerez | 2017-12-07 | 2 | -4/+42 |