aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Call LLVMShutdown before exiting.Jose Fonseca2016-04-191-0/+2
* llvmpipe: Avoid LLVMGetGlobalContext in tests.Jose Fonseca2016-04-195-6/+24
* llvmpipe: Skip false exp2 failure in lp_test_arit due to buggy MSVCRT.Jose Fonseca2016-04-191-4/+34
* llvmpipe: Test more vector lengths.Jose Fonseca2016-04-191-13/+30
* gallivm: convert size query to using a set of parameters.Dave Airlie2016-04-191-18/+4
* llvmpipe: (trivial) initialize src1_alpha var to NULLRoland Scheidegger2016-04-151-1/+1
* scons: Add a "check" target to run all unit tests.Jose Fonseca2016-04-141-5/+1
* llvmpipe: Test rounding of x.5.Jose Fonseca2016-04-131-1/+2
* gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen2016-04-121-0/+1
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+6
* gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENTEdward O'Callaghan2016-04-071-0/+1
* llvmpipe: Test abs.Jose Fonseca2016-04-031-0/+1
* llvmpipe: Build lp_test_arit on MSVC too.Jose Fonseca2016-04-031-3/+1
* gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.Jose Fonseca2016-04-031-2/+2
* llvmpipe: fix lp_rast_plane alignment on 32bitRoland Scheidegger2016-03-152-0/+8
* gallium: add CAPs returning PCI device locationMarek Olšák2016-03-091-0/+4
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-2/+4
* llvmpipe: add a few const qualifiersBrian Paul2016-02-193-4/+4
* llvmpipe: Do not use barriers if not using threads.Vinson Lee2016-02-131-2/+6
* scons: Eliminate MSVC2008 compatibility.Jose Fonseca2016-02-111-1/+1
* configure: Eliminate MSVC2008 compatibility.Jose Fonseca2016-02-111-2/+2
* gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul2016-02-081-0/+1
* gallium: add interface for querying memory usage and sizes (v2)Marek Olšák2016-02-051-0/+1
* gallium: add PIPE_CAP_QUERY_BUFFER_OBJECTIlia Mirkin2016-02-041-0/+1
* gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle2016-02-031-0/+1
* gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLYNicolai Hähnle2016-02-031-0/+1
* llvmpipe: use scissor_planes_needed helper functionRoland Scheidegger2016-02-033-18/+33
* llvmpipe: drop scissor planes early if the tri is fully inside themRoland Scheidegger2016-02-022-69/+110
* llvmpipe: minor cleanup of sse2 for calc_fixed_positionRoland Scheidegger2016-02-021-6/+5
* llvmpipe: use vector loads for (optimized) tri raster funcsRoland Scheidegger2016-02-022-37/+24
* gallium: add GREMEDY_string_markerRob Clark2016-01-211-0/+1
* llvmpipe: warn about illegal use of objects in different contextsRoland Scheidegger2016-01-213-1/+32
* llvmpipe,i915: add back NEW_RASTERIZER dependency when computing vertex infoRoland Scheidegger2016-01-211-2/+4
* llvmpipe: turn depth clears into full depth/stencil clears for d24x8 formatsRoland Scheidegger2016-01-201-11/+14
* llvmpipe: fix arguments order given to vec_andcOded Gabbay2016-01-171-1/+1
* llvmpipe: ditch additional ref counting for vertex/geometry sampler viewsRoland Scheidegger2016-01-154-46/+12
* llvmpipe: fix "leaking" texturesRoland Scheidegger2016-01-152-2/+9
* gallium/st: add pipe_context::generate_mipmap()Charmaine Lee2016-01-141-0/+1
* gallium: add PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle2016-01-141-0/+1
* llvmpipe: (trivial) use cast wrapper for __m128d to __m128 castsRoland Scheidegger2016-01-131-2/+2
* llvmpipe: avoid most 64 bit math in rasterizationRoland Scheidegger2016-01-132-65/+143
* llvmpipe: scale up bounding box planes to subpixel precisionRoland Scheidegger2016-01-133-30/+30
* llvmpipe: add sse code for fixed position calculationRoland Scheidegger2016-01-131-8/+50
* gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENTIlia Mirkin2016-01-081-0/+1
* gallium: add caps for POSITION and FACE system valuesMarek Olšák2016-01-081-0/+2
* gallium: add caps to expose support for multi indirect drawsIlia Mirkin2016-01-071-0/+2
* llvmpipe: do 64bit plane calculations in the sse pathRoland Scheidegger2016-01-082-50/+70
* llvmpipe: don't store eo as 64bit intRoland Scheidegger2016-01-084-11/+16
* llvmpipe: use aligned data for the assembly program in setupRoland Scheidegger2016-01-081-17/+21
* llvmpipe: use ints not unsigned for slotsRoland Scheidegger2016-01-076-67/+73