| Commit message (Expand) | Author | Age | Files | Lines |
* | llvmpipe: Avoid adding floating point zero to flat inputs. | José Fonseca | 2012-05-18 | 1 | -1/+4 |
* | llvmpipe: Implement TXQ. | Olivier Galibert | 2012-05-18 | 1 | -0/+23 |
* | llvmpipe: Don't mess with the provoking vertex when inverting a triangle. | Olivier Galibert | 2012-05-18 | 1 | -5/+40 |
* | draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later. | José Fonseca | 2012-05-16 | 1 | -10/+2 |
* | llvmpipe: Color slot interpolation can be flat or perspective, not linear. | Olivier Galibert | 2012-05-16 | 3 | -3/+3 |
* | llvmpipe: Add a test for lp_build_sgn. | José Fonseca | 2012-05-15 | 1 | -0/+13 |
* | llvmpipe: Calculate fixed point coordinates for triangle setup earlier. | James Benton | 2012-05-14 | 1 | -56/+106 |
* | gallium: remove user_buffer_create from the interface | Marek Olšák | 2012-05-12 | 1 | -2/+0 |
* | llvmpipe: add cast to silence warning | Brian Paul | 2012-05-11 | 1 | -1/+2 |
* | Merge branch 'gallium-userbuf' | Marek Olšák | 2012-05-11 | 6 | -11/+37 |
|\ |
|
| * | gallium: remove pipe_resource::user_ptr | Marek Olšák | 2012-04-30 | 1 | -1/+0 |
| * | gallium: add void *user_buffer to pipe_constant_buffer | Marek Olšák | 2012-04-30 | 3 | -3/+22 |
| * | gallium: add void *user_buffer in pipe_index_buffer | Marek Olšák | 2012-04-30 | 1 | -3/+6 |
| * | gallium: remove pipe_context::redefine_user_buffer | Marek Olšák | 2012-04-30 | 1 | -2/+0 |
| * | gallium: add void *user_buffer in pipe_vertex_buffer | Marek Olšák | 2012-04-30 | 1 | -1/+3 |
| * | gallium: change set_constant_buffer to be UBO-friendly | Marek Olšák | 2012-04-30 | 1 | -1/+2 |
| * | gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT | Marek Olšák | 2012-04-30 | 1 | -0/+2 |
| * | gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERS | Marek Olšák | 2012-04-30 | 1 | -0/+2 |
* | | llvmpipe: Fix triangle bounding box calculation to be correctly inclusive or ... | James Benton | 2012-05-11 | 1 | -8/+6 |
* | | llvmpipe: Change triangle rasterization comparison from < 0 to <= 0 | James Benton | 2012-05-11 | 1 | -1/+8 |
* | | gallivm: Added lp_build_const_mask_aos_swizzled | James Benton | 2012-05-02 | 1 | -9/+1 |
* | | llvmpipe: add masking support to aos blend | James Benton | 2012-05-02 | 3 | -6/+35 |
* | | llvmpipe: Added support for color masks in AoS blending. | James Benton | 2012-05-02 | 4 | -33/+58 |
|/ |
|
* | gallium drivers: report that user vertex buffers are supported | Marek Olšák | 2012-04-24 | 1 | -0/+2 |
* | gallium: add user_ptr in pipe_resource | Marek Olšák | 2012-04-24 | 1 | -0/+1 |
* | gallivm: Updated lp_build_log2_approx to use a more accurate polynomial. | James Benton | 2012-04-05 | 1 | -2/+2 |
* | gallium: adapt to get_query_result interface change | Marek Olšák | 2012-03-30 | 1 | -2/+2 |
* | gallium/drivers: Use automake to generate makefile | Tom Stellard | 2012-03-14 | 1 | -0/+3 |
* | Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY" | Marek Olšák | 2012-03-05 | 1 | -4/+0 |
* | gallium: remove unused winsys pointers in pipe_screen and pipe_context | Marek Olšák | 2012-02-21 | 1 | -1/+0 |
* | llvmpipe: Remove lp_test_sincos. | José Fonseca | 2012-02-21 | 6 | -909/+8 |
* | llvmpipe: Test lp_test_arit with LP_NATIVE_VECTOR_WIDTH. | José Fonseca | 2012-02-17 | 1 | -3/+5 |
* | llvmpipe: Specify lp_test_arit's target precision per function. | José Fonseca | 2012-02-17 | 1 | -10/+16 |
* | llvmpipe: Add a negation test to lp_test_arit. | José Fonseca | 2012-02-17 | 1 | -0/+7 |
* | gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION | Christoph Bumiller | 2012-02-09 | 1 | -0/+2 |
* | llvmpipe: Make more resilient to out-of-memory situations. | José Fonseca | 2012-02-03 | 1 | -2/+6 |
* | llvmpipe: clear storage for newly allocated resources | Keith Whitwell | 2012-02-03 | 1 | -2/+20 |
* | gallium: Prefix #defines in tgsi_exec.h with TGSI_ | Tom Stellard | 2012-01-30 | 5 | -24/+24 |
* | llvmpipe: fix symbol conflict on Haiku | Alexander von Gluck | 2012-01-24 | 1 | -2/+2 |
* | llvmpipe: Fix math error in LP_DEBUG=counters output | Adam Jackson | 2012-01-24 | 1 | -2/+3 |
* | llvmpipe: Remove unused variable 'packed' from lp_test_round. | Vinson Lee | 2012-01-16 | 1 | -2/+0 |
* | gallium: improve the pipe_stream_output_info struct (v2) | Marek Olšák | 2012-01-15 | 1 | -1/+1 |
* | llvmpipe: disable native integers | Dave Airlie | 2012-01-11 | 1 | -1/+8 |
* | llvmpipe: Update for TGSI_INTERPOLATE_COLOR. | José Fonseca | 2012-01-11 | 1 | -7/+3 |
* | Squash-merge branch 'gallium-clip-state' | Marek Olšák | 2012-01-10 | 1 | -1/+1 |
* | gallium: make vbuf_render::set_primitive() return void | Brian Paul | 2012-01-07 | 1 | -2/+1 |
* | gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY | Marek Olšák | 2012-01-05 | 1 | -0/+4 |
* | llvmpipe: fix blending for intensity formats | Dave Airlie | 2011-12-31 | 1 | -1/+2 |
* | llvmpipe: Remove useless draw_install_pstipple_stage call. | Stéphane Marchesin | 2011-12-29 | 1 | -5/+0 |
* | llvmpipe: adapt to struct stream_output_info modifications | Christoph Bumiller | 2011-12-15 | 1 | -9/+2 |