aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* draw/llvmpipe: fix transform feedback position + enable other extensionsDave Airlie2012-12-141-1/+1
* llvmpipe: remove unneeded draw_flush() callBrian Paul2012-12-121-2/+0
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* llvmpipe: don't use user constant buffersBrian Paul2012-12-111-1/+2
* llvmpipe: support pipe_resource-based constant buffersBrian Paul2012-12-117-34/+48
* llvmpipe: fix missing tbo cap warning.Dave Airlie2012-12-081-0/+1
* gallivm,llvmpipe,draw: Support multiple constant buffers.José Fonseca2012-12-078-46/+66
* llvmpipe: fix regression in gears speed.Dave Airlie2012-12-071-2/+4
* llvmpipe: Fix statement before declaration.José Fonseca2012-12-061-1/+2
* llvmpipe: remove unused variableBrian Paul2012-12-061-1/+0
* llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie2012-12-0615-101/+125
* llvmpipe: Fix alignment.José Fonseca2012-12-041-0/+5
* llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton2012-12-0311-43/+125
* llvmpipe: Refactor convert_to/from_blend_type to convert in place.José Fonseca2012-12-031-12/+8
* llvmpipe: Improve color buffer loads/stores alignment.José Fonseca2012-12-031-10/+19
* llvmpipe: Recompute the fs shader key when framebuffer varies.José Fonseca2012-12-031-0/+1
* llvmpipe: Remove remnants of lp_tile_soa from Makefile.José Fonseca2012-11-302-4/+0
* llvmpipe: Fix incorrect sizeof.Vinson Lee2012-11-291-2/+2
* llvmpipe: Fix build break from 75da95c50Stéphane Marchesin2012-11-291-2/+1
* llvmpipe: support array texturesRoland Scheidegger2012-11-296-7/+32
* 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