mesa.git
2019-01-14 Eric Anholtv3d: Add support for shader_image_load_store.
2019-01-14 Eric Anholtv3d: Add SSBO/atomic counters support.
2019-01-14 Eric Anholtv3d: Drop the GLSL version level.
2019-01-14 Eric Anholtv3d: Add support for matrix inputs to the FS.
2019-01-14 Eric Anholtv3d: Add an isr to the simulator to catch GMP violations.
2019-01-14 Eric Anholtv3d: Fix txf_ms 2D_ARRAY array index.
2019-01-14 Eric Anholtv3d: Add support for GL_ARB_framebuffer_no_attachments.
2019-01-14 Eric Anholtv3d: Add support for the early_fragment_tests flag.
2019-01-14 Eric Anholtv3d: Add support for flushing dirty TMU data at job...
2019-01-14 Samuel Pitoisetac: add missing 16-bit types to glsl_base_to_llvm_type()
2019-01-14 Bas Nieuwenhuizenradv: Only use 32 KiB per threadgroup on Stoney.
2019-01-14 Marek Olšákst/dri: fix dri2_format_table for argb1555 and rgb565
2019-01-14 Jason Ekstrandnir: Add a bool to float32 lowering pass
2019-01-14 Caio Marcelo... src/intel: use new hash table and set creation helpers
2019-01-14 Caio Marcelo... src/compiler: use new hash table and set creation helpers
2019-01-14 Caio Marcelo... util: Helper to create sets and hashes with pointer...
2019-01-14 Samuel Pitoisetac/nir: set cache policy when loading/storing buffer...
2019-01-14 Samuel Pitoisetac/nir: add get_cache_policy() helper and use it
2019-01-14 Jason Ekstrandanv: Implement VK_KHR_depth_stencil_resolve
2019-01-14 Jason Ekstrandanv: Move resolve_subpass to genX_cmd_buffer.c
2019-01-14 Jason Ekstrandanv/blorp: Refactor MSAA resolves into an exportable...
2019-01-14 Jason Ekstrandanv: Rename has_resolve to has_color_resolve
2019-01-14 Jason Ekstrandintel/blorp: Add two more filter modes
2019-01-14 Andres Gomezbin/get-pick-list.sh: fix redirection in sh
2019-01-14 Andres Gomezbin/get-pick-list.sh: fix the oneline printing
2019-01-14 Michel Dänzeramd/common: Restore v4i32 suffix for llvm.SI.load.const...
2019-01-14 Nicolai Hähnleamd/common/vi+: enable SMEM loads with GLC=1
2019-01-14 Nicolai Hähnleamd/common: use llvm.amdgcn.s.buffer.load for LLVM 8.0
2019-01-14 Iago Toral... anv/pipeline_cache: free NIR shader cache
2019-01-14 Danylo Piliaievglsl: Fix copying function's out to temp if dereference...
2019-01-13 Kenneth Graunkei965: Drop mark_surface_used mechanism.
2019-01-13 Eric Engestromegl: fix python lib deprecation warning
2019-01-12 Jason Ekstrandspirv: Emit switch conditions on-the-fly
2019-01-12 Jason Ekstrandnir/gcm: Support deref instructions
2019-01-12 Jason Ekstrandintel/nir: Call nir_opt_deref in brw_nir_optimize
2019-01-12 Jason Ekstrandspirv: Contain the GLSLang issue #179 workaround to...
2019-01-12 Jason Ekstrandspirv: Whack sampler/image pointers to uniform
2019-01-11 Kenneth Graunkest/nir: Lower TES gl_PatchVerticesIn to a constant...
2019-01-11 Jonathan Marekglsl/nir: keep bool types when native_integers=false
2019-01-11 Jonathan Marekglsl/nir: ftrunc for native_integers=false float to...
2019-01-11 Jonathan Marekglsl/nir: int constants as float for native_integers...
2019-01-11 Jason Ekstrandintel/peephole_ffma: Fix swizzle propagation
2019-01-11 Kenneth Graunkenir: Allow a non-existent sampler deref in nir_lower_sa...
2019-01-11 Eric Engestromtravis: avoid using unset llvm-config
2019-01-11 Eric Engestromegl: remove unused include
2019-01-11 Eric Engestromegl: add missing includes
2019-01-11 Iago Toral... anv/pipeline_cache: fix incorrect guards for NIR cache
2019-01-11 Kenneth Graunkeblorp: Pass the batch to lookup/upload_shader instead...
2019-01-11 Kenneth Graunkeblorp: Add blorp_get_surface_address to the driver...
2019-01-11 Ilia Mirkindocs: fix gallium screen cap docs
2019-01-11 Danylo Piliaievglsl: Make invariant outputs in ES fragment shader...
2019-01-11 Jason Ekstrandanv/pipeline: Cache the pre-lowered NIR
2019-01-11 Jason Ekstrandanv/pipeline_cache: Add support for caching NIR
2019-01-11 Jason Ekstrandanv/pipeline: Hash shader modules and spec constants...
2019-01-11 Jason Ekstrandcompiler/types: Serialize/deserialize subpass input...
2019-01-11 Jason Ekstrandanv/pipeline: Move wpos and input attachment lowering...
2019-01-10 Matt Turneri965: Compile fp64 funcs only if we do not have 64...
2019-01-10 Jason Ekstrandanv/pipeline: Constant fold after apply_pipeline_layout
2019-01-10 Rob Clarkfreedreno/a6xx: fix 3d+tiled layout
2019-01-10 Rob Clarkfreedreno/a6xx: move tile_mode to sampler-view CSO
2019-01-10 Rob Clarkfreedreno/a6xx: separate stencil restore/resolve fixes
2019-01-10 Rob Clarkfreedreno: make cmdstream bo's read-only to GPU
2019-01-10 Guido Güntheretnaviv: fix typo in cflush_all description
2019-01-10 Eric Engestromradv: remove a few more unnecessary KHR suffixes
2019-01-10 Rhys Perrynir: fix copy-paste error in nir_lower_constant_initial...
2019-01-10 Andres Gomezdocs: complete the calendar and release schedule docume...
2019-01-10 Andres Gomezglsl/linker: specify proper direction in location alias...
2019-01-10 Andres Gomezeditorconfig: Add max_line_length property
2019-01-10 Tapani Pälliintel/isl: move tiled_memcpy static libs from i965...
2019-01-10 Matt Turneri965: Enable 64-bit GLSL extensions
2019-01-10 Matt Turneri965: Compile fp64 software routines and lower double-ops
2019-01-10 Matt Turnerintel/compiler: Heap-allocate temporary storage
2019-01-10 Matt Turnerintel/compiler: Expand size of the 'nr' field
2019-01-10 Matt Turnerintel/compiler: Prevent warnings in the following patch
2019-01-10 Matt Turnerintel/compiler: Rearrange code to avoid future problems
2019-01-10 Matt Turnerintel/compiler: Avoid false positive assertions
2019-01-10 Matt Turnerintel/compiler: Split 64-bit MOV-indirects if needed
2019-01-10 Matt Turnerintel/compiler: Lower 64-bit MOV/SEL operations
2019-01-10 Matt Turnernir: Unset metadata debug bit if no progress made
2019-01-10 Matt Turnernir: Add lowering support for 64-bit operations to...
2019-01-10 Matt Turnernir: Create nir_builder in nir_lower_doubles_impl()
2019-01-10 Matt Turnernir: Add and set info::uses_64bit
2019-01-10 Matt Turnernir: Implement lowering of 64-bit shift operations
2019-01-10 Matt Turnernir: Wire up int64 lowering functions
2019-01-10 Jason Ekstrandnir: Add some more int64 lowering helpers
2019-01-10 Matt Turnernir: Tag entrypoint for easy recognition by nir_shader_...
2019-01-10 Matt Turnernir: Rework nir_lower_constant_initializers() to handle...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do fp32_to_int64...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do fp32_to_uint64...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do fp64_to_int64...
2019-01-10 Sagar Ghugeglsl: Add utility function to round and pack int64_t...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do fp64_to_uint64...
2019-01-10 Sagar Ghugeglsl: Add utility function to round and pack uint64_t...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do int64_to_fp32...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do uint64_to_fp32...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do int64_to_fp64...
2019-01-10 Sagar Ghugeglsl: Add "built-in" functions to do uint64_to_fp64...
2019-01-10 Matt Turnerglsl: Add "built-in" functions to convert bool to double
2019-01-10 Matt Turnerglsl: Add "built-in" functions to do ffract(fp64)
2019-01-10 Matt Turnerglsl: Add "built-in" function to do ffloor(fp64)
next