aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ac/surface,radeonsi: move the set/get_umd_metadata code into ac_surface.cMarek Olšák2020-05-073-147/+185
* ac/surface,radeonsi: move the set/get_bo_metadata code to ac_surface.cMarek Olšák2020-05-078-218/+215
* amd: assume HTILE is always rb/pipe_aligned, remove ac_surface.u.gfx9.htileMarek Olšák2020-05-077-26/+28
* amd: assume CMASK is always rb/pipe_aligned, remove ac_surface.u.gfx9.cmaskMarek Olšák2020-05-076-32/+28
* amd: remove duplicated definitions from amdgpu_drm.hMarek Olšák2020-05-074-19/+0
* amd: update amdgpu_drm.hMarek Olšák2020-05-071-1/+14
* llvmpipe: make sample position a global array.Dave Airlie2020-05-073-11/+12
* nir/algebraic: Optimize some bfe patternsIan Romanick2020-05-071-0/+18
* nir/algebraic: Split ibfe and ubfe with two constant sourcesIan Romanick2020-05-073-0/+36
* nir/algebraic: Recognize open-coded byte or word extract from bfeIan Romanick2020-05-071-7/+21
* gallium/swr: Fix crashes in sampling codeJan Zielinski2020-05-073-0/+8
* panfrost: Handle MALI_RGB8_UNORM in panfrost_format_to_bifrost_blendTomeu Vizoso2020-05-071-0/+1
* panfrost: Don't trample on top of Bifrost-specific unionsTomeu Vizoso2020-05-071-20/+26
* pan/decode: Fix flags_hi printingAlyssa Rosenzweig2020-05-071-1/+1
* panfrost: Add checksum BOs to batchTomeu Vizoso2020-05-071-2/+14
* anv: don't expose VK_INTEL_performance_query without kernel supportLionel Landwerlin2020-05-072-1/+3
* tu: Support pipelines without a fragment shaderConnor Abbott2020-05-072-8/+20
* util/os_memory: never use os_memory_debug.hErik Faye-Lund2020-05-072-14/+0
* v3d: Include supported DXT formats to enable s3tc/dxt extensionsJose Maria Casanova Crespo2020-05-071-0/+5
* v3d: Fix swizzle in DXT3 and DXT5 formatsJose Maria Casanova Crespo2020-05-071-2/+2
* docs/envvars: update RADV_FORCE_FAMILYRhys Perry2020-05-071-1/+1
* docs/envvars: document ACO_DEBUGRhys Perry2020-05-071-0/+11
* docs: add src/amd/ to sourcetree.htmlRhys Perry2020-05-071-0/+9
* clover/nir: Check the result of spirv_to_nirPierre Moreau2020-05-071-0/+5
* nir: make fsat return 0.0 with NaN instead of passing it throughRhys Perry2020-05-072-5/+14
* compiler/spirv: flag nclamp/nmin/nmax as exactRhys Perry2020-05-071-7/+14
* docs/features: Add ARB_clear_texture to virglElie Tournier2020-05-071-1/+1
* virgl: Enable CAP_CLEAR_TEXTURE if host supports itElie Tournier2020-05-072-1/+3
* virgl: implement ARB_clear_textureElie Tournier2020-05-074-0/+73
* r600: Fix warning regarding mixing enums and unsigned in ?: expressionGert Wollny2020-05-071-1/+1
* r600: remove some unused variables to silence warningsGert Wollny2020-05-072-4/+0
* r600/sb: replace memset by using member initialization/assignmentGert Wollny2020-05-076-10/+45
* r600: remove unused static functionsGert Wollny2020-05-071-199/+0
* r600: Annotate some case fallthroughsGert Wollny2020-05-075-19/+26
* ci: run radv-fossils with Pitcairn (GFX6) and Bonaire (GFX7) tooSamuel Pitoiset2020-05-071-3/+11
* ci: set ACO_DEBUG=validateir,validatera global for RADV testingSamuel Pitoiset2020-05-071-3/+4
* ci: remove unused .test-radv-fossilize ruleSamuel Pitoiset2020-05-071-8/+0
* anv: increase minUniformBufferOffsetAlignment to 64Arcady Goldmints-Orlov2020-05-061-2/+4
* freedreno/a6xx: enable tiled compressed texturesRob Clark2020-05-061-0/+3
* freedreno/a6xx: compressed blit fixesRob Clark2020-05-061-4/+15
* freedreno/a6xx: Set tfetch correctly for compressed formatsKristian H. Kristensen2020-05-061-4/+1
* freedreno/fdl: Align after dividing by block sizeKristian H. Kristensen2020-05-061-13/+9
* docs: update calendar for 20.1.0-rc2Eric Engestrom2020-05-061-7/+1
* ci: Fix the nick used in IRC reporting.Eric Anholt2020-05-062-1/+11
* ci: Improve the flakes reports on IRC.Eric Anholt2020-05-062-1/+5
* ci: Enable IRC flake reporting on freedreno baremetal boards.Eric Anholt2020-05-064-1/+11
* ci: Clean up setup of the job-specific env vars in baremetal testing.Eric Anholt2020-05-062-10/+16
* radeonsi: fix compilation of monolithic PSMarek Olšák2020-05-061-1/+2
* tgsi_to_nir: translate non-vec4 image stores correctlyMarek Olšák2020-05-061-2/+5
* i965: Fix out-of-bounds access to brw_stage_state::surf_offsetDanylo Piliaiev2020-05-061-23/+29