summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-08docs: update package contentsEric Engestrom1-2/+2
2017-02-08docs: fix unpacking instructionsEric Engestrom1-20/+4
2017-02-08docs: remove dead 'beta' linkEric Engestrom1-1/+2
2017-02-08docs: add a note about the new version schemeEric Engestrom1-0/+8
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-07configure.ac: remove src/gallium/winsys/intel/drm/Makefile referenceEmil Velikov1-1/+0
2017-02-07docs: reword ilo removal noteEmil Velikov1-2/+1
2017-02-07configure.ac: Remove redundant libglvnd stanzaBoyan Ding1-49/+32
2017-02-07travis: use both cores for make/make checkEmil Velikov1-0/+1
2017-02-07travis: add nearly all gallium drivers to the listEmil Velikov1-2/+2
2017-02-07travis: correct libdrm required regex to also track libdrm itselfEmil Velikov1-1/+1
2017-02-07configure.ac: add swr to the gallium drivers list.Emil Velikov1-1/+1
2017-02-07configure.ac: list all the dri-drivers in the help stringEmil Velikov1-1/+1
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-06eglmesaext: add new enums for EGL_MESA_drm_image_formatsNicolai Hähnle1-0/+7
2017-02-06docs: add EGL_MESA_drm_image_formats extension proposalNicolai Hähnle2-0/+103
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