aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-291-2/+2
* swr/rast: autotools: add events_private.proto in dist tarball.Juan A. Suarez Romero2018-03-221-0/+1
* gallium: add packed uniform CAPTimothy Arceri2018-03-201-0/+1
* sched.h needs to be imported on Darwin/OSX targets.Apple SWE2018-03-141-0/+4
* Add processor topology calculation implementation for Darwin/OSX targets.Apple SWE2018-03-141-1/+55
* Revert "Add processor topology calculation implementation for Darwin/OSX targ...Dylan Baker2018-03-141-55/+0
* Revert "sched.h needs to be imported on Darwin/OSX targets."Dylan Baker2018-03-141-4/+0
* sched.h needs to be imported on Darwin/OSX targets.Apple SWE2018-03-131-0/+4
* Add processor topology calculation implementation for Darwin/OSX targets.Apple SWE2018-03-131-0/+55
* autotools: include all meson.build filesDylan Baker2018-03-091-0/+2
* swr/rast: Refactor memory gather operationsGeorge Kyriazis2018-03-092-6/+4
* swr/rast: Add KNOB_DISABLE_SPLIT_DRAWGeorge Kyriazis2018-03-092-8/+26
* swr/rast: Add VPOPCNTGeorge Kyriazis2018-03-092-0/+9
* swr/rast: Add tracking for stream out topologyGeorge Kyriazis2018-03-094-5/+8
* swr/rast: Add split draw and other state information to DrawInfoEvent.George Kyriazis2018-03-094-32/+22
* swr/rast: Refactor api and worker event handlers.George Kyriazis2018-03-092-35/+52
* swr/rast: Add support for generalized late and early z/stencil statsGeorge Kyriazis2018-03-092-0/+73
* swr/rast: Rasterized Subspans stats supportGeorge Kyriazis2018-03-094-0/+30
* swr/rast: Added commentGeorge Kyriazis2018-03-091-0/+1
* tgsi/scan: use wrap-around shift behavior explicitly for file_maskRoland Scheidegger2018-03-061-1/+1
* swr/rast: Fix macOS macro.Vinson Lee2018-03-041-2/+2
* swr/rast: revert clip distance precisionGeorge Kyriazis2018-02-282-4/+17
* swr/rast: Faster frustum prim cullingGeorge Kyriazis2018-02-281-3/+7
* swr/rast: Consolidate TRANSLATE_ADDRESSGeorge Kyriazis2018-02-284-6/+28
* swr/rast: Code generation cleanupGeorge Kyriazis2018-02-281-15/+21
* swr/rast: Remove draw type from event definitionsGeorge Kyriazis2018-02-283-12/+8
* swr/rast: whitespace changeGeorge Kyriazis2018-02-281-1/+1
* swr/rast: Fix index buffer overfetch issue for non-indexed drawsGeorge Kyriazis2018-02-281-0/+15
* swr: remove dead LLVM code pathsEmil Velikov2018-02-233-28/+0
* swr: bump minimum supported LLVM version to 4.0Andres Gomez2018-02-202-3/+3
* gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák2018-02-171-0/+1
* swr/rast: blend_epi32() should return Integer, not FloatGeorge Kyriazis2018-02-161-1/+1
* swr/rast: Normalize path for debug metadataGeorge Kyriazis2018-02-161-1/+2
* swr/rast: Consolidate archrast Draw eventsGeorge Kyriazis2018-02-164-26/+79
* swr/rast: Add semantics for translating addressGeorge Kyriazis2018-02-162-0/+5
* swr/rast: Convert C Sampler intrinsicsGeorge Kyriazis2018-02-162-0/+19
* swr/rast: Make SIMDLib templated types easier to useGeorge Kyriazis2018-02-165-298/+307
* swr/rast: Be more explicit when fetching next componentGeorge Kyriazis2018-02-162-4/+11
* swr/rast: Fix bug related to passing AR handleGeorge Kyriazis2018-02-161-1/+1
* swr/rast: Fix primitive replication issue in tesselation PA.George Kyriazis2018-02-162-2/+3
* swr/rast: Use llvm intrinsic masked gatherGeorge Kyriazis2018-02-162-0/+14
* swr/rast: Misc cleanupGeorge Kyriazis2018-02-163-49/+60
* swr/rast: Renamed variable in vertexbufferstateGeorge Kyriazis2018-02-163-6/+8
* swr/rast: Fix GATHERPS to avoid assertions.George Kyriazis2018-02-161-2/+3
* swr/rast: More precise user clip distance interpolationGeorge Kyriazis2018-02-162-17/+4
* swr/rast: Cull prims when all verts have negative clip distancesGeorge Kyriazis2018-02-161-0/+4
* swr/rast: whitespace and comment cleanupGeorge Kyriazis2018-02-162-20/+21
* swr/rast: Fix invalid number of attributesGeorge Kyriazis2018-02-161-1/+1
* swr/rast: Add clipper stats.George Kyriazis2018-02-164-17/+31
* swr/rast: Separate event types to public and privateGeorge Kyriazis2018-02-167-119/+155