summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv: Remove special allocation for anv_push_constantsCaio Marcelo de Oliveira Filho2019-07-303-79/+7
* nv50/ir: handle insn not being there for definition of CVT argIlia Mirkin2019-07-291-2/+3
* nvc0: allow a non-user buffer to be bound at position 0Ilia Mirkin2019-07-291-18/+27
* nv50,nvc0: update sampler/view bind functions to accept NULL arrayIlia Mirkin2019-07-292-14/+18
* gallium/vl: fix compute tgsi shaders to not process undefined componentsIlia Mirkin2019-07-291-52/+52
* radeon/vcn: enable rate control for hevc encodingBoyuan Zhang2019-07-291-1/+7
* radeon/uvd: enable rate control for hevc encodingBoyuan Zhang2019-07-291-1/+7
* radeon/vcn: fix poc for hevc encodeBoyuan Zhang2019-07-292-2/+3
* radeon/uvd: fix poc for hevc encodeBoyuan Zhang2019-07-292-3/+3
* nir: add access to image_deref intrinsicsLionel Landwerlin2019-07-291-1/+3
* nvc0/ir: Fix assert accessing null pointerMark Menzynski2019-07-261-1/+1
* anv: Disable transform feedback on gen7Jason Ekstrand2019-07-261-1/+1
* radv: Set correct metadata size for GFX9+.Bas Nieuwenhuizen2019-07-261-1/+2
* anv: report HOST_ALLOCATION as supported for imagesArcady Goldmints-Orlov2019-07-261-0/+4
* spirv: Fix order of barriers in SpvOpControlBarrierDaniel Schürmann2019-07-251-4/+4
* egl: Also query modifiers when exporting DMABufNicolas Dufresne2019-07-251-4/+22
* main: Fix memleaks in mesa_use_programYevhenii Kolesnikov2019-07-251-0/+2
* intel/compiler: don't use a keyword struct for a class fs_regAndrii Simiklit2019-07-251-1/+1
* gallium+mesa: fix tgsi_semantic array typeEric Engestrom2019-07-244-10/+16
* util: fix no-op macro (bad number of arguments)Eric Engestrom2019-07-241-1/+1
* meson: allow building all glx without any driversDylan Baker2019-07-241-3/+3
* anv: fix use of comma operatorLionel Landwerlin2019-07-241-1/+1
* nir: don't return voidEric Engestrom2019-07-241-1/+2
* st/nir: fix arb fragment stage conversionDave Airlie2019-07-231-1/+1
* egl: Only expose 565 pbuffer configs if X can export them as DRI3 imagesKenneth Graunke2019-07-231-37/+79
* egl: Make the 565 pbuffer-only config single buffered.Kenneth Graunke2019-07-231-2/+6
* egl: Quiet warning about front buffer rendering for pixmaps/pbuffersKenneth Graunke2019-07-231-3/+5
* mesa: Fix ReadBuffers with pbuffersKenneth Graunke2019-07-231-18/+17
* intel/fs: Stop stack allocating large arraysJason Ekstrand2019-07-231-6/+12
* egl/android: Update color_buffers querying for buffer ageNataraj Deshpande2019-07-232-6/+31
* radv: fix crash in vkCmdClearAttachments with unused attachmentSamuel Pitoiset2019-07-231-0/+3
* radv: fix crash in shader tracing.Dave Airlie2019-07-193-3/+8
* radv: fix VGT_GS_MODE if VS uses the primitive IDSamuel Pitoiset2019-07-191-2/+5
* anv: fix alphaToCoverage when there is no color attachmentSamuel Iglesias Gonsálvez2019-07-181-10/+33
* anv: fix format mapping for depth/stencil formatsLionel Landwerlin2019-07-181-0/+3
* virgl: Set meta data for textures from handle.Lepton Wu2019-07-181-0/+1
* radv: Only save the descriptor set if we have one.Bas Nieuwenhuizen2019-07-181-1/+1
* anv: report timestampComputeAndGraphics trueLionel Landwerlin2019-07-181-1/+1
* vulkan/wsi: update swapchain status on vkQueuePresentLionel Landwerlin2019-07-181-0/+21
* nir/loop_analyze: Properly handle swizzles in loop conditionsJason Ekstrand2019-07-181-140/+149
* nir: Add some helpers for chasing SSA values properlyJason Ekstrand2019-07-181-0/+79
* nir/loop_analyze: Refactor detection of limit varsJason Ekstrand2019-07-181-54/+51
* softpipe: Remove unused static functionGert Wollny2019-07-171-9/+0
* nir/regs_to_ssa: Handle regs in phi sources properlyJason Ekstrand2019-07-171-2/+32
* meta: leaking of BO with DrawPixelsYevhenii Kolesnikov2019-07-171-0/+2
* anv: Account for dynamic stencil write disables in the PMA fixJason Ekstrand2019-07-171-0/+2
* meta: memory leak of CopyPixels usageSergii Romantsov2019-07-171-0/+14
* spirv: Fix stride calculation when lowering Workgroup to offsetsCaio Marcelo de Oliveira Filho2019-07-161-1/+1
* nir,intel: Add support for lowering 64-bit nir_opt_extract_*Jason Ekstrand2019-07-163-1/+41
* nir/opt_if: Clean up single-src phis in opt_if_loop_terminatorJason Ekstrand2019-07-163-0/+16