aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nir: add variant of lower_io_to_scalar to be called earlierTimothy Arceri2017-10-162-0/+255
* nir: add glsl_channel_type() helperTimothy Arceri2017-10-162-0/+29
* nir: add glsl_type_is_64bit() to nir_typesTimothy Arceri2017-10-162-0/+7
* a2xx: add support for a few 16-bit color rendering formatsIlia Mirkin2017-10-152-1/+11
* freedreno/a20x: Enable rendering to RGBA/RGBXWladimir J. van der Laan2017-10-151-1/+3
* freedreno/a20x: Fix rendering to BGRXWladimir J. van der Laan2017-10-151-0/+1
* mesa: minor simplification in test_attachment_completeness()Brian Paul2017-10-141-2/+1
* etnaviv: rework TS enable to be a derived stateLucas Stach2017-10-143-5/+43
* etnaviv: skip unused vertex attributes when assigning VS inputsLucas Stach2017-10-141-0/+4
* radv: do not allocate CMASK for non-MSSA images with 128 bit formatsSamuel Pitoiset2017-10-143-6/+9
* radv: set correct INDEX_TYPE for indexed indirect draws on GFX9Samuel Pitoiset2017-10-141-2/+8
* radv: add the draw count buffer to the list of buffersSamuel Pitoiset2017-10-141-0/+2
* blob: Use intptr_t instead of ssize_tJason Ekstrand2017-10-133-8/+8
* i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrapKenneth Graunke2017-10-135-12/+12
* i965: Delete dead brw_context fields.Kenneth Graunke2017-10-132-4/+0
* mapi/shared-glapi/test: rework glapitable.h handlingEmil Velikov2017-10-132-3/+4
* meson: fix blob test includesDylan Baker2017-10-131-1/+1
* Revert "make: Fix test to be meson compatible"Emil Velikov2017-10-132-3/+1
* st/dri: Add definitions to allow importing 16-bit surfacesMark Thompson2017-10-131-0/+14
* i965: Complete 'expose RGBA visuals only on Android'Mario Kleiner2017-10-131-2/+2
* wayland-drm: constify the callbacks struct, take 2Emil Velikov2017-10-133-11/+7
* wayland-drm: use a copy of the wayland_drm_callbacks structEmil Velikov2017-10-131-5/+5
* egl/dri: don't crash when createImageFromRenderbuffer2 is NULLEmil Velikov2017-10-131-1/+2
* meson: Build i915Ville Syrjälä2017-10-132-0/+100
* intel/cs: Make thread_local_id a regular builtin paramJason Ekstrand2017-10-125-40/+37
* intel/compiler: Allocate pull_param in assign_constant_locationsJason Ekstrand2017-10-123-8/+14
* intel: Allocate prog_data::[pull_]param deeper inside the compilerJason Ekstrand2017-10-129-88/+55
* ralloc: Allow reparenting to a NULL contextJason Ekstrand2017-10-121-1/+1
* 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-123-5/+14
* intel/cs: Grow prog_data::param on-demand for thread_local_id_indexJason Ekstrand2017-10-124-22/+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: Stop adding params for texture sizesJason Ekstrand2017-10-122-6/+0
* i965: Only add the wpos state reference if we lowered somethingJason Ekstrand2017-10-121-6/+6
* intel/compiler: Add a flag for pull constant supportJason Ekstrand2017-10-125-2/+13
* 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-1214-49/+17
* i965: Use prog->info.num_images for needs_dc computationJason Ekstrand2017-10-121-2/+3
* intel: Rewrite the world of push/pull paramsJason Ekstrand2017-10-1223-151/+288
* i965: Get rid of gen7_cs_state.cJason Ekstrand2017-10-126-177/+145
* i965: Add a helper for populating constant buffersJason Ekstrand2017-10-123-12/+33
* i965: Move brw_upload_pull_constants to gen6_constant_state.cJason Ekstrand2017-10-123-64/+65
* nir: Get rid of the variable on vote intrinsicsJason Ekstrand2017-10-122-5/+3
* nir/opcodes: Fix constant-folding of ufind_msbJason Ekstrand2017-10-121-1/+1
* meta: Delete the PBO texsubimage path for realJason Ekstrand2017-10-122-496/+0
* anv/pipeline_cache: Rework to use multialloc and blobJason Ekstrand2017-10-122-159/+141