summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-07-13loader/dri3: Use dri3_find_back in loader_dri3_swap_buffers_mscThomas Hellstrom1-1/+1
2017-07-12i965/screen: Drop get_tiled_heightJason Ekstrand1-17/+3
2017-07-12i965/screen: Use ISL for doing image import checksJason Ekstrand1-4/+28
2017-07-12i965/screen: Use ISL for allocating image BOsJason Ekstrand1-22/+29
2017-07-12intel/isl: Add a helper to convert tilings from ISL to i915Jason Ekstrand2-0/+28
2017-07-12intel/isl: Add basic modifier introspectionJason Ekstrand4-0/+83
2017-07-12i965: Add an isl_device to intel_screenJason Ekstrand3-1/+8
2017-07-12i965/miptree: Move CCS allocation into create_for_dri_imageJason Ekstrand1-13/+12
2017-07-12i965: Use create_for_dri_image in intel_update_image_bufferJason Ekstrand1-9/+14
2017-07-12i965/miptree: Add support for window system images to create_for_dri_imageJason Ekstrand4-6/+17
2017-07-12i965/miptree: Add a colorspace parameter to create_for_dri_imageJason Ekstrand4-5/+28
2017-07-12main/formats: Add a get_linear_format_srgb helperJason Ekstrand2-0/+25
2017-07-12main/formats: Autogenerate _mesa_get_srgb_format_linearJason Ekstrand2-117/+46
2017-07-12i965/miptree: Allocate mt earlier in update winsysBen Widawsky3-18/+37
2017-07-12i965/miptree: Add a return for updating of winsysBen Widawsky3-10/+14
2017-07-12i965: Use miptree_create_for_dri_image in image_target_renderbuffer_storageJason Ekstrand1-22/+1
2017-07-12i965/miptree: Set level_x/h in create_for_dri_imageJason Ekstrand1-0/+2
2017-07-12i965/miptree: Add tile_x/y to total_width/heightJason Ekstrand1-2/+2
2017-07-12i965/miptree: Pass the offset into create_for_bo in create_for_dri_imageJason Ekstrand1-3/+1
2017-07-12i965: Move the DRIimage -> miptree code to intel_mipmap_tree.cJason Ekstrand3-110/+112
2017-07-12nv50/ir: fix threads calculation for non-compute shadersIlia Mirkin1-5/+9
2017-07-12freedreno/ir3: fix load_front_face conversionIlia Mirkin1-6/+3
2017-07-13radv: Fix descriptors for cube images with VK_IMAGE_USAGE_STORAGE_BITAlex Smith3-29/+74
2017-07-13radv: Fix possible invalid free of dynamic descriptorsAlex Smith1-1/+0
2017-07-12swr: Add path to draw directly from client memory without copy.Bruce Cherniak5-11/+51
2017-07-12swr: Move environment config options into separate function.Bruce Cherniak1-26/+34
2017-07-12swr: Remove hard-coded constant and "todo" comment.Bruce Cherniak1-1/+2
2017-07-12Android: Fix vc4 build since XML changes.Rob Herring2-6/+6
2017-07-11st/mesa: add a winsys buffers list in st_contextCharmaine Lee7-11/+93
2017-07-12i965: Drop bogus pthread_mutex_unlock in map_gtt error path.Kenneth Graunke1-1/+0
2017-07-12intel/compiler: Don't use opt_sampler_eot() optimization on gen10+Anuj Phogat1-1/+1
2017-07-12vc4: Set shareable BOs as T tiled if possibleEric Anholt4-13/+182
2017-07-12vc4: Use vc4_setup_slices for resource importEric Anholt1-33/+19
2017-07-12vc4: Make the miptree debug code available under VC4_DEBUG=surfEric Anholt3-5/+6
2017-07-12vc4: Switch back to using a local copy of vc4_drm.h.Eric Anholt2-2/+4
2017-07-12intel: Move the DRM uapi headers to a non-Intel location.Eric Anholt12-3569/+5
2017-07-12vc4: Remove a stale comment.Eric Anholt1-4/+0
2017-07-12anv: Round u_vector element sizes to a power of twoJason Ekstrand1-2/+3
2017-07-12svga: whitespace, formatting fixes in svga_swtnl_backend.cBrian Paul1-34/+45
2017-07-12svga: whitespace, formatting fixes in svga_swtnl_draw.cBrian Paul1-9/+9
2017-07-12svga: whitespace, formatting fixes in svga_swtnl_state.cBrian Paul1-19/+19
2017-07-12svga: move comment, declaration in svga_init_shader_key_common()Brian Paul1-6/+5
2017-07-12draw: whitespace, formatting fixes in draw_vs_exec.cBrian Paul1-47/+43
2017-07-12draw: s/unsigned/enum tgsi_semantic/Brian Paul2-3/+3
2017-07-12egl: set KHR_gl_texture_3D_image only when the requirements are met.Emil Velikov1-3/+4
2017-07-12egl: enhance KHR_gl_image extensions checksEmil Velikov1-15/+21
2017-07-12egl: don't set modifier if no modifiers are availableEmil Velikov1-2/+0
2017-07-12egl: check for extensions' presence during attr parsingEmil Velikov1-4/+18
2017-07-12egl: add width/height as EXT_image_dma_buf_import attrsEmil Velikov1-0/+6
2017-07-12egl: polish EXT_image_dma_buf_import attr parsingEmil Velikov1-29/+22