| Commit message (Expand) | Author | Age | Files | Lines |
* | llvmpipe: initialize llvmpipe->dirty with LP_NEW_SCISSOR | Brian Paul | 2017-08-29 | 1 | -0/+6 |
* | llvmpipe: Match pipe_context::render_condition prototype. | Jose Fonseca | 2017-06-13 | 1 | -4/+4 |
* | gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes | Marek Olšák | 2017-05-10 | 1 | -1/+1 |
* | gallium: set pipe_context uploaders in drivers (v3) | Marek Olšák | 2017-02-14 | 1 | -0/+9 |
* | llvmpipe: s/Elements/ARRAY_SIZE/ | Brian Paul | 2016-04-27 | 1 | -5/+5 |
* | gallium: add flags parameter to pipe_screen::context_create | Marek Olšák | 2015-08-26 | 1 | -1/+2 |
* | llvmpipe: use global llvm context for PIPE_SUBSYSTEM_EMBEDDED | Roland Scheidegger | 2015-03-21 | 1 | -0/+11 |
* | gallium: Replace u_simple_list.h with util/simple_list.h | Eric Anholt | 2015-01-28 | 1 | -1/+1 |
* | llvmpipe: Reuse llvmpipes LLVMContext in the draw context. | Mathias Fröhlich | 2014-09-30 | 1 | -1/+2 |
* | llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one. | Mathias Fröhlich | 2014-09-30 | 1 | -0/+7 |
* | llvmpipe: kill off llvmpipe_variant_count | Roland Scheidegger | 2014-05-15 | 1 | -4/+0 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -3/+3 |
* | gallium: add condition parameter to render_condition | Roland Scheidegger | 2013-06-18 | 1 | -0/+2 |
* | gallium: fix type of flags in pipe_context::flush() | Chia-I Wu | 2013-05-04 | 1 | -1/+1 |
* | llvmpipe/draw: Fix texture sampling in geometry shaders | Zack Rusin | 2013-03-27 | 1 | -0/+4 |
* | gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag | Marek Olšák | 2013-01-04 | 1 | -1/+2 |
* | llvmpipe: support pipe_resource-based constant buffers | Brian Paul | 2012-12-11 | 1 | -1/+1 |
* | llvmpipe: implement blit | Marek Olšák | 2012-09-30 | 1 | -0/+12 |
* | gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define | Brian Paul | 2012-08-16 | 1 | -2/+2 |
* | llvmpipe: combine vertex/fragment sampler state into an array | Brian Paul | 2012-08-06 | 1 | -2/+2 |
* | gallivm,draw,llvmpipe: Support wider native registers. | José Fonseca | 2012-07-17 | 1 | -47/+1 |
* | llvmpipe: destroy setup variants on context destruction | Roland Scheidegger | 2012-07-16 | 1 | -0/+2 |
* | llvmpipe: fix the LP_NO_RAST debug option | Brian Paul | 2012-06-25 | 1 | -6/+0 |
* | gallium: remove unused winsys pointers in pipe_screen and pipe_context | Marek Olšák | 2012-02-21 | 1 | -1/+0 |
* | llvmpipe: Remove useless draw_install_pstipple_stage call. | Stéphane Marchesin | 2011-12-29 | 1 | -5/+0 |
* | llvmpipe: add NV_conditional_render support. | Dave Airlie | 2011-11-10 | 1 | -0/+13 |
* | gallium: remove flags from the flush function | Marek Olšák | 2011-03-11 | 1 | -2/+1 |
* | gallium: drivers should reference vertex buffers | Marek Olšák | 2011-01-06 | 1 | -0/+4 |
* | gallivm/llvmpipe: squash merge of the llvm-context branch | Brian Paul | 2010-11-30 | 1 | -2/+52 |
* | llvmpipe: use llvm for attribute interpolant calculation | Keith Whitwell | 2010-09-18 | 1 | -0/+3 |
* | llvmpipe: point sprites rasterization | Hui Qi Tay | 2010-08-27 | 1 | -0/+2 |
* | llvmpipe: native point rasterization | Hui Qi Tay | 2010-08-27 | 1 | -2/+4 |
* | llvmpipe: native rasterization for lines | Hui Qi Tay | 2010-08-27 | 1 | -1/+1 |
* | llvmpipe: fence debugging, add llvmpipe_finish | Keith Whitwell | 2010-08-25 | 1 | -1/+9 |
* | gallium: remove stray semicolons | Brian Paul | 2010-08-06 | 1 | -1/+1 |
* | llvmpipe: Only get no rast option once | Jakob Bornecrantz | 2010-08-05 | 1 | -1/+5 |
* | llvmpipe: make geometry shaders and stream output work | Zack Rusin | 2010-06-22 | 1 | -0/+1 |
* | llvmpipe: limit the number of fragment shader variants kept around | Roland Scheidegger | 2010-06-18 | 1 | -0/+3 |
* | llvmpipe: hook up basic gs and multiple constant buffer support | Keith Whitwell | 2010-06-07 | 1 | -3/+4 |
* | llvmpipe: move/rename llvmpipe_init_surface_functions() | Brian Paul | 2010-04-28 | 1 | -5/+3 |
* | llvmpipe: make rasterizer-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 1 | -4/+1 |
* | llvmpipe: make shader-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 1 | -9/+2 |
* | llvmpipe: make clip-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 1 | -5/+1 |
* | llvmpipe: make draw-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 1 | -4/+1 |
* | llvmpipe: make vertex-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 1 | -7/+1 |
* | llvmpipe: make blend-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 1 | -10/+1 |
* | llvmpipe: make sampler-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 1 | -9/+2 |
* | draw llvm: fix constructor mess | Zack Rusin | 2010-04-19 | 1 | -8/+0 |
* | llvmpipe: enable draw llvm by default | Zack Rusin | 2010-04-19 | 1 | -1/+1 |
* | Merge branch '7.8' | Brian Paul | 2010-04-19 | 1 | -2/+2 |
|\ |
|