aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* i965: Add support for sampling from XYUV imagesKasireddy, Vivek2019-02-262-0/+2
* intel/eu: Add an EOT parameter to send_indirect_[split]_messageJason Ekstrand2019-02-254-19/+29
* intel/aub_viewer: silence more compiler warningsLionel Landwerlin2019-02-251-2/+2
* intel/aub_viewer: silence compiler warningLionel Landwerlin2019-02-251-1/+1
* intel/aub_viewer: printout 48bits addressesLionel Landwerlin2019-02-251-14/+14
* Revert "anv: add support for INTEL_DEBUG=bat"Lionel Landwerlin2019-02-241-49/+0
* anv: add support for INTEL_DEBUG=batLionel Landwerlin2019-02-231-0/+49
* anv: advertise 8 subpixel precision bitsJuan A. Suarez Romero2019-02-222-1/+6
* genxml: add missing field values for 3DSTATE_SFJuan A. Suarez Romero2019-02-226-6/+24
* intel: fix urb size for CFL GT1Lionel Landwerlin2019-02-221-0/+1
* isl: the display engine requires 64B alignment for linear surfacesSamuel Iglesias Gonsálvez2019-02-221-0/+8
* android: intel/isl: remove redundant building rulesMauro Rossi2019-02-221-13/+0
* intel/fs: Rely on undocumented unrestricted regioning for 32x16-bit integer m...Francisco Jerez2019-02-211-3/+11
* intel/fs: Implement extended strides greater than 4 for IR source regions.Francisco Jerez2019-02-211-3/+10
* intel/fs: Cap dst-aligned region stride to maximum representable hstride value.Francisco Jerez2019-02-211-5/+23
* intel/fs: Lower integer multiply correctly when destination stride equals 4.Francisco Jerez2019-02-211-4/+8
* intel/fs: Exclude control sources from execution type and region alignment ca...Francisco Jerez2019-02-213-4/+68
* genxml: Remove extra space in gen4/45/5 field nameJordan Justen2019-02-213-15/+15
* genxml/gen_bits_header.py: Use regex to strip no alphanum charsJordan Justen2019-02-211-26/+4
* iris: handle PatchVerticesIn as a system value.Kenneth Graunke2019-02-211-0/+2
* iris: add Android buildTapani Pälli2019-02-211-0/+13
* imgui: make sure our copy of imgui doesn't clash with others in the same processLionel Landwerlin2019-02-211-0/+2
* build: move imgui out of src/intel/tools to be reusedLionel Landwerlin2019-02-2119-31619/+10
* nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fsAlejandro Piñeiro2019-02-214-4/+10
* blorp: introduce helper method blorp_nir_init_shaderAlejandro Piñeiro2019-02-213-7/+16
* anv: use anv_shader_bin_write_to_blob()'s return valueEric Engestrom2019-02-201-3/+1
* anv: drop unused importsEric Engestrom2019-02-201-2/+0
* anv: make sure the extensions stay sortedEric Engestrom2019-02-201-0/+20
* anv: sort vendors extensions after KHR and EXTEric Engestrom2019-02-201-2/+2
* anv: sort extensions alphabeticallyEric Engestrom2019-02-201-1/+1
* anv: anv: refactor error handling in anv_shader_bin_write_to_blob()Tapani Pälli2019-02-201-28/+26
* anv: implement VK_EXT_depth_clip_enableLionel Landwerlin2019-02-205-4/+23
* isl: remove the cache line size alignment requirementSamuel Iglesias Gonsálvez2019-02-201-14/+0
* intel/compiler/test: Add unit test for mismatched signedness comparisonMatt Turner2019-02-151-0/+32
* intel/compiler: Avoid propagating inequality cmods if types are differentMatt Turner2019-02-151-0/+7
* intel/compiler/test: Set devinfo->gen = 7Matt Turner2019-02-151-1/+1
* intel/fs: Bail in optimize_extract_to_float if we have modifiersJason Ekstrand2019-02-141-0/+9
* intel/fs: Silence a compiler warningJason Ekstrand2019-02-141-2/+1
* anv: Silence some compiler warnings in release buildsJason Ekstrand2019-02-142-4/+4
* anv/blorp: Delete a pointless assertJason Ekstrand2019-02-141-5/+0
* anv: Put MOCS in the correct locationKenneth Graunke2019-02-141-2/+2
* anv/tests: compile to something sensible in release buildsEric Engestrom2019-02-145-0/+10
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-1419-27/+25
* intel: Use the NIR lowering for isign.Eric Anholt2019-02-143-31/+1
* meson: Add dependency on genxml to anvilDylan Baker2019-02-131-2/+5
* anv/cmd_buffer: check for NULL framebufferJuan A. Suarez Romero2019-02-121-5/+29
* intel/compiler: add scale_factors to sampler_prog_key_dataTapani Pälli2019-02-122-0/+7
* intel/dump_gpu: Disambiguate between BOs from different GEM handle spaces.Francisco Jerez2019-02-111-18/+23
* intel/fs: Use enumerated array assignments in fb read TXF setupJason Ekstrand2019-02-111-5/+9
* intel/compiler: use 0 as sampler in emit_mcs_fetchCaio Marcelo de Oliveira Filho2019-02-082-2/+2