summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-08radv: Add CPU color packing for VK_FORMAT_A2B10G10R10_UNORM_PACK32.Bas Nieuwenhuizen1-2/+6
2017-02-08mesa: (trivial) include <inttypes.h> for PRIx64 macrosRoland Scheidegger1-0/+1
2017-02-08swr: [rasterizer jitter] Pass LLVM-IR size into jitterTim Rowley3-3/+4
2017-02-08swr: [rasterizer core] Frontend SIMD16 WIPTim Rowley4-293/+331
2017-02-08swr: [rasterizer jitter] Disable unsafe FP optimizations in the jitterTim Rowley1-1/+1
2017-02-08swr: [rasterizer core] Frontend SIMD16 WIPTim Rowley4-142/+243
2017-02-08swr: [rasterizer jitter] Add DEBUGTRAP jit builder functionTim Rowley2-1/+9
2017-02-08swr: [rasterizer jitter] Multisample blend jit fixTim Rowley1-2/+2
2017-02-08swr: [rasterizer jitter] Change SimdVector representation to arrayTim Rowley2-6/+2
2017-02-08swr: [rasterizer jitter] Fix issues with stream-out on llvm>=3.8Tim Rowley3-6/+6
2017-02-08swr: [rasterizer jitter] Adjust jitter header includesTim Rowley6-11/+11
2017-02-08swr: [rasterizer core] Frontend SIMD16 WIPTim Rowley5-43/+813
2017-02-08r600/sb: Fix memory leakBartosz Tomczyk1-1/+7
2017-02-08mesa: use PRId64/PRIu64 when printing 64-bit intsTimothy Arceri1-2/+2
2017-02-08mesa/st: fix strict aliasing issue in int64 code.Dave Airlie1-4/+2
2017-02-08mesa/uniform: fix strict aliasing issues with int64 code.Dave Airlie1-12/+26
2017-02-07radv: handle dcc in explicit image resolve path. (v2)Dave Airlie1-3/+8
2017-02-07radv: Enable fast clears by default.Bas Nieuwenhuizen3-4/+4
2017-02-07spirv: Add more asserts in vtn_vector_constructJason Ekstrand1-0/+15
2017-02-06glsl: correct compute shader checks for memoryBarrier functionsMarc Di Luzio1-6/+12
2017-02-07gallium/tgsi: fix oob access in parse instructionLi Qiang1-1/+1
2017-02-06Revert "i965: Disable guardband clipping in the smaller-than-viewport case."Kenneth Graunke1-31/+0
2017-02-06i965: Always scissor on Gen6-7.5 instead of disabling guardband.Kenneth Graunke3-48/+5
2017-02-06i965: Use a better guardband calculation.Jason Ekstrand4-82/+126
2017-02-06i965: Combine the Gen6 SF and Clip viewport atoms.Kenneth Graunke3-57/+30
2017-02-07radv: pass FMASK alignment to applicationDave Airlie1-0/+1
2017-02-07radv: Pass DCC alignment to application.Bas Nieuwenhuizen1-0/+1
2017-02-07radv: Pass CMASK alignment to application.Bas Nieuwenhuizen1-0/+1
2017-02-06radv/ac: avoid the fmask path when doing txs.Dave Airlie1-1/+2
2017-02-06swr: [rasterizer core] Removed unused clip code.Bruce Cherniak2-26/+0
2017-02-06swr: [rasterizer core] Remove dead code Clipper::ClipScalar()Bruce Cherniak1-39/+0
2017-02-06gallium: Remove vc4 simulator hack from loader infrastructure.Eric Anholt2-21/+0
2017-02-06loader: Add an environment variable to override driver name choice.Eric Anholt1-0/+11
2017-02-06targets: Use a macro to reduce cut and paste in driver setup.Eric Anholt1-111/+22
2017-02-07radeon/ac: move common llvm build functions to a separate file.Dave Airlie7-851/+934
2017-02-06dri/common: clear the loaderPrivate pointer in driDestroyDrawableNicolai Hähnle1-0/+12
2017-02-06glx: guard swap-interval functions against destroyed drawablesNicolai Hähnle2-3/+19
2017-02-06glx/dri3: guard in_current_context against a disappeared drawableNicolai Hähnle1-0/+4
2017-02-06glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversionNicolai Hähnle1-0/+2
2017-02-06anv/pipeline: set ThreadDispatchEnable conditionallyJuan A. Suarez Romero1-23/+26
2017-02-06main/fboject: default_framebuffer allowed for GetFramebufferParameterAlejandro Piñeiro1-7/+37
2017-02-06main/fbobject: implement new 4.5 pnames for GetFramebufferParameterAlejandro Piñeiro1-0/+18
2017-02-06main/framebuffer: refactor _mesa_get_color_read_format/typeAlejandro Piñeiro4-22/+71
2017-02-03radv: fix shared memory load/stores.Dave Airlie1-0/+7
2017-02-03radv/ac: correctly size shared memory usage.Dave Airlie1-1/+1
2017-02-03radv: fix compute shared memory stores since 64-bit.Dave Airlie1-1/+3
2017-02-03mesa: whitespace fixes in context.cBrian Paul1-31/+31
2017-02-03anv/blorp: Disable resolves for transparent black clearsNanley Chery1-2/+8
2017-02-03anv/cmd_buffer: Don't temporarily enable CCS_E within a render passNanley Chery1-2/+13
2017-02-03mesa: Don't crash when destroying contexts created with no visual.Kenneth Graunke1-1/+1