summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2016-04-19winsys/amdgpu: Add support for const IB.Marek Olšák3-5/+124
2016-04-19winsys/amdgpu: split IB data into a new structure in preparation for CEMarek Olšák4-47/+48
2016-04-19gallium/radeon: move ring_type into winsysesMarek Olšák5-10/+11
2016-04-19llvmpipe: Call LLVMShutdown before exiting.Jose Fonseca1-0/+2
2016-04-19llvmpipe: Avoid LLVMGetGlobalContext in tests.Jose Fonseca5-6/+24
2016-04-19llvmpipe: Skip false exp2 failure in lp_test_arit due to buggy MSVCRT.Jose Fonseca1-4/+34
2016-04-19llvmpipe: Test more vector lengths.Jose Fonseca1-13/+30
2016-04-19gallivm: Avoid llvm::sys::getProcessTriple().Jose Fonseca1-3/+3
2016-04-19gallivm: Remove lp_get_module_id.Jose Fonseca4-12/+15
2016-04-19gallivm: Fix MCJIT with LLVM 3.3.Jose Fonseca1-3/+3
2016-04-19gallivm: Make MCJIT a runtime option.Jose Fonseca1-75/+72
2016-04-19gallivm: Use LLVMSetTarget.Jose Fonseca1-3/+9
2016-04-19gallivm: Use LLVMPrintValueToString where available.Jose Fonseca1-35/+10
2016-04-19gallium/tests: Update UTIL_FORMAT_MAX_* defines.Jose Fonseca2-3/+7
2016-04-19Revert "nv50/ra: `isinf()` is in namespace `std` since C++11."Jose Fonseca1-4/+0
2016-04-18vc4: Fix fbo-generatemipmap-formats for NPOT.Eric Anholt1-0/+20
2016-04-18vc4: Remove unused "immediates" fieldEric Anholt1-1/+0
2016-04-19gallivm: convert size query to using a set of parameters.Dave Airlie7-97/+51
2016-04-18swr: dereference cbuf/zbuf/views on context destroyTim Rowley1-0/+15
2016-04-18freedreno/ir3: fix grouping issue w/ reverse swizzlesRob Clark1-1/+17
2016-04-18radeonsi: use enums in si_shader.hMarek Olšák1-93/+119
2016-04-18gallium/radeon: use enums in r600_query.hMarek Olšák1-20/+23
2016-04-18radeonsi: always use PFP_SYNC_ME when doing flushes and waitsMarek Olšák2-1/+10
2016-04-18radeonsi: don't do VS/PS partial flushes if SURFACE_SYNC waits tooMarek Olšák1-11/+14
2016-04-18radeonsi: add safety assertions for meta cache flushesMarek Olšák1-0/+4
2016-04-18radeonsi: don't use ACQUIRE_MEM on the graphics ringMarek Olšák1-18/+8
2016-04-18radeonsi: remove TODO and correct a comment in si_emit_cache_flushMarek Olšák1-2/+1
2016-04-18radeonsi: don't flush CB/DB caches for performance countersMarek Olšák1-3/+6
2016-04-18gallium/radeon: don't flush CB/DB caches for timestamp queriesMarek Olšák2-2/+3
2016-04-18gallium/util: fix undefined shift to the last bit in u_bit_scanMarek Olšák1-1/+1
2016-04-18gallium/util: fix u_bit_scan_consecutive_range for mask == 0xffffffffMarek Olšák1-1/+7
2016-04-18gallium/radeon: fix Nine with its slightly shifted viewportsMarek Olšák1-15/+21
2016-04-18vc4: Add support for rendering to cube map surfaces.Eric Anholt1-1/+2
2016-04-18vc4: Don't flush on read-only access of buffers read by the CL.Eric Anholt3-7/+16
2016-04-18vc4: Sanity check that flushes don't happen between state emit and draw.Eric Anholt1-0/+7
2016-04-18vc4: Sanity check strides for imported BOs.Eric Anholt1-5/+18
2016-04-18r600g: Move R600_BIG_ENDIAN to r600_pipe_common.hOded Gabbay2-6/+6
2016-04-18r600g: fix code indentationOded Gabbay2-10/+10
2016-04-18gallivm: don't use vector selects with llvm 3.7Roland Scheidegger1-3/+5
2016-04-16gallium/radeon: handle vertex shaders that disable clipping & viewportMarek Olšák2-1/+20
2016-04-15llvmpipe: (trivial) initialize src1_alpha var to NULLRoland Scheidegger1-1/+1
2016-04-15gallium/swr: confine c++11 flag to swr driverTim Rowley1-2/+3
2016-04-15gallium/swr: allow swr use as a swrast dri driverTim Rowley4-7/+36
2016-04-15vc4: Fix subimage accesses to LT textures.Eric Anholt1-4/+4
2016-04-14radeon/uvd: fix tonga feedback buffer sizeLeo Liu1-4/+8
2016-04-14gallium/radeon: handle failure when mapping staging bufferNicolai Hähnle1-0/+4
2016-04-14radeonsi: mark ssbo and images descriptor pointers dirty at beginning of CSNicolai Hähnle1-0/+2
2016-04-14nvc0: do not break the universe on GK110+Samuel Pitoiset1-0/+1
2016-04-14nvc0: allow to use compute support on GM200Samuel Pitoiset3-2/+5
2016-04-14gallium/swr: fold the almost identical MakefilesEmil Velikov6-312/+184