| Commit message (Expand) | Author | Age | Files | Lines |
* | llvmpipe: Fix PIPE_FORMAT_Z32_FLOAT_S8X24_UINT handling for big-endian. | Richard Sandiford | 2014-09-16 | 1 | -1/+2 |
* | llvmpipe: fix stencil bug if we have both stencil and depth tests | Roland Scheidegger | 2013-08-15 | 1 | -14/+13 |
* | gallium: Fix llvmpipe on big-endian machines | Adam Jackson | 2013-06-24 | 1 | -22/+7 |
* | llvmpipe: use 64bit counter for occlusion queries | Roland Scheidegger | 2013-06-19 | 1 | -3/+8 |
* | llvmpipe: fixes for conditional rendering | Roland Scheidegger | 2013-06-18 | 1 | -0/+1 |
* | llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1 | Roland Scheidegger | 2013-06-05 | 1 | -4/+15 |
* | llvmpipe: fix issue with not writing new stencil values | Roland Scheidegger | 2013-05-22 | 1 | -4/+0 |
* | llvmpipe: (trivial) remove confusing code in stencil test | Roland Scheidegger | 2013-05-22 | 1 | -16/+11 |
* | llvmpipe: fix bug in early depth test / late depth write handling | Roland Scheidegger | 2013-05-22 | 1 | -6/+7 |
* | llvmpipe: handle z32s8x24 depth/stencil format | Roland Scheidegger | 2013-05-18 | 1 | -101/+174 |
* | llvmpipe: get rid of depth swizzling. | Roland Scheidegger | 2013-05-03 | 1 | -93/+224 |
* | llvmpipe: Don't advertise S8_UNORM (with feeble attempt at supporting it). | José Fonseca | 2013-01-29 | 1 | -35/+40 |
* | llvmpipe: Fix deferred depth writes for Z16_UNORM. | José Fonseca | 2013-01-29 | 1 | -1/+6 |
* | llvmpipe: Support Z16_UNORM as depth-stencil format. | José Fonseca | 2013-01-29 | 1 | -11/+35 |
* | llvmpipe: Obey back writemask. | José Fonseca | 2012-10-31 | 1 | -2/+8 |
* | gallivm,draw,llvmpipe: Support wider native registers. | José Fonseca | 2012-07-17 | 1 | -21/+94 |
* | llvmpipe: point out that there's two stencil writemasks | Brian Paul | 2011-10-23 | 1 | -3/+4 |
* | llvmpipe: compare front_facing to NULL to improve readability | Brian Paul | 2011-10-23 | 1 | -2/+2 |
* | gallium: rename ZS stencil type to UINT (v2) | Dave Airlie | 2011-10-11 | 1 | -2/+2 |
* | llvmpipe: fix broken stencil writemask | Brian Paul | 2010-12-03 | 1 | -1/+1 |
* | gallivm/llvmpipe: remove lp_build_context::builder | Brian Paul | 2010-12-02 | 1 | -11/+14 |
* | gallivm/llvmpipe: squash merge of the llvm-context branch | Brian Paul | 2010-11-30 | 1 | -26/+32 |
* | llvmpipe: Ensure z_shift and z_width is initialized. | José Fonseca | 2010-10-17 | 1 | -1/+1 |
* | llvmpipe: Fix depth-stencil regression. | José Fonseca | 2010-10-17 | 1 | -21/+26 |
* | llvmpipe: don't pass frontfacing as a float | Keith Whitwell | 2010-10-15 | 1 | -4/+4 |
* | llvmpipe: Generalize the x8z24 fast path to all depth formats. | José Fonseca | 2010-10-13 | 1 | -111/+82 |
* | llvmpipe: Unbreak Z32_FLOAT. | José Fonseca | 2010-10-13 | 1 | -57/+73 |
* | llvmpipe: Remove outdated comment about stencil testing. | José Fonseca | 2010-10-11 | 1 | -9/+2 |
* | gallivm: Don't generate Phis for execution mask. | José Fonseca | 2010-10-09 | 1 | -4/+4 |
* | llvmpipe: clean up shader pre/postamble, try to catch more early-z | Keith Whitwell | 2010-10-09 | 1 | -10/+30 |
* | llvmpipe: try to be sensible about whether to branch after mask updates | Keith Whitwell | 2010-10-09 | 1 | -1/+13 |
* | gallivm: specialized x8z24 depthtest path | Keith Whitwell | 2010-10-09 | 1 | -2/+93 |
* | gallivm: Avoid control flow for two-sided stencil test. | José Fonseca | 2010-10-08 | 1 | -92/+58 |
* | gallivm: Start collecting bitwise arithmetic helpers in a new module. | José Fonseca | 2010-09-16 | 1 | -2/+3 |
* | llvmpipe: Use lp_build_select_bitwise() where appropriate. | José Fonseca | 2010-07-27 | 1 | -11/+11 |
* | llvmpipe: implement occlusion query | Qicheng Christopher Li | 2010-05-06 | 1 | -1/+42 |
* | llvmpipe: fix depth+stencil logic error | Brian Paul | 2010-04-20 | 1 | -5/+18 |
* | llvmpipe: use unsigned type to avoid warnings | Brian Paul | 2010-04-16 | 1 | -2/+2 |
* | gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directory | Brian Paul | 2010-04-16 | 1 | -0/+672 |
* | llvmpipe: export the tgsi translation code to a common layer | Zack Rusin | 2010-02-08 | 1 | -213/+0 |
* | llvmpipe: Fix typo in comparison operator. | José Fonseca | 2009-11-24 | 1 | -1/+1 |
* | gallium: remove depth.occlusion_count flag | Keith Whitwell | 2009-10-01 | 1 | -3/+0 |
* | llvmpipe: Make lp_type a regular union. | José Fonseca | 2009-09-14 | 1 | -4/+4 |
* | llvmpipe: Update status in README and TODO/FIXME comments throughout the code. | José Fonseca | 2009-09-11 | 1 | -0/+1 |
* | llvmpipe: Fix depth mask computation. | José Fonseca | 2009-09-09 | 1 | -4/+5 |
* | llvmpipe: s/uni/scalar/. | José Fonseca | 2009-08-29 | 1 | -2/+2 |
* | llvmpipe: Add a bunch of comments. | José Fonseca | 2009-08-29 | 1 | -0/+32 |
* | llvmpipe: Early depth testing. | José Fonseca | 2009-08-29 | 1 | -4/+5 |
* | llvmpipe: Depth test to LLVM IR translation. | José Fonseca | 2009-08-29 | 1 | -0/+181 |