summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Remove lp_build_blend_soa()José Fonseca2012-11-295-538/+37
* llvmpipe: Eliminate color buffer swizzling.José Fonseca2012-11-2917-1334/+30
* llvmpipe: Only advertise unswizzled formats.José Fonseca2012-11-293-25/+17
* llvmpipe: Implement logic ops for the AoS path.José Fonseca2012-11-281-1/+8
* llvmpipe: Don't use dynamically sized arrays.José Fonseca2012-11-281-4/+4
* llvmpipe: Update llvmpipe_is_format_unswizzled to reflect latest changes.James Benton2012-11-281-9/+0
* llvmpipe: Enable vertex color clamping.James Benton2012-11-281-1/+1
* llvmpipe: Unswizzled rendering.James Benton2012-11-2815-128/+1422
* gallivm: Updated lp_build_const_mask_aos to input number of channels.James Benton2012-11-282-2/+5
* gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger2012-11-272-4/+9
* gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger2012-11-125-32/+77
* llvmpipe: always allocate whole miptrees not individual levelsRoland Scheidegger2012-11-122-60/+81
* gallium: fix unused cap warnings in drivers for cube map array cap.Dave Airlie2012-11-101-0/+1
* llvmpipe: Obey back writemask.José Fonseca2012-10-311-2/+8
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-311-0/+1
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-313-8/+12
* gallivm/llvmpipe: fix 64-bit %ll format compiler warnings for mingw32Brian Paul2012-10-261-4/+7
* gallivm: fix rsqrt failuresRoland Scheidegger2012-10-121-7/+35
* gallium: unify transfer functionsMarek Olšák2012-10-111-62/+42
* llvmpipe: implement blitMarek Olšák2012-09-304-0/+80
* gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák2012-09-301-0/+1
* llvmpipe: fix overflow bug in total texture size computationBrian Paul2012-09-201-2/+16
* llvmpipe: implement the new can_create_resource() functionBrian Paul2012-09-171-5/+23
* llvmpipe: set max cube texture size to 4K x 4KBrian Paul2012-09-172-1/+2
* llvmpipe: Make driver name more informative.José Fonseca2012-09-061-1/+4
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-3/+1
* llvmpipe: Bump the maximum texture size (in pixels).José Fonseca2012-08-282-2/+9
* llvmpipe: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-22/+45
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-164-7/+7
* gallium: add a shader stage/type param to some draw functionsBrian Paul2012-08-161-12/+9
* llvmpipe: Silence Coverity incorrect sizeof expression defect.Vinson Lee2012-08-151-1/+1
* 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