summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Memset array propertiesJason Ekstrand2020-01-141-0/+5
* anv: Don't over-advertise descriptor indexing featuresJason Ekstrand2020-01-141-15/+17
* intel/blorp: Fill out all the dwords of MI_ATOMICJason Ekstrand2020-01-141-0/+4
* intel/vec4: Support scoped_memory_barrierJason Ekstrand2020-01-141-1/+2
* aco: disable add combining for ds_swizzle_b32Rhys Perry2020-01-141-1/+1
* aco: set exec_potentially_empty for demotesRhys Perry2020-01-141-0/+6
* aco: fix uninitialized data in the binaryRhys Perry2020-01-141-1/+5
* aco: fix imageSize()/textureSize() with large buffers on GFX8Rhys Perry2020-01-141-19/+15
* aco: set vm for pos0 exports on GFX10Rhys Perry2020-01-142-3/+6
* intel/fs/gen8+: Fix r127 dst/src overlap RA workaround for EOT message payload.Francisco Jerez2020-01-141-5/+11
* intel/fs/gen11+: Handle ROR/ROL in lower_simd_width().Francisco Jerez2020-01-141-0/+2
* glsl: Fix software 64-bit integer to 32-bit float conversions.Francisco Jerez2020-01-141-22/+14
* mesa/st: fix a memory leak in get_versionAndrii Simiklit2020-01-141-2/+3
* freedreno/drm: Fix memory leak in softpin implementationLasse Lopperi2020-01-141-0/+2
* radeonsi: release saved resources in si_compute_do_clear_or_copyPierre-Eric Pelloux-Prayer2020-01-141-0/+2
* radeonsi: release saved resources in si_compute_copy_imagePierre-Eric Pelloux-Prayer2020-01-141-0/+3
* radeonsi: release saved resources in si_compute_clear_render_targetPierre-Eric Pelloux-Prayer2020-01-141-0/+2
* radeonsi: release saved resources in si_compute_expand_fmaskPierre-Eric Pelloux-Prayer2020-01-141-0/+1
* radeonsi: release saved resources in si_retile_dccPierre-Eric Pelloux-Prayer2020-01-141-0/+4
* anv: Flag descriptors dirty when gl_NumWorkgroups is usedJason Ekstrand2020-01-141-1/+8
* anv: fix intel perf queries availability writesLionel Landwerlin2020-01-141-14/+5
* mesa: Prevent _MaxLevel from being less than zeroThong Thai2020-01-091-1/+1
* ac/gpu_info: always use distributed tessellation on gfx10Marek Olšák2020-01-091-2/+2
* anv: don't close invalid syncfd semaphoreLionel Landwerlin2020-01-081-1/+2
* radeonsi: check ctx->sdma_cs before using itPierre-Eric Pelloux-Prayer2020-01-081-1/+2
* main: allow external textures for BindImageTextureYevhenii Kolesnikov2020-01-081-1/+5
* intel/nir: Add a memory barrier before barrier()Jason Ekstrand2020-01-081-0/+14
* radv: Emit a BATCH_BREAK when changing pixel shaders or CB_TARGET_MASK.Bas Nieuwenhuizen2020-01-083-18/+65
* radeonsi: disable SDMA on gfx8 to fix corruption on RX 580Marek Olšák2020-01-071-0/+5
* glsl/nir: do not change an element index to have correct block nameAndrii Simiklit2020-01-071-1/+0
* glsl: fix a binding points assignment for ssbo/ubo arraysAndrii Simiklit2020-01-073-13/+25
* glsl: fix an incorrect max_array_access after optimization of ssbo/uboAndrii Simiklit2020-01-071-0/+1
* radv: Only use the gfx mipmap level offset/pitch for linear textures.Bas Nieuwenhuizen2020-01-071-2/+6
* radv: return the correct pitch for linear mipmaps on GFX10Samuel Pitoiset2020-01-073-2/+6
* spirv: Fix glsl type assert in spir2nir.Bas Nieuwenhuizen2020-01-071-0/+4
* r600: Fix maximum line widthGert Wollny2020-01-071-4/+1
* anv: Ignore some CreateInfo structs when rasterization is disabledCaio Marcelo de Oliveira Filho2020-01-072-18/+38
* nir: Add clone/hash/serialize support for non-uniform tex instructions.Bas Nieuwenhuizen2020-01-073-1/+12
* aco: Fix uniform i2i64.Timur Kristóf2020-01-071-1/+1
* winsys/radeon: initialize pte_fragment_sizeMarek Olšák2020-01-071-0/+1
* meta: Cleanup function for DrawTexYevhenii Kolesnikov2020-01-071-0/+14
* amd/common: Handle alignment of 96-bit formats.Bas Nieuwenhuizen2020-01-071-0/+11
* mesa: avoid returning a value in a void functionEric Engestrom2020-01-071-1/+2
* nine: fix empty-body-issuesEric Engestrom2020-01-071-1/+1
* amd: fix empty-body issuesEric Engestrom2020-01-074-9/+9
* util/format: remove left-over util_format_description_table declarationEric Engestrom2020-01-071-4/+0
* radv: Expose all sample counts for integer formats as well.Bas Nieuwenhuizen2020-01-071-1/+1
* anv: Properly advertise sampledImageIntegerSampleCountsJason Ekstrand2020-01-071-1/+1
* radeon/vcn2: enable rate control for hevc encodingPierre-Eric Pelloux-Prayer2020-01-071-1/+7
* etnaviv: update resource status after flushingChristian Gmeiner2020-01-071-0/+8