| Commit message (Expand) | Author | Age | Files | Lines |
* | nvc0/ir: fix ubo max clamp, reset file index | Ilia Mirkin | 2017-02-09 | 1 | -1/+3 |
* | nv50/ir: always return 0 when trying to read thread id along unit dim | Ilia Mirkin | 2017-02-09 | 4 | -5/+17 |
* | nvc0/ir: fix robustness guarantees for constbuf loads on kepler+ compute | Ilia Mirkin | 2017-02-09 | 1 | -25/+22 |
* | nvc0: increase number of ubo binding points | Ilia Mirkin | 2017-02-09 | 1 | -3/+2 |
* | nvc0: expose int64 | Ilia Mirkin | 2017-02-09 | 1 | -1/+1 |
* | nvc0/ir: make it possible to have the flags def in def0 | Ilia Mirkin | 2017-02-09 | 5 | -12/+15 |
* | nvc0/ir: add support for 64-bit shift lowering on SM20/SM30 | Ilia Mirkin | 2017-02-09 | 1 | -6/+62 |
* | nvc0/ir: add support for all the new int64 tgsi opcodes | Ilia Mirkin | 2017-02-09 | 6 | -5/+302 |
* | nv50/ir: Split 64-bit integer MAD/MUL operations | Pierre Moreau | 2017-02-09 | 1 | -0/+116 |
* | nvc0/ir: add a "high" subop for shifts, emit shf.l/shf.r for 64-bit | Ilia Mirkin | 2017-02-09 | 3 | -3/+74 |
* | nvc0/ir: fix SET and SLCT emission | Ilia Mirkin | 2017-02-09 | 2 | -0/+6 |
* | nvc0/ir: add support for emitting partial min/max ops for int64 | Ilia Mirkin | 2017-02-09 | 4 | -1/+14 |
* | gallium: add separate PIPE_CAP_INT64_DIVMOD | Ilia Mirkin | 2017-02-09 | 15 | -0/+15 |
* | swr: [rasterizer jitter] Pass LLVM-IR size into jitter | Tim Rowley | 2017-02-08 | 3 | -3/+4 |
* | swr: [rasterizer core] Frontend SIMD16 WIP | Tim Rowley | 2017-02-08 | 4 | -293/+331 |
* | swr: [rasterizer jitter] Disable unsafe FP optimizations in the jitter | Tim Rowley | 2017-02-08 | 1 | -1/+1 |
* | swr: [rasterizer core] Frontend SIMD16 WIP | Tim Rowley | 2017-02-08 | 4 | -142/+243 |
* | swr: [rasterizer jitter] Add DEBUGTRAP jit builder function | Tim Rowley | 2017-02-08 | 2 | -1/+9 |
* | swr: [rasterizer jitter] Multisample blend jit fix | Tim Rowley | 2017-02-08 | 1 | -2/+2 |
* | swr: [rasterizer jitter] Change SimdVector representation to array | Tim Rowley | 2017-02-08 | 2 | -6/+2 |
* | swr: [rasterizer jitter] Fix issues with stream-out on llvm>=3.8 | Tim Rowley | 2017-02-08 | 3 | -6/+6 |
* | swr: [rasterizer jitter] Adjust jitter header includes | Tim Rowley | 2017-02-08 | 6 | -11/+11 |
* | swr: [rasterizer core] Frontend SIMD16 WIP | Tim Rowley | 2017-02-08 | 5 | -43/+813 |
* | r600/sb: Fix memory leak | Bartosz Tomczyk | 2017-02-08 | 1 | -1/+7 |
* | swr: [rasterizer core] Removed unused clip code. | Bruce Cherniak | 2017-02-06 | 2 | -26/+0 |
* | swr: [rasterizer core] Remove dead code Clipper::ClipScalar() | Bruce Cherniak | 2017-02-06 | 1 | -39/+0 |
* | radeon/ac: move common llvm build functions to a separate file. | Dave Airlie | 2017-02-07 | 1 | -0/+1 |
* | ilo: EOL unmaintained older gallium intel driver | Edward O'Callaghan | 2017-02-03 | 120 | -58007/+0 |
* | radeonsi/ac: move most of emit_ddxy to shared code. | Dave Airlie | 2017-02-03 | 1 | -71/+7 |
* | radeonsi/ac: move get thread id to shared code. | Dave Airlie | 2017-02-03 | 1 | -55/+2 |
* | radeonsi/ac: move tbuffer store and buffer load to shared code. | Dave Airlie | 2017-02-03 | 1 | -185/+40 |
* | radeonsi/ac: move a bunch of load/store related things to common code. | Dave Airlie | 2017-02-03 | 2 | -94/+27 |
* | Revert "radeonsi: decrease the number of texture slots to 24" | Marek Olšák | 2017-02-03 | 1 | -1/+1 |
* | gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability | Nicolai Hähnle | 2017-02-02 | 13 | -21/+24 |
* | radeonsi/ac: move frag interp emission code to shared llvm code. | Dave Airlie | 2017-02-02 | 1 | -87/+13 |
* | radeon/uvd: add h264 constrained baseline support | Boyuan Zhang | 2017-02-01 | 1 | -0/+1 |
* | radeonsi: Fix build on LLVM < 3.9 v2 | Tom Stellard | 2017-02-01 | 1 | -2/+4 |
* | vc4: Enable Neon on arm android builds | Rob Herring | 2017-01-31 | 1 | -0/+2 |
* | vc4: fix arm64 build with Neon | Rob Herring | 2017-01-31 | 1 | -1/+1 |
* | vc4: Make Neon inline assembly clang compatible | Rob Herring | 2017-01-31 | 1 | -35/+35 |
* | radeonsi: Set datalayout on the llvm module | Tom Stellard | 2017-01-31 | 1 | -0/+6 |
* | etnaviv: Set SE.CLIP registers, add margins for scissor/clip registers | Wladimir J. van der Laan | 2017-01-31 | 3 | -20/+52 |
* | etnaviv: Generate new sin/cos instructions on GC3000 | Wladimir J. van der Laan | 2017-01-31 | 3 | -1/+40 |
* | etnaviv: Cannot render to rb-swapped formats | Wladimir J. van der Laan | 2017-01-31 | 1 | -2/+5 |
* | etnaviv: Avoid infinite loop in find_frame() | Christian Gmeiner | 2017-01-31 | 1 | -1/+1 |
* | r600: fix a compilation warning in r600_screen_create() | Samuel Pitoiset | 2017-01-30 | 1 | -1/+1 |
* | gallium/radeon: merge dirty_fb_counter and dirty_tex_descriptor_counter | Marek Olšák | 2017-01-30 | 4 | -41/+22 |
* | radeonsi: handle count_from_stream_output in a few IA_MULTI_VGT_PARAM cases | Marek Olšák | 2017-01-30 | 1 | -2/+4 |
* | radeonsi: don't invoke DCC decompression in update_all_texture_descriptors | Marek Olšák | 2017-01-30 | 1 | -5/+6 |
* | radeonsi: fold info->indirect conditionals into the last one in draw_vbo | Marek Olšák | 2017-01-30 | 1 | -12/+13 |