summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-25i965/blit: Let _intratile_offset_el() resolve image offsetimport_reworkTopi Pohjolainen1-33/+83
2017-07-25i965/miptree: Return image offset from get_tile_offsets()Topi Pohjolainen2-14/+29
2017-07-25i965/miptree: Use isl instead of local offset calculatorTopi Pohjolainen3-42/+21
2017-07-25i965/wm: Fix setting page aligned offset in surf overrideTopi Pohjolainen1-3/+3
2017-07-24egl/wayland: Ignore invalid modifiersDaniel Stone1-0/+4
2017-07-24mesa: return GL_OUT_OF_MEMORY if NewSamplerObject failsSamuel Pitoiset1-4/+12
2017-07-24mesa: pass the 'caller' function to create_samplers()Samuel Pitoiset1-4/+5
2017-07-24mesa: add compressed_tex_sub_image_{error,no_error} helpersSamuel Pitoiset1-36/+65
2017-07-24intel/blorp: ship blorp_genX_exec.h within the tarballEmil Velikov1-0/+1
2017-07-24docs: add 17.3.0-devel release notes templateEmil Velikov1-0/+64
2017-07-24mesa: bump version to 17.2.0-develEmil Velikov1-1/+1
2017-07-24egl: guard wayland header dep. tracking behind HAVE_PLATFORM_WAYLANDEmil Velikov1-1/+1
2017-07-24swrast: add dri2ConfigQueryExtension to the correct extension listEmil Velikov1-0/+1
2017-07-24wayland-egl: update the SHA1 of the commit introducing v3Emil Velikov1-1/+1
2017-07-24wayland-egl: Update ABI checkerMiguel A. Vico1-15/+75
2017-07-24wayland-egl: Make wl_egl_window a versioned structMiguel A. Vico3-2/+24
2017-07-24egl: Fix _eglPointerIsDereferencable() to ignore page residencyMiguel A. Vico1-1/+12
2017-07-24egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]Miguel A. Vico3-33/+37
2017-07-24wayland-egl: Add wl_egl_window ABI checkerMiguel A. Vico2-1/+180
2017-07-24swr: use the correct variable for no undefined symbolsEmil Velikov1-1/+1
2017-07-24swr: don't forget to link KNL/SKX against pthreadsEmil Velikov1-0/+8
2017-07-24swr: don't forget to link AVX/AVX2 against pthreadsEmil Velikov1-0/+8
2017-07-24configure.ac: rework wayland-protocols handlingEmil Velikov2-9/+17
2017-07-24radv: enable sample shadingDave Airlie2-2/+4
2017-07-24radv: don't set dedicated bit for buffer external memory.Dave Airlie1-2/+1
2017-07-24radv: fix non-0 based layer clears.Dave Airlie1-4/+9
2017-07-24radv: check enabled device features.Dave Airlie1-0/+13
2017-07-24radv: for external memory imports close the fd on import successDave Airlie1-1/+3
2017-07-24radv: Don't segfault when exporting an image which hasn't been bound yet.Bas Nieuwenhuizen1-1/+1
2017-07-24radv: Handle VK_ATTACHMENT_UNUSED in color attachments.Bas Nieuwenhuizen6-20/+45
2017-07-24broadcom: correct header file in BROADCOM_FILESAndres Gomez1-1/+1
2017-07-23etnaviv: Clear lbl_usage array correctlyWladimir J. van der Laan1-1/+1
2017-07-22anv/image: zalloc image viewsJason Ekstrand1-7/+1
2017-07-22anv/image: Use vk_zalloc instead of an explicit memsetJason Ekstrand1-3/+2
2017-07-22anv: Separate surface states by layout instead of aux_usageJason Ekstrand4-53/+58
2017-07-22intel/isl: Add some sanity checks for compressed surfacesJason Ekstrand1-0/+18
2017-07-22intel/isl: Add a helper to get a subimage surfaceJason Ekstrand3-30/+76
2017-07-22anv: Get rid of some unused function declarationsJason Ekstrand1-7/+0
2017-07-22i965: Enable regular fast-clears (CCS_D) on gen9+Jason Ekstrand6-59/+45
2017-07-22intel/isl: Add a helper for determining if a color is 0/1Jason Ekstrand2-0/+30
2017-07-22intel/blorp: Allow blorp_copy on sRGB formatsJason Ekstrand1-2/+16
2017-07-22i965: Weaken the texture view rules for formats slightlyJason Ekstrand1-1/+18
2017-07-22intel/isl/format: Add an srgb_to_linear helperJason Ekstrand2-1/+53
2017-07-22intel/isl/format: Dedent the template in gen_format_layout.pyJason Ekstrand1-58/+57
2017-07-22i965/surface_state: Get the aux usage from the miptree codeJason Ekstrand1-95/+13
2017-07-22i965/surface_state: Take an isl_aux_usage in emit_surface_stateJason Ekstrand1-26/+47
2017-07-22i965/miptree: Take an isl_format in prepare_textureJason Ekstrand3-12/+13
2017-07-22i965/miptree: Use miptree range helpers in has_color_unresolvedJason Ekstrand1-43/+38
2017-07-22i965/miptree: Allow for accessing a CCS_E image as CCS_DJason Ekstrand1-9/+27
2017-07-22i965/miptree: Use ISL_AUX_STATE_PARTIAL_CLEAR for CCS_DJason Ekstrand1-5/+5