aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/swr_tex_sample.cpp
Commit message (Collapse)AuthorAgeFilesLines
* swr: [rasterizer] Cleanup naming of codegen filesTim Rowley2017-03-201-2/+2
| | | | | | All template files and generated files are prefixed with gen_. Reviewed-by: Bruce Cherniak <[email protected]>
* swr: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-081-2/+2
| | | | Reviewed-by: Edward O'Callaghan <[email protected]>
* swr: implement geometry shadersTim Rowley2017-03-051-0/+6
| | | | Reviewed-by: Bruce Cherniak <[email protected]>
* swr: [rasterizer jitter] fixes for icc in vs2015 compat modeTim Rowley2016-10-031-0/+1
| | | | | | | - Move most jitter functionality into SwrJit namespace - Avoid global "using namespace llvm" in headers Signed-off-by: Tim Rowley <[email protected]>
* swr: s/Elements/ARRAY_SIZE/Tim Rowley2016-04-271-2/+2
| | | | Reviewed-by: Bruce Cherniak <[email protected]>
* gallivm: convert size query to using a set of parameters.Dave Airlie2016-04-191-18/+4
| | | | | | | | | | This isn't currently that easy to expand, so fix it up before expanding it later to include dynamic samplers. [airlied: use some local variables (Roland)] Reviewed-by: Roland Scheidegger <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
* swr: support samplers in vertex shadersTim Rowley2016-04-121-3/+30
| | | | Reviewed-by: George Kyriazis <[email protected]>
* gallium/swr: add OpenSWR driverTim Rowley2016-03-021-0/+338
OpenSWR is a new software rasterizer for x86 processors designed for high performance and high scalablility on visualization workloads. Acked-by: Roland Scheidegger <[email protected]> Acked-by: Jose Fonseca <[email protected]>