| Commit message (Expand) | Author | Age | Files | Lines |
* | intel/compiler: Call nir_lower_system_values in brw_preprocess_nir | Jason Ekstrand | 2017-10-25 | 1 | -2/+0 |
* | anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir | Jason Ekstrand | 2017-10-25 | 1 | -1/+2 |
* | anv/pipeline: Drop nir_lower_clip_cull_distance_arrays | Jason Ekstrand | 2017-10-25 | 1 | -2/+0 |
* | anv/pipeline: Dump shader immedately after spirv_to_nir | Jason Ekstrand | 2017-10-25 | 1 | -0/+15 |
* | anv: don't assert on device init on Cannonlake | Lionel Landwerlin | 2017-10-21 | 1 | -2/+4 |
* | anv: disable stencil pma fix on Gen > 9 | Lionel Landwerlin | 2017-10-21 | 1 | -0/+2 |
* | nir: Get rid of nir_shader::stage | Jason Ekstrand | 2017-10-20 | 4 | -15/+16 |
* | anv: Fix instance typos. | Vinson Lee | 2017-10-18 | 2 | -2/+2 |
* | anv: Implement VK_ANDROID_native_buffer (v9) | Chad Versace | 2017-10-18 | 5 | -4/+449 |
* | anv: Move size check from anv_bo_cache_import() to caller (v2) | Chad Versace | 2017-10-17 | 5 | -23/+46 |
* | anv: Add func anv_gem_get_tiling() | Chad Versace | 2017-10-17 | 2 | -0/+17 |
* | anv: Move close(fd) from anv_bo_cache_import to its callers (v2) | Chad Versace | 2017-10-17 | 4 | -23/+24 |
* | anv: Add field anv_image::planes[]::bo_is_owned (v2) | Chad Versace | 2017-10-17 | 2 | -0/+14 |
* | anv: Better support for Android logging (v2) | Chad Versace | 2017-10-17 | 4 | -33/+15 |
* | anv/apply_pipeline_layout: Use nir_tex_instr_remove_src | Jason Ekstrand | 2017-10-17 | 1 | -12/+5 |
* | nir: Add a helper for adding texture instruction sources | Jason Ekstrand | 2017-10-17 | 1 | -18/+1 |
* | anv: Get rid of gen fall-through | Jason Ekstrand | 2017-10-16 | 1 | -17/+17 |
* | blob: Use intptr_t instead of ssize_t | Jason Ekstrand | 2017-10-13 | 1 | -1/+1 |
* | intel/cs: Make thread_local_id a regular builtin param | Jason Ekstrand | 2017-10-12 | 1 | -6/+4 |
* | anv/pipeline: Refactor setup of the prog_data::param array | Jason Ekstrand | 2017-10-12 | 1 | -14/+9 |
* | anv/pipeline: Grow the param array for images | Jason Ekstrand | 2017-10-12 | 2 | -7/+5 |
* | anv/pipeline: Whack nir->num_uniforms to MAX_PUSH_CONSTANT_SIZE | Jason Ekstrand | 2017-10-12 | 1 | -4/+2 |
* | intel/cs: Grow prog_data::param on-demand for thread_local_id_index | Jason Ekstrand | 2017-10-12 | 1 | -4/+0 |
* | intel/compiler: Add a flag for pull constant support | Jason Ekstrand | 2017-10-12 | 1 | -0/+1 |
* | anv/pipeline: Ralloc prog_data::param of the compile mem_ctx | Jason Ekstrand | 2017-10-12 | 1 | -2/+1 |
* | anv/pipeline: Add a mem_ctx parameter to anv_pipeline_compile | Jason Ekstrand | 2017-10-12 | 1 | -33/+39 |
* | i965: Store image_param in brw_context instead of prog_data | Jason Ekstrand | 2017-10-12 | 1 | -4/+2 |
* | intel: Rewrite the world of push/pull params | Jason Ekstrand | 2017-10-12 | 4 | -28/+42 |
* | anv/pipeline_cache: Rework to use multialloc and blob | Jason Ekstrand | 2017-10-12 | 2 | -159/+141 |
* | anv/pipeline: Declare bind maps closer to their use | Jason Ekstrand | 2017-10-12 | 1 | -12/+6 |
* | anv/multialloc: Add new add_size helper | Jason Ekstrand | 2017-10-12 | 1 | -2/+4 |
* | anv: intel: use anv_image's computed size for importing a BO | Lionel Landwerlin | 2017-10-11 | 1 | -11/+15 |
* | anv: bo_cache: allow importing a BO larger than needed | Lionel Landwerlin | 2017-10-11 | 1 | -1/+1 |
* | anv: fix assert in wsi image code. | Dave Airlie | 2017-10-11 | 1 | -1/+1 |
* | anv: fix null pointer dereference | Tapani Pälli | 2017-10-10 | 1 | -0/+1 |
* | anv: Do not assert() on VK_ATTACHMENT_UNUSED | Józef Kucia | 2017-10-09 | 1 | -1/+2 |
* | anv/wsi: Allocate enough memory for the entire image | Jason Ekstrand | 2017-10-07 | 1 | -3/+4 |
* | anv: fix nir.h include | Lionel Landwerlin | 2017-10-07 | 1 | -1/+1 |
* | anv/cmd_buffer: Reset state in cmd_buffer_destroy | Lionel Landwerlin | 2017-10-06 | 1 | -9/+3 |
* | anv/cmd_buffer: fix push descriptors with set > 0 | Lionel Landwerlin | 2017-10-06 | 2 | -13/+49 |
* | anv: enable VK_KHR_sampler_ycbcr_conversion | Lionel Landwerlin | 2017-10-06 | 6 | -18/+186 |
* | anv: enable multiple planes per image/imageView | Lionel Landwerlin | 2017-10-06 | 9 | -484/+915 |
* | anv: Take an image in can_sample_with_hiz | Jason Ekstrand | 2017-10-06 | 3 | -9/+10 |
* | anv: Take a single aspect in anv_layout_to_aux_usage | Jason Ekstrand | 2017-10-06 | 3 | -18/+15 |
* | anv/cmd_buffer: Make get_fast_clear_state return an address | Jason Ekstrand | 2017-10-06 | 1 | -22/+24 |
* | anv/blorp: Add a concept of default aux usage | Jason Ekstrand | 2017-10-06 | 1 | -11/+16 |
* | anv: add nir lowering pass for ycbcr textures | Lionel Landwerlin | 2017-10-06 | 5 | -2/+495 |
* | anv: prepare sampler emission code for multiplanar images | Lionel Landwerlin | 2017-10-06 | 3 | -41/+43 |
* | anv/apply_pipeline_layout: Prepare for multi-planar images | Lionel Landwerlin | 2017-10-06 | 4 | -22/+116 |
* | anv: add new formats KHR_sampler_ycbcr_conversion | Lionel Landwerlin | 2017-10-06 | 3 | -6/+189 |