summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r600g: constify some args at r600_asm.cConstantine Charlamov2017-07-251-5/+6
* r600g: remove unused "bc" args, and one unneeded forward declarationConstantine Charlamov2017-07-251-45/+40
* radv: only report external semaphore info for opaque fd.Dave Airlie2017-07-251-5/+10
* i965: Simplify HiZ clears a bitJason Ekstrand2017-07-241-17/+8
* i965: Use {} to initialize GENX_* structs.Rafael Antognolli2017-07-241-1/+1
* st/mesa: create framebuffer iface hash table per st managerCharmaine Lee2017-07-248-27/+113
* radv: fix buffer views on SI/CIK.Dave Airlie2017-07-241-0/+5
* egl/wayland: Ignore invalid modifiersDaniel Stone2017-07-241-0/+4
* mesa: return GL_OUT_OF_MEMORY if NewSamplerObject failsSamuel Pitoiset2017-07-241-4/+12
* mesa: pass the 'caller' function to create_samplers()Samuel Pitoiset2017-07-241-4/+5
* mesa: add compressed_tex_sub_image_{error,no_error} helpersSamuel Pitoiset2017-07-241-36/+65
* intel/blorp: ship blorp_genX_exec.h within the tarballEmil Velikov2017-07-241-0/+1
* egl: guard wayland header dep. tracking behind HAVE_PLATFORM_WAYLAND17.2-branchpointEmil Velikov2017-07-241-1/+1
* swrast: add dri2ConfigQueryExtension to the correct extension listEmil Velikov2017-07-241-0/+1
* wayland-egl: update the SHA1 of the commit introducing v3Emil Velikov2017-07-241-1/+1
* wayland-egl: Update ABI checkerMiguel A. Vico2017-07-241-15/+75
* wayland-egl: Make wl_egl_window a versioned structMiguel A. Vico2017-07-243-2/+24
* egl: Fix _eglPointerIsDereferencable() to ignore page residencyMiguel A. Vico2017-07-241-1/+12
* egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]Miguel A. Vico2017-07-243-33/+37
* wayland-egl: Add wl_egl_window ABI checkerMiguel A. Vico2017-07-242-1/+180
* swr: use the correct variable for no undefined symbolsEmil Velikov2017-07-241-1/+1
* swr: don't forget to link KNL/SKX against pthreadsEmil Velikov2017-07-241-0/+8
* swr: don't forget to link AVX/AVX2 against pthreadsEmil Velikov2017-07-241-0/+8
* configure.ac: rework wayland-protocols handlingEmil Velikov2017-07-241-6/+7
* radv: enable sample shadingDave Airlie2017-07-242-2/+4
* radv: don't set dedicated bit for buffer external memory.Dave Airlie2017-07-241-2/+1
* radv: fix non-0 based layer clears.Dave Airlie2017-07-241-4/+9
* radv: check enabled device features.Dave Airlie2017-07-241-0/+13
* radv: for external memory imports close the fd on import successDave Airlie2017-07-241-1/+3
* radv: Don't segfault when exporting an image which hasn't been bound yet.Bas Nieuwenhuizen2017-07-241-1/+1
* radv: Handle VK_ATTACHMENT_UNUSED in color attachments.Bas Nieuwenhuizen2017-07-246-20/+45
* broadcom: correct header file in BROADCOM_FILESAndres Gomez2017-07-241-1/+1
* etnaviv: Clear lbl_usage array correctlyWladimir J. van der Laan2017-07-231-1/+1
* anv/image: zalloc image viewsJason Ekstrand2017-07-221-7/+1
* anv/image: Use vk_zalloc instead of an explicit memsetJason Ekstrand2017-07-221-3/+2
* anv: Separate surface states by layout instead of aux_usageJason Ekstrand2017-07-224-53/+58
* intel/isl: Add some sanity checks for compressed surfacesJason Ekstrand2017-07-221-0/+18
* intel/isl: Add a helper to get a subimage surfaceJason Ekstrand2017-07-223-30/+76
* anv: Get rid of some unused function declarationsJason Ekstrand2017-07-221-7/+0
* i965: Enable regular fast-clears (CCS_D) on gen9+Jason Ekstrand2017-07-226-59/+45
* intel/isl: Add a helper for determining if a color is 0/1Jason Ekstrand2017-07-222-0/+30
* intel/blorp: Allow blorp_copy on sRGB formatsJason Ekstrand2017-07-221-2/+16
* i965: Weaken the texture view rules for formats slightlyJason Ekstrand2017-07-221-1/+18
* intel/isl/format: Add an srgb_to_linear helperJason Ekstrand2017-07-222-1/+53
* intel/isl/format: Dedent the template in gen_format_layout.pyJason Ekstrand2017-07-221-58/+57
* i965/surface_state: Get the aux usage from the miptree codeJason Ekstrand2017-07-221-95/+13
* i965/surface_state: Take an isl_aux_usage in emit_surface_stateJason Ekstrand2017-07-221-26/+47
* i965/miptree: Take an isl_format in prepare_textureJason Ekstrand2017-07-223-12/+13
* i965/miptree: Use miptree range helpers in has_color_unresolvedJason Ekstrand2017-07-221-43/+38
* i965/miptree: Allow for accessing a CCS_E image as CCS_DJason Ekstrand2017-07-221-9/+27