summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* util/os_file: resize buffer to what was actually neededEric Engestrom2019-06-211-0/+11
* iris: Fix iris_flush_and_dirty_history to actually dirty history.Kenneth Graunke2019-06-211-0/+2
* glx: fix glvnd pointer typesEric Engestrom2019-06-212-3/+3
* radv: disable viewport clamping even if FS doesn't write ZSamuel Pitoiset2019-06-211-3/+1
* anv: Fix vulkan build in meson.Bas Nieuwenhuizen2019-06-201-1/+7
* radv: Fix vulkan build in meson.Bas Nieuwenhuizen2019-06-201-0/+7
* radv: fix FMASK expand with SRGB formatsSamuel Pitoiset2019-06-191-1/+2
* egl: Don't add hardware device if there is no render node v2.Mathias Fröhlich2019-06-191-2/+2
* nouveau: fix frees in unsupported IR error paths.Dave Airlie2019-06-194-0/+6
* freedreno/a6xx: un-swap X24S8_UINTRob Clark2019-06-182-5/+6
* glsl: Fix out of bounds read in shader_cache_read_program_metadataKenneth Graunke2019-06-181-3/+2
* anv: Set STATE_BASE_ADDRESS upper bounds on gen7Jason Ekstrand2019-06-181-0/+17
* virgl: Assume sRGB write control for older guest kernels or virglrenderer hostsGert Wollny2019-06-181-1/+2
* radv: Decompress DCC when the image format is not allowed for buffers.Bas Nieuwenhuizen2019-06-183-2/+40
* i965: support UYVY for external import onlyHaihao Xiang2019-06-171-1/+2
* intel/dump: fix segfault when the app hasn't accessed the deviceLionel Landwerlin2019-06-141-3/+5
* freedreno/a5xx: Fix indirect draw max_indices calculationEduardo Lima Mitev2019-06-141-2/+1
* v3d: fix checking twice auf flagAlejandro Piñeiro2019-06-141-1/+1
* radv: Skip transitions coming from external queue.Bas Nieuwenhuizen2019-06-141-0/+3
* st/mesa: Add rgbx handling for fp formatsKevin Strasser2019-06-141-0/+6
* gallium/winsys/kms: Fix dumb buffer bppKevin Strasser2019-06-141-1/+1
* util/futex: fix dangling pointer useEric Engestrom2019-06-141-5/+5
* radv: fix VK_EXT_memory_budget if one heap isn't availableSamuel Pitoiset2019-06-141-27/+33
* radv: fix occlusion queries on VegaMSamuel Pitoiset2019-06-141-21/+27
* anv: do not parse genxml data without INTEL_DEBUG=batLionel Landwerlin2019-06-141-10/+13
* r300g: restore performance after RADEON_FLAG_NO_INTERPROCESS_SHARING was addedRichard Thier2019-06-145-6/+20
* radv: Prevent out of bound shift on 32-bit builds.Bas Nieuwenhuizen2019-06-111-2/+2
* radv: fix setting CB_SHADER_MASK for dual source blendingSamuel Pitoiset2019-06-111-2/+5
* mapi: correctly handle the full offset tableEmil Velikov2019-06-112-3/+7
* mapi: add static_date offset to MaxShaderCompilerThreadsKHREmil Velikov2019-06-111-0/+1
* radv: fix alpha-to-coverage when there is unused color attachmentsSamuel Pitoiset2019-06-111-1/+1
* egl/x11: calloc dri2_surf so it's properly zeroedKenneth Graunke2019-06-091-1/+1
* util/os_file: actually return the error read() gave usEric Engestrom2019-06-091-1/+3
* freedreno/a6xx: fix hangs with newer sqe fwRob Clark2019-06-091-32/+81
* freedreno/a6xx: fix issues with gallium HUDRob Clark2019-06-091-5/+8
* anv/cmd_buffer: Initalize the clear color struct for CNL+Nanley Chery2019-06-091-13/+7
* svga: Remove unnecessary check for the pre flush bit for setting vertex buffersCharmaine Lee2019-06-091-4/+4
* winsys/svga/drm: Fix 32-bit RPCI send messageDeepak Rawat2019-06-091-12/+23
* anv: Fix check for isl_fmt in assertNataraj Deshpande2019-06-061-1/+1
* nir/propagate_invariant: Don't add NULL vars to the hash tableJason Ekstrand2019-06-061-1/+10
* intel/perf: improve dynamic loading config detectionLionel Landwerlin2019-06-061-15/+3
* intel/perf: fix EuThreadsCount value in performance equationsLionel Landwerlin2019-06-061-2/+1
* winsys/drm: Fix out of scope variable usageDeepak Rawat2019-06-061-12/+13
* egl/dri: flesh out and use dri2_create_drawable()Emil Velikov2019-06-067-60/+41
* freedreno: Fix GCC build error.Vinson Lee2019-06-051-1/+1
* ac: fix a typo in ac_build_wg_scan_bottomMarek Olšák2019-06-051-1/+1
* ac/nir: mark some texture intrinsics as convergentRhys Perry2019-06-051-0/+18
* radv: do not use gfx fast depth clears for layered depth/stencil imagesSamuel Pitoiset2019-06-041-0/+1
* intel/compiler: Fix assertions in brw_alu3Sagar Ghuge2019-06-041-3/+3
* radeonsi: init sctx->dma_copy before using itPierre-Eric Pelloux-Prayer2019-06-041-3/+3