aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix shared local memory size for Gen9+.Kenneth Graunke2016-06-122-18/+2
* anv/entrypoints: Rework #if guardsJason Ekstrand2016-06-101-7/+9
* anv/entrypoints: Use the function pointer types provided by vulkan.hJason Ekstrand2016-06-101-1/+1
* anv: Remove the PhysicalDeviceLimits FINISHMEJason Ekstrand2016-06-101-2/+0
* anv/pipeline_cache: Allow for an zero-sized cacheJason Ekstrand2016-06-101-1/+4
* anv/pipeline: Store the (set, binding, index) tripple in the bind mapJason Ekstrand2016-06-105-15/+25
* anv/descriptor_set: Ensure that bindings are always in increasing orderJason Ekstrand2016-06-101-0/+13
* anv/descriptor_set: Add a type field in debug buildsJason Ekstrand2016-06-102-0/+10
* anv/descriptor_set: Set array_size to zero for non-existant descriptorsJason Ekstrand2016-06-101-0/+1
* anv/entrypoints: Stop using the C preprocessorJason Ekstrand2016-06-071-12/+2
* anv/entrypoints: Emit #if guards for all platformsJason Ekstrand2016-06-071-10/+22
* anv/pipeline: Add support for caching the push constant mapJason Ekstrand2016-06-061-4/+29
* anv/entrypoints: don't go using wayland/xcb unless they are configuredDave Airlie2016-06-051-6/+9
* anv/blit: Use CLAMP_TO_EDGE for scaled blitsJason Ekstrand2016-06-031-0/+3
* anv/copy: Account for the anv_surface.offset when creating a blit2d_surfJason Ekstrand2016-06-031-17/+17
* anv/pipeline: Add support for early depth stencilJason Ekstrand2016-06-032-2/+17
* anv/pipeline: Silently pass tests if depth or stencil is missingJason Ekstrand2016-06-033-3/+35
* anv/pipeline: Unify gen7/8 emit_ds_stateJason Ekstrand2016-06-033-85/+60
* genxml/gen6,7,75: s/BackFace/BackfaceJason Ekstrand2016-06-035-8/+8
* anv/pipeline: Refactor specialization constant handling a bitJason Ekstrand2016-06-031-5/+4
* anv/clear: Handle ClearImage on 3-D imagesJason Ekstrand2016-06-031-2/+4
* anv: add the X related and Wayland CFLAGS to VULKAN_ENTRYPOINT_CPPFLAGSEmil Velikov2016-06-041-0/+2
* isl: add support for Android libmesa_isl static libraryMauro Rossi2016-06-022-0/+237
* isl: automake: don't include isl_format_layout.c in two lists.Emil Velikov2016-06-022-2/+1
* i965: Remove old CS local ID handlingJordan Justen2016-06-011-4/+1
* anv: Support new local ID generation & cross-thread constantsJordan Justen2016-06-014-48/+42
* i965: Store number of threads in brw_cs_prog_dataJordan Justen2016-06-016-12/+8
* i965: Add uniform for a CS thread local base IDJordan Justen2016-06-011-0/+4
* Don't use python 3Dylan Baker2016-05-311-2/+2
* genxml: change chbang to python 2Dylan Baker2016-05-311-1/+1
* genxml: use the isalpha method rather than str.isalpha.Dylan Baker2016-05-311-1/+1
* genxml: require future imports for python2 compatibility.Dylan Baker2016-05-311-0/+3
* genxml: mark re strings as rawDylan Baker2016-05-311-2/+2
* genxml: Make classes descendants of objectDylan Baker2016-05-311-4/+4
* genxml: mark gen_pack_header.py as encoded in utf-8Dylan Baker2016-05-311-0/+1
* anv: let anv_entrypoints_gen.py generate proper Wayland/Xcb guardsEmil Velikov2016-05-311-0/+28
* automake: move the git_sha1.h rule a level upEmil Velikov2016-05-301-1/+1
* anv: automake: don't forget to cleanup dev_icd.jsonEmil Velikov2016-05-301-1/+1
* anv: automake: bring back VULKAN_ENTRYPOINT_CPPFLAGSEmil Velikov2016-05-301-2/+6
* anv: automake: ship the json files in the release tarballEmil Velikov2016-05-301-1/+3
* isl: add isl_priv.h to the sources listEmil Velikov2016-05-301-0/+1
* isl: move the sources lists to Makefile.sourcesMauro Rossi2016-05-302-32/+39
* isl: automake: list builddir before srcdir in the includes listEmil Velikov2016-05-301-4/+3
* isl: automake: flatten the tests rulesEmil Velikov2016-05-301-9/+4
* isl: automake: remove unneeded install-lib-links.mk includeEmil Velikov2016-05-301-2/+0
* isl: automake: remove unneeded SUBDIRSEmil Velikov2016-05-301-3/+0
* genxml: move the sources (headers) list to Makefile.sourcesMauro Rossi2016-05-302-6/+9
* anv: bail out if anv_wsi_init() failsEmil Velikov2016-05-301-1/+3
* anv: resolve wayland-only buildEmil Velikov2016-05-301-0/+2
* anv: Fix use of uninitialized variable.Robert Foss2016-05-301-2/+6