| 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 |
* | nir: Get rid of nir_shader::stage | Jason Ekstrand | 2017-10-20 | 1 | -1/+1 |
* | 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 | 1 | -6/+1 |
* | 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 |
* | 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 |
* | intel: Rewrite the world of push/pull params | Jason Ekstrand | 2017-10-12 | 1 | -5/+4 |
* | anv/pipeline: Declare bind maps closer to their use | Jason Ekstrand | 2017-10-12 | 1 | -12/+6 |
* | anv: add nir lowering pass for ycbcr textures | Lionel Landwerlin | 2017-10-06 | 1 | -0/+2 |
* | anv: set right datatypes in anv_pipeline_binding | Juan A. Suarez Romero | 2017-08-30 | 1 | -1/+1 |
* | anv: Use GNU C empty brace initializer | Matt Turner | 2017-08-29 | 1 | -10/+10 |
* | anv,i965: Move CS shared lowering into anv | Jason Ekstrand | 2017-08-24 | 1 | -0/+5 |
* | anv: Advertise support for VK_KHR_variable_pointers | Jason Ekstrand | 2017-07-18 | 1 | -0/+1 |
* | anv/pipeline: do not use BITFIELD64_BIT() | Juan A. Suarez Romero | 2017-07-14 | 1 | -1/+1 |
* | anv/pipeline: use unsigned long long constant to check enable vertex inputs | Juan A. Suarez Romero | 2017-07-14 | 1 | -1/+1 |
* | anv: merge tessellation's primitive mode in merge_tess_info() | Samuel Iglesias Gonsálvez | 2017-07-03 | 1 | -0/+4 |
* | intel/compiler/vs: Move inputs_read handling to generic code | Jason Ekstrand | 2017-05-09 | 1 | -3/+0 |
* | nir: Embed the shader_info in the nir_shader again | Jason Ekstrand | 2017-05-09 | 1 | -17/+17 |
* | anv: Enable VK_KHX_multiview and SPV_KHR_multiview | Jason Ekstrand | 2017-05-03 | 1 | -0/+1 |
* | anv/pipeline: Add shader lowering for multiview | Jason Ekstrand | 2017-05-03 | 1 | -0/+7 |
* | anv/pipeline: Add a subpass field to anv_pipeline | Jason Ekstrand | 2017-05-03 | 1 | -5/+7 |
* | anv/pipeline: Call nir_gather_info later | Jason Ekstrand | 2017-05-03 | 1 | -2/+2 |
* | anv: Move shader hashing to anv_pipeline | Jason Ekstrand | 2017-05-03 | 1 | -12/+46 |
* | anv/pipeline: make FragCoord include sample positions when sample shading | Iago Toral Quiroga | 2017-03-24 | 1 | -8/+18 |
* | nir/lower_wpos_center: support adding sample position to fragment coordinate | Iago Toral Quiroga | 2017-03-24 | 1 | -1/+1 |
* | anv: improve error reporting when creating pipelines | Iago Toral Quiroga | 2017-03-16 | 1 | -0/+1 |
* | anv: Use on-the-fly surface states for dynamic buffer descriptors | Jason Ekstrand | 2017-03-13 | 1 | -6/+0 |
* | i965: Move the back-end compiler to src/intel/compiler | Jason Ekstrand | 2017-03-13 | 1 | -1/+1 |
* | anv: Drop the anv_validate block helper | Jason Ekstrand | 2017-03-07 | 1 | -3/+3 |
* | anv: Remove a pointless finishme | Jason Ekstrand | 2017-03-07 | 1 | -4/+0 |
* | anv: Advertise shaderInt64 on Broadwell and above | Jason Ekstrand | 2017-03-03 | 1 | -0/+1 |
* | anv: Store the user's VkAttachmentReference | Nanley Chery | 2017-03-02 | 1 | -3/+3 |
* | anv: Enable MSAA compression | Jason Ekstrand | 2017-02-23 | 1 | -0/+19 |
* | anv: Add support for shaderStorageImageWriteWithoutFormat | Alex Smith | 2017-02-14 | 1 | -0/+1 |
* | anv: enable VK_KHR_shader_draw_parameters | Lionel Landwerlin | 2017-02-02 | 1 | -0/+1 |
* | anv/pipeline: Replace get_fs_input_map with get_last_vue_prog_data | Jason Ekstrand | 2017-01-13 | 1 | -1/+1 |
* | anv: Move nir_lower_wpos_center after dead variable elimination. | Kenneth Graunke | 2017-01-13 | 1 | -3/+3 |
* | anv: Enable tessellation shaders. | Kenneth Graunke | 2017-01-10 | 1 | -0/+1 |
* | anv: Compile TCS/TES shaders. | Kenneth Graunke | 2017-01-10 | 1 | -2/+191 |
* | anv: Handle patch primitives. | Kenneth Graunke | 2017-01-10 | 1 | -2/+7 |
* | anv: set input_slots_valid on brw_wm_prog_key | Lionel Landwerlin | 2017-01-10 | 1 | -3/+8 |
* | anv: enable float64 feature on supported platforms | Samuel Iglesias Gonsálvez | 2017-01-09 | 1 | -1/+5 |
* | anv/pipeline: get map for double input attributes | Juan A. Suarez Romero | 2017-01-09 | 1 | -0/+1 |
* | spirv: add support for doubles to OpSpecConstant | Samuel Iglesias Gonsálvez | 2017-01-09 | 1 | -1/+4 |
* | anv/pipeline: Call NIR passes using NIR_PASS_V | Jason Ekstrand | 2017-01-07 | 1 | -31/+15 |