summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* 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
* swr/rast: Clean up event types and remove BE eventsGeorge Kyriazis2018-02-162-80/+0
* swr/rast: Removed unused variableGeorge Kyriazis2018-02-1611-34/+2
* swr/rast: Separate RDTSC code from archrastGeorge Kyriazis2018-02-1615-186/+181
* swr/rast: Cleanup of mpPrivateContext in BuilderGeorge Kyriazis2018-02-163-3/+15
* swr/rast: Remove some JIT debug codeGeorge Kyriazis2018-02-161-45/+0
* swr/rast: Don't include private context in gather argsGeorge Kyriazis2018-02-164-14/+17
* swr/rast: Cleanup knob definitionsGeorge Kyriazis2018-02-161-50/+40
* swr/rast: Add missing parameter to a few gather functionsGeorge Kyriazis2018-02-162-12/+12
* gallium: drop all the guard band float caps.Dave Airlie2018-02-141-5/+0
* meson/swr: Updated copyright datesGeorge Kyriazis2018-02-024-4/+4
* meson/swr: re-shuffle generated filesGeorge Kyriazis2018-02-024-80/+126
* gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez2018-01-301-0/+1
* swr/rast: Optimize DumpToFile output sizeGeorge Kyriazis2018-01-251-2/+1
* swr/rast: Updated copyright datesGeorge Kyriazis2018-01-253-3/+3
* swr/rast: Move memory-related JIT functionsGeorge Kyriazis2018-01-257-818/+894
* swr/rast: Add extra (optional) parameter in GATHERPSGeorge Kyriazis2018-01-254-5/+10
* swr/rast: Better ExecCmd (i.e. system()) implmentationGeorge Kyriazis2018-01-253-34/+169
* swr/rast: Support USE_SIMD16_FRONTEND=0 for EarlyRastGeorge Kyriazis2018-01-251-33/+33
* swr/rast: support llvm 3.9 type declarationsGeorge Kyriazis2018-01-251-0/+14
* swr: refactor swr_create_screen to allow for proper cleanup on errorChuck Atkins2018-01-224-56/+79
* autotools: include meson build files in tarballDylan Baker2018-01-191-0/+2
* swr/rast: Fix llvm5 behaviorGeorge Kyriazis2018-01-191-1/+2
* swr/rast: Enable early rasterizationGeorge Kyriazis2018-01-191-1/+1
* swr/rast: Implement Early Rasterization optimizationGeorge Kyriazis2018-01-194-0/+388
* swr/rast: Enable simd16 vertex shadersGeorge Kyriazis2018-01-191-2/+2
* swr: Support simd16 vertex shadersGeorge Kyriazis2018-01-193-21/+30
* swr/rast: changed jit debug magic numberGeorge Kyriazis2018-01-191-1/+1
* swr/rast: Added ICLAMP builder functionGeorge Kyriazis2018-01-192-3/+3
* swr/rast: Jit debug workGeorge Kyriazis2018-01-191-30/+81