summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-24egl: guard wayland header dep. tracking behind HAVE_PLATFORM_WAYLAND17.2-branchpointEmil 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
2017-07-22intel/isl: Add an aux state for "partial clear"Jason Ekstrand2-35/+65
2017-07-22i965/miptree: Take an aux_usage in prepare/finishJason Ekstrand4-60/+80
2017-07-22i965/miptree: Refactor some things to use mt->aux_usageJason Ekstrand1-37/+56
2017-07-22i965/blorp: Use prepare/finish_depth for depth clearsJason Ekstrand1-36/+21
2017-07-22i965/blorp: Use render_aux_usage for color clearsJason Ekstrand1-12/+6
2017-07-22i965/blorp: Be more accurate about aux usage in blorp_copyJason Ekstrand1-13/+42
2017-07-22i965/blorp: Use texture/render_aux_usage for blitsJason Ekstrand1-16/+16
2017-07-22i965/blorp: Do prepare/finish manuallyJason Ekstrand1-38/+92
2017-07-22i965/miptree: Rework prepare/finish_render to be in terms of aux_usageJason Ekstrand3-20/+59
2017-07-22i965/miptree: Add a helper for getting the aux usage for texturingJason Ekstrand2-20/+43
2017-07-22i965/miptree: Partially resolve MCS for texture viewsJason Ekstrand1-7/+7