aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* zink: lower b2b to b2iErik Faye-Lund2020-05-064-1/+67
* radv/winsys: do not count visible VRAM buffers twice in the budgetSamuel Pitoiset2020-05-062-17/+33
* radv: display an error message if the winsys init failedSamuel Pitoiset2020-05-061-1/+2
* radv: use a linked list for physical devicesSamuel Pitoiset2020-05-062-52/+69
* radv: don't report error with other vendor DRM devicesSamuel Pitoiset2020-05-061-9/+15
* radv: report INITIALIZATION_FAILED when the amdgpu winsys init failedSamuel Pitoiset2020-05-061-1/+1
* radv: fix a memleak if the physical device initialization failedSamuel Pitoiset2020-05-061-6/+8
* radv: rename radv_devices() to radv_enumerate_physical_devices()Samuel Pitoiset2020-05-061-3/+3
* radv: cleanup radv_CreateInstance()Samuel Pitoiset2020-05-061-35/+22
* llvmpipe: enable ARB_sample_shadingDave Airlie2020-05-068-53/+103
* llvmpipe: add min samples support to the fragment shader.Dave Airlie2020-05-062-27/+82
* llvmpipe: enable GL_ARB_shader_texture_image_samplesDave Airlie2020-05-064-37/+63
* gallivm/nir: hooks up texture samples queriesDave Airlie2020-05-061-3/+21
* gallivm/sample: add num samples query for txqs (v2)Dave Airlie2020-05-064-0/+9
* llvmpipe: enable 4x sample MSAA + texture multisampleDave Airlie2020-05-064-385/+37
* drisw: add multisample support to sw dri layer.Dave Airlie2020-05-061-1/+31
* llvmpipe: don't choose pixel centers for multisampleDave Airlie2020-05-062-2/+4
* llvmpipe: choose correct position for multisampleDave Airlie2020-05-061-7/+8
* llvmpipe: choose multisample rasterizer functions per triangle (v2)Dave Airlie2020-05-061-21/+41
* llvmpipe: generate multisample triangle rasterizer functions (v2)Dave Airlie2020-05-064-3/+142
* llvmpipe: fixup multisample coverage masks for covered tilesDave Airlie2020-05-062-2/+10
* llvmpipe: build 64-bit coverage mask in rasterizerDave Airlie2020-05-061-2/+23
* llvmpipe: add fixed point sample positions to scene.Dave Airlie2020-05-062-0/+9
* llvmpipe: add new rast api to pass full 64-bit mask.Dave Airlie2020-05-062-7/+21
* llvmpipe: disable opaque variant for multisampleDave Airlie2020-05-061-0/+1