summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-17nvc0: add support for bindless on maxwell+Ilia Mirkin3-14/+116
2018-02-17gm107/ir: change how SUQ works in preparation for bindlessIlia Mirkin3-1/+61
2018-02-17i965: Use absolute addressing for constant buffer 0 on Kernel 4.16+.Kenneth Graunke2-1/+32
2018-02-17i965: Stop restoring the default L3 configuration on Kernel 4.16+.Kenneth Graunke3-2/+7
2018-02-17nvc0: Use GP100_COMPUTE_CLASS on GP10BMikko Perttunen1-1/+2
2018-02-17i965: Fix aux-surface size checkDaniel Stone2-3/+12
2018-02-17radeonsi: implement 32-bit pointers in user data SGPRs (v2)Marek Olšák7-59/+141
2018-02-17radeonsi: disallow constant buffers with a 64-bit address in slot 0Marek Olšák2-1/+9
2018-02-17radeonsi: move const_uploader allocations to 32-bit address spaceMarek Olšák3-2/+7
2018-02-17winsys/radeon: implement and enable 32-bit VM allocationsMarek Olšák3-8/+64
2018-02-17winsys/radeon: add struct radeon_vm_heapMarek Olšák3-36/+47
2018-02-17winsys/amdgpu: enable 32-bit VM allocationsMarek Olšák1-1/+2
2018-02-17gallium/radeon: add 32-bit address space heapsMarek Olšák1-3/+44
2018-02-17ac: query high bits of 32-bit address spaceMarek Olšák2-0/+8
2018-02-17gallium: use PIPE_CAP_CONSTBUF0_FLAGSMarek Olšák4-5/+27
2018-02-17gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák18-0/+21
2018-02-16meson: Add Haiku platform support v4Alexander von Gluck IV9-13/+189
2018-02-16anv/icl: Add render target flush after uploading binding tableAnuj Phogat1-0/+20
2018-02-16anv/icl: Enable float blend optimizationAnuj Phogat1-1/+1
2018-02-16anv/icl: Use gen11 functionsAnuj Phogat2-0/+6
2018-02-16anv/icl: Build anv libs for gen11Anuj Phogat4-2/+32
2018-02-16anv/icl: Generate gen11 entry point functionsAnuj Phogat1-1/+5
2018-02-16anv/icl: Don't use DISPATCH_MODE_SIMD4X2Anuj Phogat1-0/+5
2018-02-16anv/icl: Don't use SingleVertexDispatchAnuj Phogat1-0/+2
2018-02-16anv/icl: Don't set ResetGatewayTimerAnuj Phogat1-0/+2
2018-02-16anv/icl: Add #define genXAnuj Phogat1-0/+3
2018-02-16anv/icl: Add gen11 mocs definesAnuj Phogat1-0/+11
2018-02-16i965: Implement GenerateMipmap directly, rather than using Meta.Kenneth Graunke5-0/+135
2018-02-16mesa: Move compute_num_levels from st_gen_mipmap.c to mipmap.c.Kenneth Graunke3-27/+29
2018-02-16meson: freedreno depends on nirDylan Baker1-0/+1
2018-02-16swr/rast: blend_epi32() should return Integer, not FloatGeorge Kyriazis1-1/+1
2018-02-16swr/rast: Normalize path for debug metadataGeorge Kyriazis1-1/+2
2018-02-16swr/rast: Consolidate archrast Draw eventsGeorge Kyriazis4-26/+79
2018-02-16swr/rast: Add semantics for translating addressGeorge Kyriazis2-0/+5
2018-02-16swr/rast: Convert C Sampler intrinsicsGeorge Kyriazis2-0/+19
2018-02-16swr/rast: Make SIMDLib templated types easier to useGeorge Kyriazis5-298/+307
2018-02-16swr/rast: Be more explicit when fetching next componentGeorge Kyriazis2-4/+11
2018-02-16swr/rast: Fix bug related to passing AR handleGeorge Kyriazis1-1/+1
2018-02-16swr/rast: Fix primitive replication issue in tesselation PA.George Kyriazis2-2/+3
2018-02-16swr/rast: Use llvm intrinsic masked gatherGeorge Kyriazis2-0/+14
2018-02-16swr/rast: Misc cleanupGeorge Kyriazis3-49/+60
2018-02-16swr/rast: Renamed variable in vertexbufferstateGeorge Kyriazis3-6/+8
2018-02-16swr/rast: Fix GATHERPS to avoid assertions.George Kyriazis1-2/+3
2018-02-16swr/rast: More precise user clip distance interpolationGeorge Kyriazis2-17/+4
2018-02-16swr/rast: Cull prims when all verts have negative clip distancesGeorge Kyriazis1-0/+4
2018-02-16swr/rast: whitespace and comment cleanupGeorge Kyriazis2-20/+21
2018-02-16swr/rast: Fix invalid number of attributesGeorge Kyriazis1-1/+1
2018-02-16swr/rast: Add clipper stats.George Kyriazis4-17/+31
2018-02-16swr/rast: Separate event types to public and privateGeorge Kyriazis7-119/+155
2018-02-16swr/rast: Clean up event types and remove BE eventsGeorge Kyriazis2-80/+0