summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
...
* anv/android: Link to Android libraries in the autotools buildChad Versace2017-10-171-0/+5
* anv/apply_pipeline_layout: Use nir_tex_instr_remove_srcJason Ekstrand2017-10-171-12/+5
* nir: Add a helper for adding texture instruction sourcesJason Ekstrand2017-10-171-18/+1
* anv: Get rid of gen fall-throughJason Ekstrand2017-10-161-17/+17
* intel/common: Improve the comments for sample positionsJason Ekstrand2017-10-161-0/+65
* blob: Use intptr_t instead of ssize_tJason Ekstrand2017-10-131-1/+1
* intel/cs: Make thread_local_id a regular builtin paramJason Ekstrand2017-10-124-34/+33
* intel/compiler: Allocate pull_param in assign_constant_locationsJason Ekstrand2017-10-122-6/+14
* intel: Allocate prog_data::[pull_]param deeper inside the compilerJason Ekstrand2017-10-122-4/+4
* anv/pipeline: Refactor setup of the prog_data::param arrayJason Ekstrand2017-10-121-14/+9
* anv/pipeline: Grow the param array for imagesJason Ekstrand2017-10-122-7/+5
* anv/pipeline: Whack nir->num_uniforms to MAX_PUSH_CONSTANT_SIZEJason Ekstrand2017-10-121-4/+2
* intel/vs: Grow the param array for clip planesJason Ekstrand2017-10-122-0/+14
* intel/cs: Grow prog_data::param on-demand for thread_local_id_indexJason Ekstrand2017-10-123-19/+9
* intel/compiler: Make brw_nir_lower_intrinsics compute-specificJason Ekstrand2017-10-125-19/+13
* intel/compiler: Add a helper for growing the prog_data::param arrayJason Ekstrand2017-10-121-0/+13
* intel/compiler: Add a flag for pull constant supportJason Ekstrand2017-10-124-2/+12
* anv/pipeline: Ralloc prog_data::param of the compile mem_ctxJason Ekstrand2017-10-121-2/+1
* anv/pipeline: Add a mem_ctx parameter to anv_pipeline_compileJason Ekstrand2017-10-121-33/+39
* i965: Store image_param in brw_context instead of prog_dataJason Ekstrand2017-10-122-8/+2
* intel: Rewrite the world of push/pull paramsJason Ekstrand2017-10-1213-69/+133
* anv/pipeline_cache: Rework to use multialloc and blobJason Ekstrand2017-10-122-159/+141
* anv/pipeline: Declare bind maps closer to their useJason Ekstrand2017-10-121-12/+6
* anv/multialloc: Add new add_size helperJason Ekstrand2017-10-121-2/+4
* meson: fix typo in isltournier.elie2017-10-121-1/+1
* anv: intel: use anv_image's computed size for importing a BOLionel Landwerlin2017-10-111-11/+15
* anv: bo_cache: allow importing a BO larger than neededLionel Landwerlin2017-10-111-1/+1
* i965: Fix output register sizes when multiple variables share a slot.Kenneth Graunke2017-10-101-5/+18
* anv: fix assert in wsi image code.Dave Airlie2017-10-111-1/+1
* i965: Don't try to decode types for non-existent src1.Kenneth Graunke2017-10-101-1/+2
* i965/tes: account for the fact that dvec3/4 inputs take two slotsIago Toral Quiroga2017-10-101-2/+7
* anv: fix null pointer dereferenceTapani Pälli2017-10-101-0/+1
* anv: Do not assert() on VK_ATTACHMENT_UNUSEDJózef Kucia2017-10-091-1/+2
* anv/wsi: Allocate enough memory for the entire imageJason Ekstrand2017-10-071-3/+4
* anv: fix nir.h includeLionel Landwerlin2017-10-071-1/+1
* anv/cmd_buffer: Reset state in cmd_buffer_destroyLionel Landwerlin2017-10-061-9/+3
* anv/cmd_buffer: fix push descriptors with set > 0Lionel Landwerlin2017-10-062-13/+49
* anv: enable VK_KHR_sampler_ycbcr_conversionLionel Landwerlin2017-10-066-18/+186
* anv: enable multiple planes per image/imageViewLionel Landwerlin2017-10-069-484/+915
* anv: Take an image in can_sample_with_hizJason Ekstrand2017-10-063-9/+10
* anv: Take a single aspect in anv_layout_to_aux_usageJason Ekstrand2017-10-063-18/+15
* anv/cmd_buffer: Make get_fast_clear_state return an addressJason Ekstrand2017-10-061-22/+24
* anv/blorp: Add a concept of default aux usageJason Ekstrand2017-10-061-11/+16
* anv: add nir lowering pass for ycbcr texturesLionel Landwerlin2017-10-066-2/+496
* anv: prepare sampler emission code for multiplanar imagesLionel Landwerlin2017-10-063-41/+43
* anv/apply_pipeline_layout: Prepare for multi-planar imagesLionel Landwerlin2017-10-064-22/+116
* anv: add new formats KHR_sampler_ycbcr_conversionLionel Landwerlin2017-10-063-6/+189
* anv: modify the internal concept of format to express multiple planesLionel Landwerlin2017-10-064-256/+331
* anv: prepare formats to handle disjoints setsLionel Landwerlin2017-10-061-10/+27
* isl: fill out layout descriptions for yuv formatsLionel Landwerlin2017-10-061-4/+4