summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-05-24virgl: remove an incorrect check in virgl_res_needs_flushChia-I Wu1-15/+0
2019-05-24virgl: reemit resources on first draw/clear/computeChia-I Wu1-6/+24
2019-05-24virgl: add missing emit_res for SO targetsChia-I Wu1-2/+8
2019-05-24gallivm: fix default cbuf info.Roland Scheidegger1-1/+1
2019-05-24panfrost: Dereference sampled textureTomeu Vizoso1-6/+3
2019-05-24panfrost: ci: Avoid pulling Docker image on every runTomeu Vizoso1-23/+29
2019-05-24nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand40-106/+80
2019-05-24nir/builder: Merge nir_[if]mov_alu into one nir_mov_alu helperJason Ekstrand6-36/+18
2019-05-24nir/lower_to_source_mods: Stop turning add, sat, and neg into movJason Ekstrand2-40/+19
2019-05-24nir/source_mods: Add a helpers for setting source modifiersJason Ekstrand1-6/+18
2019-05-24intel: Implement abs, neg, and sat in the back-endJason Ekstrand2-9/+44
2019-05-24intel/nir: Call alu_to_scalar one last time before out-of-ssaJason Ekstrand1-0/+2
2019-05-24nir/builder: Remove the use_fmov parameter from nir_swizzleJason Ekstrand15-51/+48
2019-05-24ptn,ttn: Use nir_channel for selecting channelsJason Ekstrand2-2/+2
2019-05-24etnaviv: use the correct uniform dirty bitsChristian Gmeiner1-2/+2
2019-05-24anv: Do not emulate texture swizzle for INPUT_ATTACHMENT, STORAGE_IMAGEDanylo Piliaiev2-6/+12
2019-05-24st/dri: enable EGL_ANDROID_blob_cache on gallium driversTapani Pälli1-0/+29
2019-05-24panfrost: Remove the standalone compilerAlyssa Rosenzweig2-165/+0
2019-05-23vk/util: suppress warning about out-of-enum android valueEric Engestrom1-2/+4
2019-05-23iris: Advertise coherent framebuffer fetchesKenneth Graunke1-0/+2
2019-05-23gallium: Add PIPE_CAP_FBFETCH_COHERENT and expose extensionsKenneth Graunke4-0/+8
2019-05-23st/mesa: Advertise GL_EXT_shader_framebuffer_fetch_non_coherentKenneth Graunke1-0/+5
2019-05-23gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke20-24/+32
2019-05-23iris: Record state sizes for INTEL_DEBUG=bat decoding.Kenneth Graunke7-5/+57
2019-05-23vk/util: drop no-op compiler warning workaroundEric Engestrom1-19/+5
2019-05-23mesa/main: make the CONSERVATIVE_RASTERIZATION_INTEL checks consistentErik Faye-Lund1-1/+2
2019-05-23mesa/main: make the FRAGMENT_PROGRAM checks consistentErik Faye-Lund1-3/+2
2019-05-23mesa/main: make the TEXTURE_CUBE_MAP checks consistentErik Faye-Lund1-3/+5
2019-05-23mesa/main: remove duplicate macrosErik Faye-Lund1-14/+0
2019-05-23mesa/main: remove unused argumentErik Faye-Lund1-24/+24
2019-05-23mesa/main: remove unused macroErik Faye-Lund1-8/+0
2019-05-23glsl: simplify resource list building codeTimothy Arceri3-77/+87
2019-05-22virgl: track valid buffer range for transfer syncChia-I Wu7-20/+59
2019-05-22virgl: remove support for buffer surfacesChia-I Wu2-19/+15
2019-05-22virgl: handle NULL shader resource explicitlyChia-I Wu1-3/+3
2019-05-22vulkan: fix build dependency issue with generated filesLionel Landwerlin7-26/+35
2019-05-22gallium: enable dmabuf on BSD as wellGreg V1-1/+1
2019-05-22iris: fix android buildTapani Pälli1-0/+1
2019-05-22etnaviv: fill missing offset in etna_resource_get_handlePhilipp Zabel1-0/+1
2019-05-22radv: do not reset query pool during creationSamuel Pitoiset1-3/+0
2019-05-22radv: fix the sample max distance value for 8xSamuel Pitoiset1-1/+1
2019-05-22radv: emit correct centroid priority based on the number of samplesSamuel Pitoiset1-3/+16
2019-05-22radv: clean up the sample locations codebaseSamuel Pitoiset4-98/+76
2019-05-22radv: remove remaining code related to 16 samplesSamuel Pitoiset2-51/+0
2019-05-21iris: Fix ALT mode regressions from shader cacheKenneth Graunke2-4/+9
2019-05-21radeonsi: fix a regression in si_rebind_bufferMarek Olšák1-4/+8
2019-05-21iris: Expose the disk cache to the state tracker as well.Kenneth Graunke1-0/+8
2019-05-21iris: Cache assembly shaders in the on-disk shader cacheDylan Baker3-6/+236
2019-05-21iris: Serialize the NIR to a blob we can use for shader cache purposes.Kenneth Graunke2-0/+25
2019-05-21iris: Start wiring up on-disk shader cacheDylan Baker4-0/+81