summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* svga: add num-commands-per-draw HUD queryBrian Paul2018-01-176-0/+24
* gallium/hud: Fix support for PIPE_DRIVER_QUERY_TYPE_FLOATBrian Paul2018-01-172-3/+29
* gallium/hud: remove uint64_t casts in sensor query_sti_load() functionBrian Paul2018-01-171-5/+5
* gallium/hud: compute cpu load, percent with doublesBrian Paul2018-01-171-4/+5
* gallium/hud: s/unsigned/enum pipe_query_type/Brian Paul2018-01-172-3/+5
* meson: Set with_dri from with_gallium when DRI glx is explicitly configuredJon Turney2018-01-171-1/+5
* meson: add llvm dependency for swr buildGeorge Kyriazis2018-01-171-0/+1
* st/va: add break for MPEG4 data buffer handling caseLeo Liu2018-01-171-0/+1
* st/va: remove TODO line for JPEG data buffer handlingLeo Liu2018-01-171-1/+0
* i915: No longer rely on compatability define in intel_bufmgr.hRhys Kidd2018-01-171-1/+1
* radeonsi: bump glsl version to 450 for nir backendTimothy Arceri2018-01-181-6/+1
* radeonsi/nir: add some missing tcs bits to the nir scan passTimothy Arceri2018-01-181-0/+14
* ac: rework load_tcs_{inputs,outputs}Timothy Arceri2018-01-181-73/+53
* ac/radeonsi: add tcs load outputs supportTimothy Arceri2018-01-184-35/+51
* st/glsl_to_tgsi: add ARB_get_program_binary support using TGSITimothy Arceri2018-01-172-0/+10
* st/glsl_to_tgsi: add st_get_program_binary_driver_sha1() helperTimothy Arceri2018-01-172-0/+9
* st/glsl_to_tgsi: add (de)serialise program helpersTimothy Arceri2018-01-172-127/+146
* st/glsl_to_tgsi: stop passing pipe_shader_state to st_store_tgsi_in_disk_cache()Timothy Arceri2018-01-173-16/+17
* st/glsl_to_tgsi: store num_tgsi_tokens in st_*_programTimothy Arceri2018-01-174-17/+34
* loader/dri3: Try to make sure we only process our own NotifyMSC eventsMichel Dänzer2018-01-172-22/+18
* radv: Implement VK_EXT_debug_report.Bas Nieuwenhuizen2018-01-173-0/+50
* vulkan: move anv VK_EXT_debug_report implementation to common code.Bas Nieuwenhuizen2018-01-179-95/+182
* st/glsl_to_nir: disable io lowering to temps for tessTimothy Arceri2018-01-171-4/+8
* i965: Enable CCS_E sampling of sRGB textures as UNORMJason Ekstrand2018-01-161-3/+2
* i965/draw: Do resolves properly for textures used by TXFJason Ekstrand2018-01-161-0/+41
* i965/miptree: Refactor CCS_E and CCS_D cases in render_aux_usageJason Ekstrand2018-01-161-13/+15
* Re-enable regular fast-clears (CCS_D) on gen9+Jason Ekstrand2018-01-162-42/+25
* i965: Track format and aux usage in the render cacheJason Ekstrand2018-01-165-27/+92
* i965: Call brw_cache_flush_for_render in predraw_resolve_framebufferJason Ekstrand2018-01-161-0/+2
* i965/gen6-7/sol: Bump primitive counter BO size.Francisco Jerez2018-01-161-2/+3
* i965/gen6-7/sol: Keep independent counters for the current and previous begin...Francisco Jerez2018-01-163-27/+36
* i965/gen6-7/sol: Restructure primitive counter into a separate type.Francisco Jerez2018-01-163-39/+58
* st/mesa: enable ARB_enhanced_layouts on nir driversTimothy Arceri2018-01-171-3/+1
* draw: remove VSPLIT_CREATE_IDX macroRoland Scheidegger2018-01-171-11/+12
* draw: fix vsplit code when the (post-bias) index value is -1Roland Scheidegger2018-01-172-3/+4
* st/va: release held locks in error pathsGrazvydas Ignotas2018-01-173-3/+9
* mesa: remove unneeded semicolonsGrazvydas Ignotas2018-01-173-3/+3
* radeon: remove unneeded semicolonsGrazvydas Ignotas2018-01-174-6/+6
* osmesa: don't check SmoothFlag twiceGrazvydas Ignotas2018-01-171-1/+0
* ac: set no-signed-zeros-fp-math when RADV_DEBUG="unsafemath" is usedSamuel Pitoiset2018-01-161-0/+3
* ac: set fast math flags when RADV_DEBUG="unsafemath" is usedSamuel Pitoiset2018-01-161-2/+10
* ac: import lp_create_builder() from gallivmSamuel Pitoiset2018-01-165-42/+43
* ac: replace llvm.AMDGPU.kilp by llvm.amdgcn.kill with LLVM 6Samuel Pitoiset2018-01-161-10/+12
* glsl/linker: link-error using the same name in unnamed block and outsideJuan A. Suarez Romero2018-01-161-0/+23
* glx: fix non-dri buildSamuel Thibault2018-01-161-0/+4
* st/va: clear pointers for mpeg2 quantiser matricesIndrajit Das2018-01-161-0/+5
* radeon/vcn: update quantiser matrices only when requestedIndrajit Das2018-01-161-6/+11
* radeon/uvd: update quantiser matrices only when requestedIndrajit Das2018-01-161-6/+11
* Revert "docs: Mark GLX_ARB_context_flush_control done"Adam Jackson2018-01-151-1/+1
* Revert "gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_control"Adam Jackson2018-01-151-2/+0