summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/drivers: Use automake to generate makefileTom Stellard2012-03-141-0/+3
* Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"Marek Olšák2012-03-051-4/+0
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-1/+0
* llvmpipe: Remove lp_test_sincos.José Fonseca2012-02-216-909/+8
* llvmpipe: Test lp_test_arit with LP_NATIVE_VECTOR_WIDTH.José Fonseca2012-02-171-3/+5
* llvmpipe: Specify lp_test_arit's target precision per function.José Fonseca2012-02-171-10/+16
* llvmpipe: Add a negation test to lp_test_arit.José Fonseca2012-02-171-0/+7
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-091-0/+2
* llvmpipe: Make more resilient to out-of-memory situations.José Fonseca2012-02-031-2/+6
* llvmpipe: clear storage for newly allocated resourcesKeith Whitwell2012-02-031-2/+20
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-305-24/+24
* llvmpipe: fix symbol conflict on HaikuAlexander von Gluck2012-01-241-2/+2
* llvmpipe: Fix math error in LP_DEBUG=counters outputAdam Jackson2012-01-241-2/+3
* llvmpipe: Remove unused variable 'packed' from lp_test_round.Vinson Lee2012-01-161-2/+0
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-151-1/+1
* llvmpipe: disable native integersDave Airlie2012-01-111-1/+8
* llvmpipe: Update for TGSI_INTERPOLATE_COLOR.José Fonseca2012-01-111-7/+3
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-1/+1
* gallium: make vbuf_render::set_primitive() return voidBrian Paul2012-01-071-2/+1
* gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák2012-01-051-0/+4
* llvmpipe: fix blending for intensity formatsDave Airlie2011-12-311-1/+2
* llvmpipe: Remove useless draw_install_pstipple_stage call.Stéphane Marchesin2011-12-291-5/+0
* llvmpipe: adapt to struct stream_output_info modificationsChristoph Bumiller2011-12-151-9/+2
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-152-2/+2
* gallium: disable stream output in drivers that support itMarek Olšák2011-12-151-0/+7
* llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.José Fonseca2011-12-084-11/+33
* llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...José Fonseca2011-12-082-3/+11
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-11/+11
* gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák2011-11-221-2/+0
* llvmpipe: Silent warnings about undeclared llvmpipe_check_render_cond.José Fonseca2011-11-142-0/+2
* llvmpipe: Remove unused variables.José Fonseca2011-11-141-2/+0