summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-22mesa: more unused linux/version.h includeEmil Velikov1-3/+0
2017-03-22ac: fix build with LLVM 5.0svnMarek Olšák1-2/+8
2017-03-22gallivm: remove lp_add_attr_dereferenceable in favor of amd/commonMarek Olšák3-15/+1
2017-03-22anv/device: Move push descriptor query handlingJason Ekstrand1-8/+8
2017-03-22anv/image: Return early when unbinding an imageJason Ekstrand1-4/+5
2017-03-22util/sha1: harmonize _mesa_sha1_* wrappersGrazvydas Ignotas2-9/+10
2017-03-22anv: android: remove unused include/vulkan includeEmil Velikov1-1/+0
2017-03-22anv: automake: use the local headers over any system provided onesEmil Velikov1-2/+2
2017-03-22mesa/main: fix MultiDrawElements[BaseVertex] validation of primcountNicolai Hähnle2-3/+23
2017-03-22mesa: Avoid out-of-bounds stack read via _mesa_MaterialiNicolai Hähnle1-2/+3
2017-03-21isl: Refactor row pitch calculation (v2)Chad Versace1-33/+89
2017-03-21isl: Drop misplaced comment about paddingChad Versace1-46/+0
2017-03-21i965/dri: Turn on support for image modifiersBen Widawsky1-1/+1
2017-03-21i965/dri: Handle X-tiled modifierBen Widawsky1-0/+8
2017-03-21i965/dri: Handle Y-tiled modifierBen Widawsky1-4/+14
2017-03-21i965/dri: Handle the linear fb modifierBen Widawsky1-11/+44
2017-03-21i965/dri: Enable modifier queriesBen Widawsky2-0/+7
2017-03-21i965/dri: Store the screen associated with the imageBen Widawsky2-6/+11
2017-03-21gbm: Disallow INVALID modifiers returned upon image creationBen Widawsky1-0/+32
2017-03-21i965/dri: Disallow image with INVALID modifierBen Widawsky1-0/+3
2017-03-21i965: Shut up major()/minor() warnings.Kenneth Graunke1-0/+7
2017-03-21i965: Drop AUB_TRACE_* stuff.Kenneth Graunke32-123/+70
2017-03-21i965: Use aubinator/genxml for INTEL_DEBUG=bat state decoding.Kenneth Graunke6-870/+151
2017-03-21i965: Use aubinator/genxml for INTEL_DEBUG=bat commands.Kenneth Graunke1-21/+39
2017-03-21intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].Kenneth Graunke5-7/+7
2017-03-21intel: Add a INTEL_DEBUG=color option.Kenneth Graunke2-0/+2
2017-03-21nir: Add positional argument specifiers.Vinson Lee2-2/+2
2017-03-21r600_shader.c: check returned value of eg_get_interpolator_indexJulien Isorce1-2/+4
2017-03-21util/disk_cache: fix build on platforms where shader cache is disabledTimothy Arceri1-1/+1
2017-03-21util/disk_cache: add a write helperGrazvydas Ignotas1-14/+23
2017-03-21tests/cache_test: use the blob key's actual first byteGrazvydas Ignotas1-6/+2
2017-03-21util/disk_cache: use a helper to compute cache keysGrazvydas Ignotas7-25/+51
2017-03-21radv: move KHR_get_physical_device_properties2 to instance props.Dave Airlie1-4/+4
2017-03-21radv: drop illegal DB format error.Dave Airlie1-3/+0
2017-03-20i965: Add autogenerated OA files to .gitignore.Kenneth Graunke1-0/+1
2017-03-20swr: [rasterizer] Cleanup naming of codegen filesTim Rowley26-138/+145
2017-03-20swr: [rasterizer codegen] Remove BOM from knob_defs.pyTim Rowley1-1/+1
2017-03-20swr: [rasterizer codegen] Rewrite gen_llvm_types.py to use makoTim Rowley4-118/+171
2017-03-20swr: [rasterizer codegen] Fix generation of knobsTim Rowley8-8/+23
2017-03-20swr: [rasterizer codegen] Change backend template comment styleTim Rowley1-29/+29
2017-03-20swr: [rasterizer codegen] Rewrite gen_llvm_ir_macros.py to use makoTim Rowley6-349/+204
2017-03-20swr: [rasterizer codegen] Quiet gen_backends.py executionTim Rowley1-3/+3
2017-03-20swr: [rasterizer scripts] Put codegen scripts into a separate directoryTim Rowley32-84/+84
2017-03-20swr: [rasterizer core] Fix trifan regression from 9d3442575fTim Rowley2-5/+11
2017-03-20swr: [rasterizer core] SIMD16 Frontend WIP - fix tesselation crashesTim Rowley3-31/+35
2017-03-20swr: [rasterizer jitter] Fix LogicOp blend jit after assert changesTim Rowley1-10/+25
2017-03-20swr: [rasterizer] Convert more SWR_ASSERT(false, ...) to SWR_INVALID(...)Tim Rowley18-57/+57
2017-03-20swr: [rasterizer core] Fix typo in SIMD16 code pathTim Rowley1-1/+1
2017-03-20swr: [rasterizer core/common] Fix the native AVX512 build under ICCTim Rowley3-27/+47
2017-03-20swr: [rasterizer core] Allow no arguments to SWR_INVALID macroTim Rowley1-1/+13