summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl: Respect std430 layout in lower_buffer_accessFlorian Will2018-01-121-4/+10
* radeonsi: fix alpha-to-coverage if color writes are disabledJózef Kucia2018-01-121-0/+3
* loader/dri3: Avoid freeing renderbuffers in useThomas Hellstrom2018-01-121-3/+3
* anv: Import mako templates only during execution of anv_extensionsAndres Gomez2018-01-121-5/+5
* ac/nir: Sanitize location_frac for local variables.Bas Nieuwenhuizen2018-01-121-0/+1
* radv: Invalidate L1 for VK_ACCESS_VERTEX_ATTRIBUTE_READ_BIT.Bas Nieuwenhuizen2018-01-121-1/+1
* ac/nir: Handle loading data from compact arrays.Bas Nieuwenhuizen2018-01-121-6/+7
* radv: Allow writing 0 scissors.Bas Nieuwenhuizen2018-01-121-1/+2
* radv: Use correct HTILE expanded words.Bas Nieuwenhuizen2018-01-121-2/+4
* Revert "radv/gfx9: fix block compression texture views."Bas Nieuwenhuizen2018-01-121-35/+0
* radv/gfx9: use correct swizzle parameter to work out border swizzle.Dave Airlie2018-01-121-2/+2
* radv/gfx9: use a bigger hammer to flush cb/db caches.Dave Airlie2018-01-121-1/+8
* radv/gfx9: fix block compression texture views.Dave Airlie2018-01-121-0/+35
* radv/gfx9: fix buffer to image for 3d images on compute queuesDave Airlie2018-01-122-15/+48
* radv/gfx9: fix 3d image clears on compute queuesDave Airlie2018-01-122-9/+65
* radv/gfx9: fix 3d image to image transfers on compute queues.Dave Airlie2018-01-122-20/+56
* radv: fix pipeline statistics end query on compute queueDave Airlie2018-01-121-1/+1
* radv: fix events on compute queues.Dave Airlie2018-01-121-1/+1
* radv: Always use fragment resolve if dest uses DCC.Bas Nieuwenhuizen2018-01-121-5/+4
* radv: Use correct framebuffer size for partial FS resolves.Bas Nieuwenhuizen2018-01-121-2/+2
* radv: Fix fragment resolve destination offset.Bas Nieuwenhuizen2018-01-121-2/+2
* radv: Flush caches before subpass resolve.Bas Nieuwenhuizen2018-01-122-0/+18
* radv: Invert condition for all samples identical during resolve.Bas Nieuwenhuizen2018-01-121-1/+1
* anv: VkDescriptorSetLayoutBinding can have descriptorCount == 0Samuel Iglesias Gonsálvez2018-01-121-1/+3
* anv: Make sure state on primary is correct after CmdExecuteCommandsAlex Smith2018-01-121-0/+9
* i965: Torch public intel_batchbuffer_emit_dword/float helpers.Kenneth Graunke2018-01-122-15/+2
* i965: Require space for MI_BATCHBUFFER_END.Kenneth Graunke2018-01-121-2/+5
* anv: Take write mask into account in has_color_buffer_write_enabledAlex Smith2018-01-121-9/+18
* swr/rast: fix invalid sign masks in avx512 simdlib codeTim Rowley2018-01-123-3/+3
* anv: Add missing unlock in anv_scratch_pool_allocAlex Smith2018-01-121-1/+3
* etnaviv: disable in-place resolve for non-supertiled surfacesLucas Stach2018-01-121-0/+1
* egl/android: Fix build break with dri2_initialize_android _EGLDisplay parameterRob Herring2018-01-081-14/+14
* egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWAREEric Engestrom2017-12-273-4/+8
* egl: link libEGL against the dynamic version of libglapiBrendan King2017-12-271-3/+6
* radv: don't do format replacement on tc compat htile surfaces.Dave Airlie2017-12-271-1/+2
* drirc: set allow_glsl_cross_stage_interpolation_mismatch for more gamesTapani Pälli2017-12-271-0/+8
* mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli2017-12-2710-18/+60
* radv: use a faster version for nir_op_pack_half_2x16Samuel Pitoiset2017-12-271-11/+1
* radv: Fix DCC compatible formats.Bas Nieuwenhuizen2017-12-271-1/+1
* radv/gfx9: add 3d sampler image->buffer copy shader. (v3)Dave Airlie2017-12-272-18/+59
* radv: fix issue with multisample positions and interp_var_at_sample.Dave Airlie2017-12-271-1/+2
* radv/meta: fix blit paths for depth/stencil (v2.1)Dave Airlie2017-12-272-64/+80
* radv: handle depth/stencil image copy with layouts better. (v3.1)Dave Airlie2017-12-274-65/+106
* radv/gfx9: add support for 3d images to blit 2d pathsDave Airlie2017-12-272-23/+97
* radv/gfx9: fix primitive topology when adjacency is usedSamuel Pitoiset2017-12-271-1/+1
* radv: port merge tess info from anvDave Airlie2017-12-181-0/+40
* radv: Fix multi-layer blits.Bas Nieuwenhuizen2017-12-181-25/+24
* radeonsi: don't call force_dcc_off for buffersMarek Olšák2017-12-181-1/+1
* util: scons: wire up the sha1 testEmil Velikov2017-12-151-0/+7
* util: Add a SHA1 unit test programMatt Turner2017-12-152-1/+67