summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson: bump meson version requirements to 0.43wip/meson-use-43-featuresDylan Baker2017-09-273-23/+6
* broadcom/vc4: Fix release buildEric Anholt2017-09-271-1/+1
* vc4: Add labels to BOs for debug builds or with VC4_DEBUG=surf set.Eric Anholt2017-09-274-0/+41
* meson: build "radv" vulkan driver for radeon hardwareDylan Baker2017-09-277-5/+317
* meson: Add build Intel "anv" vulkan driverDylan Baker2017-09-2724-0/+1865
* util/ralloc: Don't define assert with magic member without DEBUGDylan Baker2017-09-271-0/+8
* intel: use a flag instead of setting PYTHONPATHDylan Baker2017-09-272-9/+26
* st/dri: don't expose modifiers in EGL if the driver doesn't implement themMarek Olšák2017-09-271-3/+5
* vulkan/wsi/wayland: Return better error messagesJason Ekstrand2017-09-271-21/+36
* vulkan/wsi/wayland: Copy wl_proxy objects from oldSwapchain if availableJason Ekstrand2017-09-271-6/+33
* vulkan/wsi/wayland: Stop caching Wayland displaysJason Ekstrand2017-09-271-107/+54
* vulkan/wsi/wayland: Refactor wsi_wl_display codeJason Ekstrand2017-09-271-14/+33
* clover: Query and export int64 atomicsJan Vesely2017-09-273-2/+11
* glx: Be more tolerant in glXImportContext (v2)Adam Jackson2017-09-271-42/+30
* egl/dri2: Implement swapInterval fallback in a conformant way (v2)Tomasz Figa2017-09-276-11/+13
* gallium/radeon: consolidate PIPE_BIND_SHARED/SCANOUT handlingMarek Olšák2017-09-272-13/+4
* radeonsi: remove useless check in si_blit_decompress_color()Samuel Pitoiset2017-09-271-1/+3
* gallium/radeon: more use of vi_dcc_formats_are_incompatible()Samuel Pitoiset2017-09-271-2/+1
* radv: store the amount of saved constants in the compute stateSamuel Pitoiset2017-09-277-17/+20
* radv: remove useless radv_meta_{begin,end}_XXX() helpersSamuel Pitoiset2017-09-274-62/+9
* swr: Remove unneeeded comparisonGeorge Kyriazis2017-09-261-2/+1
* swr: Handle resource across context changesGeorge Kyriazis2017-09-264-10/+70
* vulkan/wsi/wayland: Stop printing out the DRM deviceJason Ekstrand2017-09-261-1/+0
* i965: Support copy propagating of untyped atomic surface indexes.Kenneth Graunke2017-09-261-0/+7
* i965/vec4: Fix swizzles on atomic sources.Kenneth Graunke2017-09-261-4/+9
* i965/vec4: Actually handle atomic op intrinsics.Kenneth Graunke2017-09-261-2/+10
* i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke2017-09-2622-126/+147
* anv: Fix some comment typos.Eric Anholt2017-09-261-3/+3
* gallium: Weaken assertion about u_mm's align2 field.Eric Anholt2017-09-261-1/+4
* intel/genxml: Convert a not-present-or-"1" dict to a set.Eric Anholt2017-09-261-2/+3
* broadcom/vc4: Fix infinite retry in vc4_bo_alloc()Boris Brezillon2017-09-261-6/+4
* broadcom/vc4: Keep pipe_sampler_view->texture matching the original texture.Eric Anholt2017-09-266-39/+42
* radv: fix saved compute state when doing statistics/occlusion queriesSamuel Pitoiset2017-09-261-2/+2
* Revert "wayland-drm: constify the callbacks struct"Daniel Stone2017-09-263-8/+12
* svga: silence unused var warning in optimized build with MAYBE_UNUSEDBrian Paul2017-09-261-1/+1
* glcpp: Avoid unnecessary call to strlenThomas Helland2017-09-262-9/+39
* glcpp: Use string_buffer for line continuation removalThomas Helland2017-09-261-7/+18
* glsl: Change the parser to use the string bufferThomas Helland2017-09-263-164/+78
* util: Add tests for the string bufferThomas Helland2017-09-264-1/+164
* util: Add a string buffer implementationThomas Helland2017-09-263-0/+254
* i965: make use of nir linkingTimothy Arceri2017-09-261-0/+56
* i965/nir: export nir_optimizeTimothy Arceri2017-09-262-7/+11
* i965: call brw_shader_gather_info() from the callers of brw_create_nir()Timothy Arceri2017-09-262-7/+18
* i965: create a brw_shader_gather_info() helperTimothy Arceri2017-09-262-7/+16
* nir: add some helpers for doing linkingTimothy Arceri2017-09-263-0/+151
* glsl: mark xfb varyings as always activeTimothy Arceri2017-09-261-0/+3
* nir: add always_active_io to nir variableTimothy Arceri2017-09-262-0/+11
* r600: fork and import gallium/radeonMarek Olšák2017-09-2666-979/+15240
* i965: Rename do_flush_locked to submit_batch().Kenneth Graunke2017-09-251-3/+4
* i965: Use atomic ops in get_new_program_id().Kenneth Graunke2017-09-252-6/+1