summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* winsys/amdgpu: Add support for const IB.Marek Olšák2016-04-193-5/+124
* winsys/amdgpu: split IB data into a new structure in preparation for CEMarek Olšák2016-04-194-47/+48
* gallium/radeon: move ring_type into winsysesMarek Olšák2016-04-195-10/+11
* 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: Avoid llvm::sys::getProcessTriple().Jose Fonseca2016-04-191-3/+3
* gallivm: Remove lp_get_module_id.Jose Fonseca2016-04-194-12/+15
* gallivm: Fix MCJIT with LLVM 3.3.Jose Fonseca2016-04-191-3/+3
* gallivm: Make MCJIT a runtime option.Jose Fonseca2016-04-191-75/+72
* gallivm: Use LLVMSetTarget.Jose Fonseca2016-04-191-3/+9
* gallivm: Use LLVMPrintValueToString where available.Jose Fonseca2016-04-191-35/+10
* gallium/tests: Update UTIL_FORMAT_MAX_* defines.Jose Fonseca2016-04-192-3/+7
* Revert "nv50/ra: `isinf()` is in namespace `std` since C++11."Jose Fonseca2016-04-191-4/+0
* vc4: Fix fbo-generatemipmap-formats for NPOT.Eric Anholt2016-04-181-0/+20
* vc4: Remove unused "immediates" fieldEric Anholt2016-04-181-1/+0
* i965: Define miptree map functions static (trivial)Ben Widawsky2016-04-181-2/+2
* glsl: Properly handle ldexp(0.0f, non-zero-exp).Matt Turner2016-04-181-4/+6
* gallivm: convert size query to using a set of parameters.Dave Airlie2016-04-197-97/+51
* swr: dereference cbuf/zbuf/views on context destroyTim Rowley2016-04-181-0/+15
* freedreno/ir3: fix grouping issue w/ reverse swizzlesRob Clark2016-04-181-1/+17
* radeonsi: use enums in si_shader.hMarek Olšák2016-04-181-93/+119
* gallium/radeon: use enums in r600_query.hMarek Olšák2016-04-181-20/+23
* radeonsi: always use PFP_SYNC_ME when doing flushes and waitsMarek Olšák2016-04-182-1/+10
* radeonsi: don't do VS/PS partial flushes if SURFACE_SYNC waits tooMarek Olšák2016-04-181-11/+14
* radeonsi: add safety assertions for meta cache flushesMarek Olšák2016-04-181-0/+4
* radeonsi: don't use ACQUIRE_MEM on the graphics ringMarek Olšák2016-04-181-18/+8
* radeonsi: remove TODO and correct a comment in si_emit_cache_flushMarek Olšák2016-04-181-2/+1
* radeonsi: don't flush CB/DB caches for performance countersMarek Olšák2016-04-181-3/+6
* gallium/radeon: don't flush CB/DB caches for timestamp queriesMarek Olšák2016-04-182-2/+3
* gallium/util: fix undefined shift to the last bit in u_bit_scanMarek Olšák2016-04-181-1/+1
* gallium/util: fix u_bit_scan_consecutive_range for mask == 0xffffffffMarek Olšák2016-04-181-1/+7
* gallium/radeon: fix Nine with its slightly shifted viewportsMarek Olšák2016-04-181-15/+21
* meta: Don't botch color masks when changing drawbuffers.Kenneth Graunke2016-04-181-7/+75
* meta: Don't smash ColorMask when using MESA_META_COLOR_MASK save bit.Kenneth Graunke2016-04-182-5/+4
* vc4: Add support for rendering to cube map surfaces.Eric Anholt2016-04-181-1/+2
* vc4: Don't flush on read-only access of buffers read by the CL.Eric Anholt2016-04-183-7/+16
* vc4: Sanity check that flushes don't happen between state emit and draw.Eric Anholt2016-04-181-0/+7
* vc4: Sanity check strides for imported BOs.Eric Anholt2016-04-181-5/+18
* r600g: Move R600_BIG_ENDIAN to r600_pipe_common.hOded Gabbay2016-04-182-6/+6
* r600g: fix code indentationOded Gabbay2016-04-182-10/+10
* gallivm: don't use vector selects with llvm 3.7Roland Scheidegger2016-04-181-3/+5
* nir: only dereference undef after NULL check. (v2)Dave Airlie2016-04-181-1/+0
* i965/fs: Don't allow OOB array access of imagesJason Ekstrand2016-04-151-15/+11
* anv/device: Images are only enabled in scalar stagesJason Ekstrand2016-04-151-2/+2
* gallium/radeon: handle vertex shaders that disable clipping & viewportMarek Olšák2016-04-162-1/+20
* mesa/texstore: Use Driver.CompressedTexSubImage in the default CompressedTexI...Nanley Chery2016-04-151-5/+5
* anv: Advertise vertexPipelineStoresAndAtomics based on scalar stagesJason Ekstrand2016-04-151-1/+5
* i965/vec4: Support full std140 layout for push constantsJason Ekstrand2016-04-151-5/+25