summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: consolidate the sampler and sampler view setting codeBrian Paul2012-08-061-68/+56
* llvmpipe: combine vertex/fragment sampler state into an arrayBrian Paul2012-08-068-42/+41
* llvmpipe: use runtime loop instead of static loop for looping over quadsRoland Scheidegger2012-07-203-72/+516
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-1727-1019/+1058
* llvmpipe: Fix bug with blend factor in complementary optimisations.James Benton2012-07-171-2/+4
* llvmpipe: destroy setup variants on context destructionRoland Scheidegger2012-07-161-0/+2
* llvmpipe: Unified common code between AoS and SoA blending.James Benton2012-07-166-162/+290
* draw,gallivm: Fix draw_get_shader_param.José Fonseca2012-07-131-5/+1
* gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2012-07-101-0/+1
* llvmpipe: fix comment typoBrian Paul2012-06-291-1/+1
* tests: Updated tests to properly handle NaN for half floats.James Benton2012-06-291-0/+6
* llvmpipe: return 120 for PIPE_CAP_GLSL_FEATURE_LEVELBrian Paul2012-06-261-1/+1
* llvmpipe: handle more PIPE_CAP_x queriesBrian Paul2012-06-261-4/+48
* llvmpipe: fix the LP_NO_RAST debug optionBrian Paul2012-06-254-24/+22
* llvmpipe: Add vertex id support.Olivier Galibert2012-06-191-1/+4
* llvmpipe: Simplify and fix system variables fetch.Olivier Galibert2012-06-191-1/+1
* llvmpipe: Implement cylindrical wrapping.James Benton2012-06-183-4/+82
* automake: Globally add stub automake targets to the old Makefiles.Eric Anholt2012-06-111-3/+0
* draw: simplify index buffer specificationBrian Paul2012-05-312-5/+5
* llvmpipe: Fix alpha testing precision on rgba8 formats.José Fonseca2012-05-223-1/+34
* llvmpipe: Added a error counter to lp_test_conv.James Benton2012-05-211-3/+7
* llvmpipe: Changed known failures in lp_test_conv.James Benton2012-05-211-3/+9
* llvmpipe: Added fixed point types tests to lp_test_conv.James Benton2012-05-211-6/+7
* llvmpipe: Avoid adding floating point zero to flat inputs.José Fonseca2012-05-181-1/+4
* llvmpipe: Implement TXQ.Olivier Galibert2012-05-181-0/+23
* llvmpipe: Don't mess with the provoking vertex when inverting a triangle.Olivier Galibert2012-05-181-5/+40
* draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later.José Fonseca2012-05-161-10/+2
* llvmpipe: Color slot interpolation can be flat or perspective, not linear.Olivier Galibert2012-05-163-3/+3
* llvmpipe: Add a test for lp_build_sgn.José Fonseca2012-05-151-0/+13
* llvmpipe: Calculate fixed point coordinates for triangle setup earlier.James Benton2012-05-141-56/+106
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-2/+0
* llvmpipe: add cast to silence warningBrian Paul2012-05-111-1/+2
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-116-11/+37
|\
| * gallium: remove pipe_resource::user_ptrMarek Olšák2012-04-301-1/+0
| * gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák2012-04-303-3/+22
| * gallium: add void *user_buffer in pipe_index_bufferMarek Olšák2012-04-301-3/+6
| * gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-2/+0
| * gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák2012-04-301-1/+3
| * gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+2
| * gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák2012-04-301-0/+2
| * gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2012-04-301-0/+2
* | llvmpipe: Fix triangle bounding box calculation to be correctly inclusive or ...James Benton2012-05-111-8/+6
* | llvmpipe: Change triangle rasterization comparison from < 0 to <= 0James Benton2012-05-111-1/+8
* | gallivm: Added lp_build_const_mask_aos_swizzledJames Benton2012-05-021-9/+1
* | llvmpipe: add masking support to aos blendJames Benton2012-05-023-6/+35
* | llvmpipe: Added support for color masks in AoS blending.James Benton2012-05-024-33/+58
|/
* gallium drivers: report that user vertex buffers are supportedMarek Olšák2012-04-241-0/+2
* gallium: add user_ptr in pipe_resourceMarek Olšák2012-04-241-0/+1
* gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.James Benton2012-04-051-2/+2
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-2/+2