aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv: don't use strcpy for copying stringsLionel Landwerlin2017-07-131-1/+2
* intel/compiler: no need to check unsigned is >= 0Lionel Landwerlin2017-07-131-1/+1
* i965: fix missing NULL return if allocation failsLionel Landwerlin2017-07-131-0/+1
* intel/compiler: don't check unsigned is >= 0Lionel Landwerlin2017-07-131-1/+1
* i965: check pointer before dereferencing itLionel Landwerlin2017-07-131-7/+7
* i965: map_gtt: check mapping address before adding offsetLionel Landwerlin2017-07-131-1/+3
* intel/compiler: remove check unsigned is >= 0Lionel Landwerlin2017-07-131-1/+1
* isl: use 64bit arithmetic to compute sizeLionel Landwerlin2017-07-131-2/+2
* nir/lower_io_to_temporaries: don't set compact on shadow varsConnor Abbott2017-07-131-0/+1
* nir: don't segfault when printing variables with no nameConnor Abbott2017-07-131-1/+1
* i965/urb: Trigger upload_urb on NEW_BLORPJason Ekstrand2017-07-132-3/+2
* mesa: Return GL_INVALID_ENUM for bogus TEXTURE_SRGB_DECODE_EXT params.Kenneth Graunke2017-07-131-1/+12
* st/dri: add 32-bit RGBX/RGBA formatsMarek Olšák2017-07-132-12/+65
* broadcom/vc4: Add more packets to the v2.1 XML.Eric Anholt2017-07-131-0/+106
* broadcom: Introduce a header for talking about chip revisions.Eric Anholt2017-07-132-0/+40
* broadcom/genxml: Use the same "gen" attr for HW version as Intel does.Eric Anholt2017-07-132-3/+3
* broadcom/genxml: Support unpacking fixed-point fractional values.Eric Anholt2017-07-132-4/+25
* st/mesa: Handle st_framebuffer_create returning NULLMichel Dänzer2017-07-131-3/+5
* swr/rast: Fix use of KNL-only intrinsics in SKX buildTim Rowley2017-07-133-6/+6
* swr/rast: Fix build warnings when using the Intel compilerTim Rowley2017-07-131-1/+1
* swr/rast: SIMD16 Frontend - Fix USE_SIMD16_FRONTEND buildTim Rowley2017-07-134-12/+25
* swr/rast: Removing unneeded MSVC warning pragmaTim Rowley2017-07-131-3/+0
* swr/rast: Add support for read-only render targetsTim Rowley2017-07-132-4/+10
* swr/rast: Support render target mask instead of render target countTim Rowley2017-07-137-49/+85
* egl: remove unused err variableAlejandro Piñeiro2017-07-131-1/+1
* radeonsi/gfx9: fix crash building monolithic merged ES-GS shaderNicolai Hähnle2017-07-131-3/+6
* loader/dri3: Use dri3_find_back in loader_dri3_swap_buffers_mscThomas Hellstrom2017-07-131-1/+1
* i965/screen: Drop get_tiled_heightJason Ekstrand2017-07-121-17/+3
* i965/screen: Use ISL for doing image import checksJason Ekstrand2017-07-121-4/+28
* i965/screen: Use ISL for allocating image BOsJason Ekstrand2017-07-121-22/+29
* intel/isl: Add a helper to convert tilings from ISL to i915Jason Ekstrand2017-07-122-0/+28
* intel/isl: Add basic modifier introspectionJason Ekstrand2017-07-124-0/+83
* i965: Add an isl_device to intel_screenJason Ekstrand2017-07-123-1/+8
* i965/miptree: Move CCS allocation into create_for_dri_imageJason Ekstrand2017-07-121-13/+12
* i965: Use create_for_dri_image in intel_update_image_bufferJason Ekstrand2017-07-121-9/+14
* i965/miptree: Add support for window system images to create_for_dri_imageJason Ekstrand2017-07-124-6/+17
* i965/miptree: Add a colorspace parameter to create_for_dri_imageJason Ekstrand2017-07-124-5/+28
* main/formats: Add a get_linear_format_srgb helperJason Ekstrand2017-07-122-0/+25
* main/formats: Autogenerate _mesa_get_srgb_format_linearJason Ekstrand2017-07-122-117/+46
* i965/miptree: Allocate mt earlier in update winsysBen Widawsky2017-07-123-18/+37
* i965/miptree: Add a return for updating of winsysBen Widawsky2017-07-123-10/+14
* i965: Use miptree_create_for_dri_image in image_target_renderbuffer_storageJason Ekstrand2017-07-121-22/+1
* i965/miptree: Set level_x/h in create_for_dri_imageJason Ekstrand2017-07-121-0/+2
* i965/miptree: Add tile_x/y to total_width/heightJason Ekstrand2017-07-121-2/+2
* i965/miptree: Pass the offset into create_for_bo in create_for_dri_imageJason Ekstrand2017-07-121-3/+1
* i965: Move the DRIimage -> miptree code to intel_mipmap_tree.cJason Ekstrand2017-07-123-110/+112
* nv50/ir: fix threads calculation for non-compute shadersIlia Mirkin2017-07-121-5/+9
* freedreno/ir3: fix load_front_face conversionIlia Mirkin2017-07-121-6/+3
* radv: Fix descriptors for cube images with VK_IMAGE_USAGE_STORAGE_BITAlex Smith2017-07-133-29/+74
* radv: Fix possible invalid free of dynamic descriptorsAlex Smith2017-07-131-1/+0