amd/common: add ac_compile_module_to_elf
[mesa.git] / src /
2019-06-13 Nicolai Hähnleamd/common: add ac_compile_module_to_elf
2019-06-13 Nicolai Hähnleradeonsi: dump shader binary buffer contents
2019-06-13 Nicolai Hähnleradeonsi: return bool from si_shader_binary_upload
2019-06-13 Nicolai Hähnleradeonsi: let si_shader_create return a boolean
2019-06-13 Nicolai Hähnleradeonsi: use ac_shader_config
2019-06-13 Nicolai Hähnleamd/common: add a more powerful runtime linker
2019-06-12 Caio Marcelo de... i965: Fix INTEL_DEBUG=bat
2019-06-12 Caio Marcelo de... util/hash_table: Properly handle the NULL key in hash_t...
2019-06-12 Nicolai Hähnleamd/common: clarify ac_shader_binary::lds_size
2019-06-12 Nicolai Hähnleamd/common: extract ac_parse_shader_binary_config
2019-06-12 Nicolai Hähnleu_dynarray: turn util_dynarray_{grow, resize} into...
2019-06-12 Nicolai Hähnleu_dynarray: return 0 on realloc failure and ensure...
2019-06-12 Nicolai Hähnlefreedreno: use util_dynarray_clear instead of util_dyna...
2019-06-12 Alyssa Rosenzweigpanfrost/midgard: Differentiate vertex/fragment texture...
2019-06-12 Alyssa Rosenzweigpanfrost/midgard: Assert on unknown texture source
2019-06-12 Alyssa Rosenzweigpanfrost/midgard: Set minimal swizzle on texture input
2019-06-12 Alyssa Rosenzweigpanfrost/midgard: Lower texture projectors
2019-06-12 Alyssa Rosenzweigpanfrost/midgard: Implement txl
2019-06-12 Alyssa Rosenzweigpanfrost/midgard: Implement txb op
2019-06-12 Alyssa Rosenzweigpanfrost: Unify bind_vs/fs_state
2019-06-12 Alyssa Rosenzweigpanfrost: Add panfrost_job_type_for_pipe helper
2019-06-12 Alyssa Rosenzweigpanfrost/midgard: Extract emit_varying_read
2019-06-12 Alyssa Rosenzweigpanfrost: Remove "vertex/tiler render target" silliness
2019-06-12 Alyssa Rosenzweigpanfrost/decode: Print line number of bad memory access
2019-06-12 Alyssa Rosenzweigpanfrost: Replace pantrace with direct decoding
2019-06-12 Kevin Strasserst/mesa: Add rgbx handling for fp formats
2019-06-12 Kevin Strassergallium/winsys/kms: Fix dumb buffer bpp
2019-06-12 Eric Engestromutil/futex: fix dangling pointer use
2019-06-12 Samuel Pitoisetradv: fix VK_EXT_memory_budget if one heap isn't available
2019-06-12 Samuel Pitoisetradv: fix occlusion queries on VegaM
2019-06-12 Lionel Landwerlinanv: do not parse genxml data without INTEL_DEBUG=bat
2019-06-12 Lionel Landwerlinintel/dump: fix segfault when the app hasn't accessed...
2019-06-12 Caio Marcelo de... iris: Only upload surface state for grid info when...
2019-06-12 Caio Marcelo de... iris: Create binding table slot for num_work_groups...
2019-06-12 Rui Salvaterrar300g: implement GLSL disk shader caching
2019-06-12 Richard Thierr300g: restore performance after RADEON_FLAG_NO_INTERPR...
2019-06-12 Marek Olšákradeonsi: don't test SDMA perf if SDMA is disabled...
2019-06-12 Marek Olšákradeonsi: always interpolate PrimID as flat
2019-06-12 Marek Olšákradeonsi: move color clamping to si_llvm_export_vs...
2019-06-12 Marek Olšákradeonsi: use the ac helper for index buffer stores...
2019-06-12 Marek Olšákradeonsi: use the ac helper for image stores
2019-06-12 Marek Olšákradeonsi: use the ac helper for SSBO stores
2019-06-12 Marek Olšákradeonsi: fixes for vec3 buffer stores in LLVM 9
2019-06-11 Caio Marcelo de... iris: Enable PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED
2019-06-11 Caio Marcelo de... gallium: Add PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED
2019-06-11 Caio Marcelo de... st/glsl: Perform some var optimizations
2019-06-11 Ville Syrjäläanv/cmd_buffer: Reuse gen8 Cmd{Set, Reset}Event on...
2019-06-11 Ian Romanickintel/fs: Mark source 0 of bcsel as needing Boolean...
2019-06-11 Rob Clarkfreedreno/a5xx: enable a540
2019-06-11 Rob Clarkfreedreno/a6xx: enable UBWC by default
2019-06-11 Rob Clarkfreedreno/a6xx: disallow UBWC for z24s8
2019-06-11 Rob Clarkfreedreno/a6xx: use correct UBWC reg builders
2019-06-11 Rob Clarkfreedreno: update generated headers
2019-06-11 Rob Clarkfreedreno/a6xx: disable UBWC for some formats
2019-06-11 Rob Clarkfreedreno/a6xx: handle non-UWC-compatible image views
2019-06-11 Rob Clarkfreedreno/a6xx: handle non-UBWC-compatible texture...
2019-06-11 Rob Clarkfreedreno: add helper to uncompress UBWC resource
2019-06-11 Rob Clarkfreedreno: handle images in rebind_resource()
2019-06-11 Rob Clarkfreedreno: allow null discard box in shadow path
2019-06-11 Rob Clarkfreedreno: swap UBWC state in shadow path
2019-06-11 Rob Clarkfreedreno: add modifier param to fd_try_shadow_resource()
2019-06-11 Rob Clarkfreedreno: correct modifier for UBWC buffers
2019-06-11 Chia-I Wuvirgl: consider newly created resources idle
2019-06-11 Chia-I Wuvirgl: make resource_wait/resource_is_busy cheaper
2019-06-11 Chia-I Wuvirgl: add virgl_drm_{alloc,free,clear}_res_list
2019-06-11 Chia-I Wuvirgl: do not cache external resources
2019-06-11 Alyssa Rosenzweigpanfrost: Enable AFBC on depth/stencil
2019-06-11 Alyssa Rosenzweigpanfrost: Linear depth/stencil should be aligned
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Decode LOD/bias registers
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Decode texture offset register swizzle
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: include textureGather()
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Support negative immediate offsets
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Fix redunant mask redundancy
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: Print LOD for texelFetch
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Identify the in_reg_full field
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: Correctly dump bias/LOD
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: Cleanup texture op code
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: Add missing space
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: LOD immediate/register select
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: Use texture op name bare
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: Varying perspective divides
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Add perspective division opcodes
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Print texture offsets
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Expand texture to 4-channel swizzle
2019-06-11 Samuel Iglesias... radv: assert on inline uniform blocks in radv_CmdPushDe...
2019-06-11 Samuel Iglesias... anv: ignore inline uniform blocks in anv_CmdPushDescrip...
2019-06-11 Eric Engestromegl: compare the whole list of attributes
2019-06-11 Eduardo Lima Mitevfreedreno/a5xx: Fix indirect draw max_indices calculation
2019-06-11 Samuel Pitoisetradv: remove extra assignment in radv_decompress_resolv...
2019-06-11 Samuel Pitoisetradv: add radv_get_resolve_pipeline() helper in the...
2019-06-11 Samuel Pitoisetradv: do not decompress all image layers before resolvi...
2019-06-11 Samuel Pitoisetradv: initialize the aspect mask when decompressing...
2019-06-11 Samuel Pitoisetradv: perform proper layout transitions before resolving
2019-06-11 Samuel Pitoisetradv: do not resolve all image layers with compute...
2019-06-10 Kenneth Graunkeiris: Bypass half-float pack/unpack lowering.
2019-06-10 Bas Nieuwenhuizenradv: Handle UNDEFINED format in image format list.
2019-06-10 Bas Nieuwenhuizenradv: Prevent out of bound shift on 32-bit builds.
2019-06-10 Caio Marcelo de... glsl: Check order and uniqueness of interlock functions
2019-06-10 Caio Marcelo de... glsl: Make interlock builtins follow same compiler...
2019-06-10 Eduardo Lima Mitevnir/opt_algebraic: Fix rules for imadsh_mix16
next