summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* anv/cmd_buffer: Don't delete command buffers in ResetCommandPool()Ronie Salgado2016-05-271-19/+18
* anv: Try the first 8 render nodes instead of just renderD128Jason Ekstrand2016-05-271-4/+10
* anv: strdup the device path into the physical deviceJason Ekstrand2016-05-272-2/+4
* anv/formats: Exit early for unsupported formatsJason Ekstrand2016-05-271-2/+3
* anv/formats: Map VK_FORMAT_UNDEFINED to ISL_FORMAT_UNSUPPORTEDJason Ekstrand2016-05-271-1/+1
* anv/clear: Remove an unused variableJason Ekstrand2016-05-271-1/+0
* anv: Emit DRAWING_RECTANGLE once at driver initializationJason Ekstrand2016-05-272-13/+9
* anv/cmd_buffer: Only emit PIPE_CONTROL on-demandJason Ekstrand2016-05-276-70/+140
* genxml: Make PIPE_CONTROL::CommandStreamerStallEnable a booleanJason Ekstrand2016-05-275-5/+5
* anv/clear: Only clear the render area when doing subpass clearsJason Ekstrand2016-05-273-4/+3
* anv: Move push constant allocation to the command bufferJason Ekstrand2016-05-275-44/+71