swr/rast: Adding translate call to builder_gfx_mem.
[mesa.git] / src / gallium / drivers / swr / rasterizer /
2018-04-18 George Kyriazisswr/rast: Adding translate call to builder_gfx_mem.
2018-04-18 George Kyriazisswr/rast: Fix codegen for typedef types
2018-04-18 George Kyriazisswr/rast: Enable generalized fetch jit
2018-04-18 George Kyriazisswr/rast: Add builder_gfx_mem.{h|cpp}
2018-04-18 George Kyriazisswr/rast: Lower VGATHERPS and VGATHERPS_16 to x86.
2018-04-18 George Kyriazisswr/rast: Cleanup of JitManager convenience types
2018-04-18 George Kyriazisswr/rast: Lower PERMD and PERMPS to x86.
2018-04-18 George Kyriazisswr/rast: Start refactoring of builder/packetizer.
2018-04-18 George Kyriazisswr/rast: Simplify #define usage in gen source file
2018-04-18 George Kyriazisswr/rast: Move CallPrint() to a separate file
2018-04-18 George Kyriazisswr/rast: Fix name mangling for LLVM pow intrinsic
2018-04-18 George Kyriazisswr/rast: Add some archrast counters
2018-04-18 George Kyriazisswr/rast: Code cleanup
2018-04-18 George Kyriazisswr/rast: Add "Num Instructions Executed" stats intrinsic.
2018-04-18 George Kyriazisswr/rast: Add MEM_ADD helper function to Builder.
2018-04-18 George Kyriazisswr/rast: Permute work for simd16
2018-04-18 George Kyriazisswr/rast: WIP builder rewrite (2)
2018-04-18 George Kyriazisswr/rast: Add autogen of helper llvm intrinsics.
2018-04-18 George Kyriazisswr/rast: WIP builder rewrite.
2018-04-18 George Kyriazisswr/rast: LLVM 6 fix
2018-04-18 George Kyriazisswr/rast: Changes to allow jitter to compile with LLVM5
2018-04-18 George Kyriazisswr/rast: Add some archrast stats
2018-04-18 George Kyriazisswr/rast: Silence some unused variable warnings
2018-04-18 George Kyriazisswr/rast: Add debug type info for i128
2018-04-18 George Kyriazisswr/rast: Use blend context struct to pass params
2018-04-18 George Kyriazisswr/rast: Introduce JIT_MEM_CLIENT
2018-04-18 George Kyriazisswr/rast: Add some instructions to jitter
2018-03-15 Apple SWEAdd processor topology calculation implementation for...
2018-03-14 Dylan BakerRevert "Add processor topology calculation implementati...
2018-03-14 Apple SWEAdd processor topology calculation implementation for...
2018-03-09 George Kyriazisswr/rast: Refactor memory gather operations
2018-03-09 George Kyriazisswr/rast: Add KNOB_DISABLE_SPLIT_DRAW
2018-03-09 George Kyriazisswr/rast: Add VPOPCNT
2018-03-09 George Kyriazisswr/rast: Add tracking for stream out topology
2018-03-09 George Kyriazisswr/rast: Add split draw and other state information...
2018-03-09 George Kyriazisswr/rast: Refactor api and worker event handlers.
2018-03-09 George Kyriazisswr/rast: Add support for generalized late and early...
2018-03-09 George Kyriazisswr/rast: Rasterized Subspans stats support
2018-03-09 George Kyriazisswr/rast: Added comment
2018-03-04 Vinson Leeswr/rast: Fix macOS macro.
2018-02-28 George Kyriazisswr/rast: revert clip distance precision
2018-02-28 George Kyriazisswr/rast: Faster frustum prim culling
2018-02-28 George Kyriazisswr/rast: Consolidate TRANSLATE_ADDRESS
2018-02-28 George Kyriazisswr/rast: Code generation cleanup
2018-02-28 George Kyriazisswr/rast: Remove draw type from event definitions
2018-02-28 George Kyriazisswr/rast: whitespace change
2018-02-28 George Kyriazisswr/rast: Fix index buffer overfetch issue for non...
2018-02-23 Emil Velikovswr: remove dead LLVM code paths
2018-02-16 George Kyriazisswr/rast: blend_epi32() should return Integer, not...
2018-02-16 George Kyriazisswr/rast: Normalize path for debug metadata
2018-02-16 George Kyriazisswr/rast: Consolidate archrast Draw events
2018-02-16 George Kyriazisswr/rast: Add semantics for translating address
2018-02-16 George Kyriazisswr/rast: Convert C Sampler intrinsics
2018-02-16 George Kyriazisswr/rast: Make SIMDLib templated types easier to use
2018-02-16 George Kyriazisswr/rast: Be more explicit when fetching next component
2018-02-16 George Kyriazisswr/rast: Fix bug related to passing AR handle
2018-02-16 George Kyriazisswr/rast: Fix primitive replication issue in tesselatio...
2018-02-16 George Kyriazisswr/rast: Use llvm intrinsic masked gather
2018-02-16 George Kyriazisswr/rast: Misc cleanup
2018-02-16 George Kyriazisswr/rast: Renamed variable in vertexbufferstate
2018-02-16 George Kyriazisswr/rast: Fix GATHERPS to avoid assertions.
2018-02-16 George Kyriazisswr/rast: More precise user clip distance interpolation
2018-02-16 George Kyriazisswr/rast: Cull prims when all verts have negative clip...
2018-02-16 George Kyriazisswr/rast: whitespace and comment cleanup
2018-02-16 George Kyriazisswr/rast: Fix invalid number of attributes
2018-02-16 George Kyriazisswr/rast: Add clipper stats.
2018-02-16 George Kyriazisswr/rast: Separate event types to public and private
2018-02-16 George Kyriazisswr/rast: Clean up event types and remove BE events
2018-02-16 George Kyriazisswr/rast: Removed unused variable
2018-02-16 George Kyriazisswr/rast: Separate RDTSC code from archrast
2018-02-16 George Kyriazisswr/rast: Cleanup of mpPrivateContext in Builder
2018-02-16 George Kyriazisswr/rast: Remove some JIT debug code
2018-02-16 George Kyriazisswr/rast: Don't include private context in gather args
2018-02-16 George Kyriazisswr/rast: Cleanup knob definitions
2018-02-16 George Kyriazisswr/rast: Add missing parameter to a few gather functions
2018-02-02 George Kyriazismeson/swr: Updated copyright dates
2018-02-02 George Kyriazismeson/swr: re-shuffle generated files
2018-01-25 George Kyriazisswr/rast: Optimize DumpToFile output size
2018-01-25 George Kyriazisswr/rast: Updated copyright dates
2018-01-25 George Kyriazisswr/rast: Move memory-related JIT functions
2018-01-25 George Kyriazisswr/rast: Add extra (optional) parameter in GATHERPS
2018-01-25 George Kyriazisswr/rast: Better ExecCmd (i.e. system()) implmentation
2018-01-25 George Kyriazisswr/rast: Support USE_SIMD16_FRONTEND=0 for EarlyRast
2018-01-25 George Kyriazisswr/rast: support llvm 3.9 type declarations
2018-01-19 George Kyriazisswr/rast: Fix llvm5 behavior
2018-01-19 George Kyriazisswr/rast: Enable early rasterization
2018-01-19 George Kyriazisswr/rast: Implement Early Rasterization optimization
2018-01-19 George Kyriazisswr/rast: Enable simd16 vertex shaders
2018-01-19 George Kyriazisswr/rast: changed jit debug magic number
2018-01-19 George Kyriazisswr/rast: Added ICLAMP builder function
2018-01-19 George Kyriazisswr/rast: Jit debug work
2018-01-19 George Kyriazisswr/rast: silence generated file warnings
2018-01-19 George Kyriazisswr/rast: jit shader lib debug work
2018-01-19 George Kyriazisswr/rast: AVX-512 changes to enable 16-wide VS
2018-01-19 George Kyriazisswr/rast: x86 autogenerated macro work
2018-01-19 George Kyriazisswr/rast: Shorten some filenames
2018-01-19 George Kyriazisswr/rast: work supporting optimizations in Debug builds.
2018-01-19 George Kyriazisswr/rast: Add debugging type support for function types.
2018-01-19 George Kyriazisswr/rast: Shader debugging work
2018-01-19 George Kyriazisswr/rast: Debug Symbols work
next