aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel/compiler: Silence warning about value that may be used uninitializedIan Romanick2019-02-081-1/+1
* anv: assert that color attachment are validLionel Landwerlin2019-02-081-4/+1
* anv: wire up the state_pool_padding testEmil Velikov2019-02-051-0/+5
* isl: assert that Gen8+ don't have bit6_swizzlingCaio Marcelo de Oliveira Filho2019-02-041-0/+3
* anv: skip bit6 swizzle detection in Gen8+Caio Marcelo de Oliveira Filho2019-02-041-2/+14
* anv: Fix VK_EXT_transform_feedback working with varyings packed in PSIZDanylo Piliaiev2019-02-041-3/+20
* anv: Handle VK_ATTACHMENT_UNUSED in colorAttachmentDanylo Piliaiev2019-02-041-0/+4
* anv: Implement VK_EXT_buffer_device_addressJason Ekstrand2019-02-015-2/+67
* intel/fs: Implement nir_intrinsic_global_atomic_*Jason Ekstrand2019-02-018-0/+202
* intel/fs: Use SENDS for A64 writes on gen9+Jason Ekstrand2019-02-011-10/+23
* intel/fs: Implement load/store_global with A64 untyped messagesJason Ekstrand2019-02-017-1/+273
* intel/fs: Do the grf127 hack on SIMD8 instructions in SIMD16 modeJason Ekstrand2019-02-011-7/+6
* intel/fs: Properly handle 64-bit types in LOAD_PAYLOADJason Ekstrand2019-02-012-2/+7
* intel/fs/cse: Split create_copy_instr into three casesJason Ekstrand2019-02-011-17/+17
* intel/nir: Add global support to lower_mem_access_bit_sizesJason Ekstrand2019-02-011-0/+2
* intel/fs: Fix memory corruption when compiling a CSOscar Blumberg2019-02-011-1/+2
* meson: remove -std=c++11 from intel/toolsDylan Baker2019-01-311-1/+1
* meson: fix style in intel/toolsDylan Baker2019-01-311-15/+17
* meson: remove build_by_default : trueDylan Baker2019-01-311-7/+0
* intel/fs: Use split sends for surface writes on gen9+Jason Ekstrand2019-01-292-18/+47
* intel/fs: Add interference between SENDS sourcesJason Ekstrand2019-01-291-0/+27