mesa.git
2019-01-08 Tapani Pällidri3: initialize adaptive_sync as false before configQueryb
2019-01-08 Dave Airlievirgl: use primconvert provoking vertex properly
2019-01-08 Jason Ekstrandanv: Sort properties and features switch statements
2019-01-08 Jason Ekstrandspirv: Sort supported capabilities
2019-01-08 Jason Ekstrandanv: Enable the new deref-based UBO/SSBO path
2019-01-08 Jason Ekstrandspirv: Add support for using derefs for UBO/SSBO access
2019-01-08 Jason Ekstrandspirv: Make better use of vtn_pointer_uses_ssa_offset
2019-01-08 Jason Ekstrandspirv: Add explicit pointer types
2019-01-08 Jason Ekstrandspirv: Choose atomic deref type with pointer_uses_ssa_o...
2019-01-08 Jason Ekstrandspirv: Add error checking for Block and BufferBlock...
2019-01-08 Jason Ekstrandnir/vulkan: Add a descriptor type to vulkan resource...
2019-01-08 Jason Ekstrandnir/lower_io: Add "explicit" IO lowering
2019-01-08 Jason Ekstrandnir/validate: Allow array derefs on vectors in more...
2019-01-08 Jason Ekstrandnir/intrinsics: Add access flags to load/store_deref
2019-01-08 Jason Ekstrandnir/intrinsics: Allow deref sources to consume anything
2019-01-08 Jason Ekstrandnir/validate: Allow derefs in phi nodes
2019-01-08 Jason Ekstrandnir/remove_dead_variables: Properly handle deref casts
2019-01-08 Jason Ekstrandnir/deref: Skip over casts in fixup_deref_modes
2019-01-08 Jason Ekstrandnir/deref: Support casts and ptr_as_array in comparisons
2019-01-08 Jason Ekstrandnir/opt_deref: Properly optimize ptr_as_array derefs
2019-01-08 Jason Ekstrandnir/validate: Don't allow derefs in if conditions
2019-01-08 Jason Ekstrandnir: Add a ptr_as_array deref type
2019-01-08 Jason Ekstrandnir: Move propagation of cast derefs to a new nir_opt_d...
2019-01-08 Jason Ekstrandspirv: Propagate layout decorations to created glsl_types
2019-01-08 Jason Ekstrandglsl_type: Add support for explicitly laid out matrices...
2019-01-08 Jason Ekstrandglsl_type: Simplify glsl_channel_type
2019-01-08 Jason Ekstrandglsl_type: Add a C wrapper to get struct field offsets
2019-01-08 Jason Ekstrandglsl_type: Drop the glsl_get_array_instance C helper
2019-01-08 Jason Ekstrandnir: Distinguish between normal uniforms and UBOs
2019-01-08 Jason Ekstrandnir: Allow storing to shader_storage
2019-01-08 Jason Ekstrandnir/validate: Require array indices to match the deref...
2019-01-08 Jason Ekstrandspirv: Handle arbitrary bit sizes for deref array indices
2019-01-08 Jason Ekstrandnir/builder: Add nir_i2i and nir_u2u helpers which...
2019-01-08 Jason Ekstrandspirv: Emit NIR deref instructions on-the-fly
2019-01-08 Jason Ekstrandspirv: Sign-extend array indices
2019-01-08 Jason Ekstrandanv/apply_pipeline_layout: Set the cursor in lower_res_...
2019-01-08 Jason Ekstrandspirv: Handle any bit size in vector_insert/extract
2019-01-08 Jason Ekstrandglsl_type: Support serializing 8 and 16-bit types
2019-01-08 Bas Nieuwenhuizenspirv: Fix matrix parameters in function calls.
2019-01-07 Bas Nieuwenhuizenradv: Fix rasterization precision bits.
2019-01-07 Kenneth Graunkenir: Make gl_nir_lower_samplers use gl_nir_lower_sample...
2019-01-07 Kenneth Graunkenir: Fix gl_nir_lower_samplers_as_deref's structure...
2019-01-07 Bas Nieuwenhuizenamd/common: Add some parentheses to silence warning.
2019-01-07 Bas Nieuwenhuizenradv: Remove unused variable.
2019-01-07 Bas Nieuwenhuizenradv: Remove device path.
2019-01-07 Marek Olšákac: remove unused variable from ac_build_ddxy
2019-01-07 Andres Gomezglsl: correct typo in GLSL compilation error message
2019-01-07 Jason Ekstrandvulkan: Update the XML and headers to 1.1.97
2019-01-07 Andres Gomezdocs: update 18.3 and add 19.x cycles for the release...
2019-01-07 Bas Nieuwenhuizenanv/android: Do not reject storage images.
2019-01-07 Bas Nieuwenhuizenradv: Implement buffer stores with less than 4 components.
2019-01-07 Jon Turneyappveyor: Add a Cygwin build script
2019-01-07 Jon Turneyappveyor: put build steps in a script, rather than...
2019-01-07 Lucas Stachetnaviv: annotate variables only used in debug build
2019-01-07 Lucas Stachetnaviv: enable full overwrite in a few more cases
2019-01-06 Timothy Arcerinir: avoid uninitialized variable warning
2019-01-06 Timothy Arcerist/glsl: refactor st_link_nir()
2019-01-04 Eric Anholtv3d: Use the core tex lowering.
2019-01-04 Eric Anholtnir: Add nir_lower_tex options to lower sampler return...
2019-01-04 Eric Anholtnir: Allow nir_format_unpack_int/sint to unpack larger...
2019-01-04 Jason Ekstrandintel/blorp: Be more conservative about copying clear...
2019-01-04 Eric Anholtv3d: Stop scalarizing our uniform loads.
2019-01-04 Eric Anholtv3d: Do UBO loads a vector at a time.
2019-01-04 Eric Anholtv3d: Remove dead switch cases and comments from v3d_nir...
2019-01-04 Eric Anholtv3d: Fix up VS output setup during precompiles.
2019-01-04 Eric Anholtv3d: Reinstate the new shader-db output after v3d_compi...
2019-01-04 Caio Marcelo... nir: remove dead code from copy_prop_vars
2019-01-04 Lionel Landwerlini965: add CS stall on VF invalidation workaround
2019-01-04 Lionel Landwerlini965: include draw_params/derived_draw_params for VF...
2019-01-04 Lionel Landwerlinintel/blorp: emit VF caching workaround before 3DSTATE_...
2019-01-04 Lionel Landwerlini965: limit VF caching workaround to gen8/9/10
2019-01-04 Andres Gomezglsl/linker: complete documentation for assign_attribut...
2019-01-03 Gurchetan Singhvirgl: remove empty file
2019-01-03 Gurchetan Singhvirgl: don't flush an empty range
2019-01-03 Eric Engestromdocs: advertise distro-provided meson cross-files
2019-01-03 Eric Engestromdocs: fix the meson aarch64 cross-file
2019-01-03 Jakob Bornecrantzvirgl/vtest: Use default socket name from protocol...
2019-01-03 Rob Clarkfreedreno: fix staging resource size for arrays
2019-01-03 Rob Clarkfreedreno: remove blit_via_copy_region()
2019-01-03 Rob Clarkfreedreno/a6xx: rework blitter API
2019-01-03 Rob Clarkfreedreno: try blitter for fd_resource_copy_region()
2019-01-03 Rob Clarkfreedreno: rework blit API
2019-01-03 Rob Clarkfreedreno: skip depth resolve if not written
2019-01-03 Timothy Arcerinir: merge some basic consecutive ifs
2019-01-03 Timothy Arcerinir: add rewrite_phi_predecessor_blocks() helper
2019-01-03 Timothy Arcerinir: simplify does_varying_match()
2019-01-03 Timothy Arcerinir: make use of does_varying_match() helper
2019-01-03 Timothy Arcerinir: make nir_opt_remove_phis_impl() static
2019-01-02 Eric Anholtv3d: Refactor compiler entrypoints.
2019-01-02 Eric Anholtv3d: Handle dynamically uniform IF statements with...
2019-01-02 Eric Anholtv3d: Fold comparisons for IF conditions into the flags...
2019-01-02 Eric Anholtv3d: Don't try to fold non-SSA-src comparisons into...
2019-01-02 Eric Anholtv3d: Move the "Find the ALU instruction generating...
2019-01-02 Eric Anholtv3d: Simplify the emission of comparisons for the bcsel...
2019-01-02 Eric Anholtv3d: Don't forget to include RT writes in precompiles.
2019-01-02 Eric Anholtv3d: Fix segfault when failing to compile a program.
2019-01-02 Marek Olšákradeonsi: always unmap texture CPU mappings on 32-bit...
2019-01-02 Marek Olšákradeonsi: remove unused variables in si_insert_input_ptr
2019-01-02 Marek Olšákradeonsi: use u_decomposed_prims_for_vertices instead...
2019-01-02 Marek Olšákradeonsi: make si_cp_wait_mem more configurable
next