summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* opencl: autotools: Fix linking order for OpenCL targetKai Wasserbäch2018-05-151-2/+1
* radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.Bas Nieuwenhuizen2018-05-151-0/+19
* radv: Fix up 2_10_10_10 alpha sign.Bas Nieuwenhuizen2018-05-154-11/+98
* radv: Translate logic ops.Bas Nieuwenhuizen2018-05-152-30/+59
* radv: use compute path for multi-layer images.Dave Airlie2018-05-151-0/+2
* radv: resolve all layers in compute resolve path.Dave Airlie2018-05-151-6/+42
* winsys/amdgpu: Destroy dev_hash table when the last winsys is removed.Jan Vesely2018-05-151-1/+6
* i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROLJason Ekstrand2018-05-152-1/+3
* anv: emit pixel scoreboard stall before ISP disableLionel Landwerlin2018-05-151-1/+8
* i965: require pixel scoreboard stall prior to ISP disableLionel Landwerlin2018-05-151-1/+8
* winsys/radeon: Destroy fd_hash table when the last winsys is removed.Jan Vesely2018-05-151-1/+6
* gallium/auxiliary: Add helper function to count the number of entries in hash...Jan Vesely2018-05-152-0/+22
* r600: fix constant buffer bounds.Dave Airlie2018-05-152-2/+2
* src/intel/Makefile.vulkan.am: add missing MKDIR_GENRoss Burton2018-05-151-0/+2
* mesa: fix error handling in get_framebuffer_parameterivRhys Perry2018-05-151-31/+41
* pipe-loader: Free driver_name in error pathJan Vesely2018-05-151-0/+1
* eg/compute: Drop reference to kernel_param bo in destructorJan Vesely2018-05-151-0/+1
* r600: Cleanup constant buffers on context destructionJan Vesely2018-05-151-1/+5
* eg/compute: Drop reference on code_bo in destructor.Jan Vesely2018-05-151-3/+1
* i965: Don't leak blorp on Gen4-5.Kenneth Graunke2018-05-151-3/+1
* clover: Add explicit virtual destructor to argument classJan Vesely2018-05-151-0/+1
* spirv: Apply OriginUpperLeft to FragCoordNeil Roberts2018-05-151-3/+3
* mesa: Add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV)Ian Romanick2018-05-151-0/+1
* egl/x11: Send invalidate to driver on copy_region path in swap_bufferDeepak Rawat2018-05-151-10/+13
* intel/compiler: fix brw_imm_w for negative 16-bit integersJose Maria Casanova Crespo2018-05-151-1/+1
* intel/compiler: fix 16-bit int brw_negate_immediate and brw_abs_immediateJose Maria Casanova Crespo2018-05-151-4/+8
* radv: fix multisample image copiesMatthew Nicholls2018-05-072-110/+196
* radeon/vcn: fix mpeg4 msg buffer settingsBoyuan Zhang2018-05-021-9/+9
* i965/tex_image: Avoid the ASTC LDR workaround on gen9lpNanley Chery2018-05-021-1/+1
* radv: compute the number of subpass attachments correctlySamuel Pitoiset2018-05-021-2/+2
* radv/winsys: fix leaking resources from bo's imported by fdAndres Rodriguez2018-05-021-0/+1
* st/omx/enc: fix blit setup for YUV LoadImageLeo Liu2018-04-301-4/+4
* gallium/util: Fix incorrect refcounting of separate stencil.Eric Anholt2018-04-301-2/+1
* radeonsi/gfx9: workaround for INTERP with indirect indexingMarek Olšák2018-04-301-6/+13
* util/u_queue: fix a deadlock in util_queue_finishMarek Olšák2018-04-302-0/+10
* anv/allocator: Don't shrink either end of the block poolJason Ekstrand2018-04-301-4/+4
* meson: don't build classic mesa tests without dri_driversDylan Baker2018-04-251-1/+1
* radv/winsys: allow to submit up to 4 IBs for chips without chainingSamuel Pitoiset2018-04-251-50/+169
* intel/compiler: Add scheduler deps for instructions that implicitly read g0Ian Romanick2018-04-252-0/+28
* Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable"Marek Olšák2018-04-241-4/+0
* i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_*Jason Ekstrand2018-04-241-0/+2
* st/dri: Fix dangling pointer to a destroyed dri_drawableJohan Klokkhammer Helsing2018-04-231-0/+4
* etnaviv: fix texture_format_needs_swizLucas Stach2018-04-231-1/+1
* radv: Mark GTT memory as device local for APUs.Bas Nieuwenhuizen2018-04-231-3/+5
* i965: Fix shadow batches to be the same size as the real BO.Kenneth Graunke2018-04-231-1/+4
* radv: fix scissor computation when using half-pixel viewport offsetSamuel Pitoiset2018-04-231-4/+4
* anv: fix number of planes for depth & stencilLionel Landwerlin2018-04-232-1/+5
* mesa: free debug messages when destroying the debug stateTimothy Arceri2018-04-231-22/+23
* svga: Fix incorrect advertizing of EGL_KHR_gl_colorspaceThomas Hellstrom2018-04-231-1/+1
* glsl_to_tgsi: try harder to lower unsupported ir_binop_vector_extractMarek Olšák2018-04-231-0/+5