summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-05-11winsys/amdgpu: Destroy dev_hash table when the last winsys is removed.Jan Vesely1-1/+6
2018-05-11radeonsi/gfx9: work around a GPU hang due to broken indirect indexing in LLVMMarek Olšák1-0/+9
2018-05-11mesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet type to TYPE_INTBrian Paul1-2/+2
2018-05-11mesa: fix glGetInteger/Float/etc queries for vertex arrays attribsBrian Paul2-13/+84
2018-05-10i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROLJason Ekstrand2-1/+3
2018-05-10gallium/tests: Fix assignment of EXTRA_DISTMatt Turner1-3/+1
2018-05-10anv: emit pixel scoreboard stall before ISP disableLionel Landwerlin1-1/+8
2018-05-10i965: require pixel scoreboard stall prior to ISP disableLionel Landwerlin1-1/+8
2018-05-10i965: silence unused variableLionel Landwerlin1-1/+0
2018-05-10winsys/radeon: Destroy fd_hash table when the last winsys is removed.Jan Vesely1-1/+6
2018-05-10gallium/auxiliary: Add helper function to count the number of entries in hash...Jan Vesely2-0/+22
2018-05-10r600: fix constant buffer bounds.Dave Airlie2-2/+2
2018-05-10src/intel/Makefile.vulkan.am: add missing MKDIR_GENRoss Burton1-0/+2
2018-05-10mesa: fix error handling in get_framebuffer_parameterivRhys Perry1-31/+41
2018-05-09dri3: Only update number of back buffers in loader_dri3_get_buffersMichel Dänzer1-8/+11
2018-05-09pipe-loader: Free driver_name in error pathJan Vesely1-0/+1
2018-05-09glsl: change ast_type_qualifier bitset size to work around GCC 5.4 bugBrian Paul1-1/+7
2018-05-08eg/compute: Drop reference to kernel_param bo in destructorJan Vesely1-0/+1
2018-05-08eg/compute: Drop reference on code_bo in destructor.Jan Vesely1-3/+1
2018-05-08intel: devinfo: fix assertion on devices with odd number of EUsLionel Landwerlin1-5/+1
2018-05-08i965: Don't leak blorp on Gen4-5.Kenneth Graunke1-2/+1
2018-05-08vulkan/wsi: Only use LINEAR modifier for prime if supported.Bas Nieuwenhuizen3-2/+5
2018-05-08r600: Cleanup constant buffers on context destructionJan Vesely1-1/+5
2018-05-07mesa: Add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV)Ian Romanick1-0/+1
2018-05-03spirv: Apply OriginUpperLeft to FragCoordNeil Roberts1-3/+3
2018-05-03egl/x11: Send invalidate to driver on copy_region path in swap_bufferDeepak Rawat1-10/+13
2018-05-03intel/compiler: fix brw_imm_w for negative 16-bit integersJose Maria Casanova Crespo1-1/+1
2018-05-03intel/compiler: fix 16-bit int brw_negate_immediate and brw_abs_immediateJose Maria Casanova Crespo1-4/+8
2018-05-03radv: Don't check the incoming apiVersion on CreateInstance.Bas Nieuwenhuizen1-9/+0
2018-05-03radv: Allow vkEnumerateInstanceVersion ProcAddr without instance.Bas Nieuwenhuizen1-1/+1
2018-05-02i965/tex_image: Avoid the ASTC LDR workaround on gen9lpNanley Chery1-1/+1
2018-05-02anv: Allow lookup of vkEnumerateInstanceVersion without an instanceJason Ekstrand1-0/+1
2018-05-02radv: fix multisample image copiesMatthew Nicholls2-110/+196
2018-05-01radv: compute the number of subpass attachments correctlySamuel Pitoiset1-2/+2
2018-05-01radv/winsys: fix leaking resources from bo's imported by fdAndres Rodriguez1-0/+1
2018-04-30st/omx/enc: fix blit setup for YUV LoadImageLeo Liu1-4/+4
2018-04-30radeonsi/gfx9: workaround for INTERP with indirect indexingMarek Olšák1-6/+13
2018-04-30util/u_queue: fix a deadlock in util_queue_finishMarek Olšák2-0/+10
2018-04-27anv/allocator: Don't shrink either end of the block poolJason Ekstrand1-4/+4
2018-04-27ac: fix texture query LOD for 1D textures on GFX9Samuel Pitoiset1-0/+8
2018-04-27intel/compiler: Add scheduler deps for instructions that implicitly read g0Ian Romanick2-0/+28
2018-04-27Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable"Marek Olšák1-4/+0
2018-04-27i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_*Jason Ekstrand1-0/+2
2018-04-27st/dri: Fix dangling pointer to a destroyed dri_drawableJohan Klokkhammer Helsing1-0/+4
2018-04-27radv: set ac_surf_info::num_channels correctlySamuel Pitoiset2-1/+8
2018-04-27radv: fix DCC enablement since partial MSAA implementationSamuel Pitoiset1-6/+6
2018-04-27gallium/util: Fix incorrect refcounting of separate stencil.Eric Anholt1-2/+1
2018-04-27meson: fix graw-xlib after auxiliary consolidationDylan Baker1-2/+1
2018-04-27meson: only build mesa_st tests when build-tests is trueDylan Baker1-1/+3
2018-04-27meson: don't build classic mesa tests without dri_driversDylan Baker1-1/+1