summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Convert brw_bufmgr to use C11 mutexes instead of pthreads.Kenneth Graunke2017-09-251-18/+17
* i965: Delete dead meta stencil blit program fields from brw_context.Kenneth Graunke2017-09-251-3/+0
* swr/rast: Handle instanceID offset / Instance Stride enableTim Rowley2017-09-251-7/+39
* swr/rast: Remove code supporting legacy llvm (<3.9)Tim Rowley2017-09-253-105/+15
* swr/rast: Fix allocation of DS output data for USE_SIMD16_FRONTENDTim Rowley2017-09-251-10/+6
* swr/rast: Slightly more efficient blend jitTim Rowley2017-09-251-20/+10
* swr/rast: Properly sized null GS bufferTim Rowley2017-09-251-1/+1