aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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-065-4/+19
* 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-061-1/+1
* 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-062-14/+6
* 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