summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-16nir: add component level support to remove_unused_io_vars()Timothy Arceri1-16/+21
2017-10-16glsl: mark xfb inputs as always_active_ioTimothy Arceri1-3/+19
2017-10-16nir: add variant of lower_io_to_scalar to be called earlierTimothy Arceri2-0/+255
2017-10-16nir: add glsl_channel_type() helperTimothy Arceri2-0/+29
2017-10-16nir: add glsl_type_is_64bit() to nir_typesTimothy Arceri2-0/+7
2017-10-15a2xx: add support for a few 16-bit color rendering formatsIlia Mirkin2-1/+11
2017-10-15freedreno/a20x: Enable rendering to RGBA/RGBXWladimir J. van der Laan1-1/+3
2017-10-15freedreno/a20x: Fix rendering to BGRXWladimir J. van der Laan1-0/+1
2017-10-14mesa: minor simplification in test_attachment_completeness()Brian Paul1-2/+1
2017-10-14etnaviv: rework TS enable to be a derived stateLucas Stach3-5/+43
2017-10-14etnaviv: skip unused vertex attributes when assigning VS inputsLucas Stach1-0/+4
2017-10-14radv: do not allocate CMASK for non-MSSA images with 128 bit formatsSamuel Pitoiset3-6/+9
2017-10-14radv: set correct INDEX_TYPE for indexed indirect draws on GFX9Samuel Pitoiset1-2/+8
2017-10-14radv: add the draw count buffer to the list of buffersSamuel Pitoiset1-0/+2
2017-10-13blob: Use intptr_t instead of ssize_tJason Ekstrand3-8/+8
2017-10-13i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrapKenneth Graunke5-12/+12
2017-10-13i965: Delete dead brw_context fields.Kenneth Graunke2-4/+0
2017-10-13mapi/shared-glapi/test: rework glapitable.h handlingEmil Velikov2-3/+4
2017-10-13meson: fix blob test includesDylan Baker1-1/+1
2017-10-13Revert "make: Fix test to be meson compatible"Emil Velikov2-3/+1
2017-10-13st/dri: Add definitions to allow importing 16-bit surfacesMark Thompson1-0/+14
2017-10-13i965: Complete 'expose RGBA visuals only on Android'Mario Kleiner1-2/+2
2017-10-13wayland-drm: constify the callbacks struct, take 2Emil Velikov3-11/+7
2017-10-13wayland-drm: use a copy of the wayland_drm_callbacks structEmil Velikov1-5/+5
2017-10-13egl/dri: don't crash when createImageFromRenderbuffer2 is NULLEmil Velikov1-1/+2
2017-10-13meson: Build i915Ville Syrjälä2-0/+100
2017-10-12intel/cs: Make thread_local_id a regular builtin paramJason Ekstrand5-40/+37
2017-10-12intel/compiler: Allocate pull_param in assign_constant_locationsJason Ekstrand3-8/+14
2017-10-12intel: Allocate prog_data::[pull_]param deeper inside the compilerJason Ekstrand9-88/+55
2017-10-12ralloc: Allow reparenting to a NULL contextJason Ekstrand1-1/+1
2017-10-12anv/pipeline: Refactor setup of the prog_data::param arrayJason Ekstrand1-14/+9
2017-10-12anv/pipeline: Grow the param array for imagesJason Ekstrand2-7/+5
2017-10-12anv/pipeline: Whack nir->num_uniforms to MAX_PUSH_CONSTANT_SIZEJason Ekstrand1-4/+2
2017-10-12intel/vs: Grow the param array for clip planesJason Ekstrand3-5/+14
2017-10-12intel/cs: Grow prog_data::param on-demand for thread_local_id_indexJason Ekstrand4-22/+9
2017-10-12intel/compiler: Make brw_nir_lower_intrinsics compute-specificJason Ekstrand5-19/+13
2017-10-12intel/compiler: Add a helper for growing the prog_data::param arrayJason Ekstrand1-0/+13
2017-10-12intel/compiler: Stop adding params for texture sizesJason Ekstrand2-6/+0
2017-10-12i965: Only add the wpos state reference if we lowered somethingJason Ekstrand1-6/+6
2017-10-12intel/compiler: Add a flag for pull constant supportJason Ekstrand5-2/+13
2017-10-12anv/pipeline: Ralloc prog_data::param of the compile mem_ctxJason Ekstrand1-2/+1
2017-10-12anv/pipeline: Add a mem_ctx parameter to anv_pipeline_compileJason Ekstrand1-33/+39
2017-10-12i965: Store image_param in brw_context instead of prog_dataJason Ekstrand14-49/+17
2017-10-12i965: Use prog->info.num_images for needs_dc computationJason Ekstrand1-2/+3
2017-10-12intel: Rewrite the world of push/pull paramsJason Ekstrand23-151/+288
2017-10-12i965: Get rid of gen7_cs_state.cJason Ekstrand6-177/+145
2017-10-12i965: Add a helper for populating constant buffersJason Ekstrand3-12/+33
2017-10-12i965: Move brw_upload_pull_constants to gen6_constant_state.cJason Ekstrand3-64/+65
2017-10-12nir: Get rid of the variable on vote intrinsicsJason Ekstrand2-5/+3
2017-10-12nir/opcodes: Fix constant-folding of ufind_msbJason Ekstrand1-1/+1