summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2016-06-15anv: Fix a harmless overflow warningChad Versace1-1/+1
2016-06-13isl: Replace bash generator with python generatorDylan Baker4-137/+217
2016-06-13anv/pipeline: Don't dereference NULL dynamic state pointersNanley Chery1-22/+48
2016-06-13anv: Document and rename anv_pipeline_init_dynamic_state()Nanley Chery1-3/+16
2016-06-12i965: Fix shared local memory size for Gen9+.Kenneth Graunke2-18/+2
2016-06-10anv/entrypoints: Rework #if guardsJason Ekstrand1-7/+9
2016-06-10anv/entrypoints: Use the function pointer types provided by vulkan.hJason Ekstrand1-1/+1
2016-06-10anv: Remove the PhysicalDeviceLimits FINISHMEJason Ekstrand1-2/+0
2016-06-10anv/pipeline_cache: Allow for an zero-sized cacheJason Ekstrand1-1/+4
2016-06-10anv/pipeline: Store the (set, binding, index) tripple in the bind mapJason Ekstrand5-15/+25
2016-06-10anv/descriptor_set: Ensure that bindings are always in increasing orderJason Ekstrand1-0/+13
2016-06-10anv/descriptor_set: Add a type field in debug buildsJason Ekstrand2-0/+10
2016-06-10anv/descriptor_set: Set array_size to zero for non-existant descriptorsJason Ekstrand1-0/+1
2016-06-07anv/entrypoints: Stop using the C preprocessorJason Ekstrand1-12/+2
2016-06-07anv/entrypoints: Emit #if guards for all platformsJason Ekstrand1-10/+22
2016-06-06anv/pipeline: Add support for caching the push constant mapJason Ekstrand1-4/+29
2016-06-05anv/entrypoints: don't go using wayland/xcb unless they are configuredDave Airlie1-6/+9
2016-06-03anv/blit: Use CLAMP_TO_EDGE for scaled blitsJason Ekstrand1-0/+3
2016-06-03anv/copy: Account for the anv_surface.offset when creating a blit2d_surfJason Ekstrand1-17/+17
2016-06-03anv/pipeline: Add support for early depth stencilJason Ekstrand2-2/+17
2016-06-03anv/pipeline: Silently pass tests if depth or stencil is missingJason Ekstrand3-3/+35
2016-06-03anv/pipeline: Unify gen7/8 emit_ds_stateJason Ekstrand3-85/+60
2016-06-03genxml/gen6,7,75: s/BackFace/BackfaceJason Ekstrand5-8/+8
2016-06-03anv/pipeline: Refactor specialization constant handling a bitJason Ekstrand1-5/+4
2016-06-03anv/clear: Handle ClearImage on 3-D imagesJason Ekstrand1-2/+4
2016-06-04anv: add the X related and Wayland CFLAGS to VULKAN_ENTRYPOINT_CPPFLAGSEmil Velikov1-0/+2
2016-06-02isl: add support for Android libmesa_isl static libraryMauro Rossi2-0/+237
2016-06-02isl: automake: don't include isl_format_layout.c in two lists.Emil Velikov2-2/+1
2016-06-01i965: Remove old CS local ID handlingJordan Justen1-4/+1
2016-06-01anv: Support new local ID generation & cross-thread constantsJordan Justen4-48/+42
2016-06-01i965: Store number of threads in brw_cs_prog_dataJordan Justen6-12/+8
2016-06-01i965: Add uniform for a CS thread local base IDJordan Justen1-0/+4
2016-05-31Don't use python 3Dylan Baker1-2/+2
2016-05-31genxml: change chbang to python 2Dylan Baker1-1/+1
2016-05-31genxml: use the isalpha method rather than str.isalpha.Dylan Baker1-1/+1
2016-05-31genxml: require future imports for python2 compatibility.Dylan Baker1-0/+3
2016-05-31genxml: mark re strings as rawDylan Baker1-2/+2
2016-05-31genxml: Make classes descendants of objectDylan Baker1-4/+4
2016-05-31genxml: mark gen_pack_header.py as encoded in utf-8Dylan Baker1-0/+1
2016-05-31anv: let anv_entrypoints_gen.py generate proper Wayland/Xcb guardsEmil Velikov1-0/+28
2016-05-30automake: move the git_sha1.h rule a level upEmil Velikov1-1/+1
2016-05-30anv: automake: don't forget to cleanup dev_icd.jsonEmil Velikov1-1/+1
2016-05-30anv: automake: bring back VULKAN_ENTRYPOINT_CPPFLAGSEmil Velikov1-2/+6
2016-05-30anv: automake: ship the json files in the release tarballEmil Velikov1-1/+3
2016-05-30isl: add isl_priv.h to the sources listEmil Velikov1-0/+1
2016-05-30isl: move the sources lists to Makefile.sourcesMauro Rossi2-32/+39
2016-05-30isl: automake: list builddir before srcdir in the includes listEmil Velikov1-4/+3
2016-05-30isl: automake: flatten the tests rulesEmil Velikov1-9/+4
2016-05-30isl: automake: remove unneeded install-lib-links.mk includeEmil Velikov1-2/+0
2016-05-30isl: automake: remove unneeded SUBDIRSEmil Velikov1-3/+0