mesa.git
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
2019-01-02 Marek Olšákradeonsi: call si_fix_resource_usage for the GS copy...
2019-01-02 Marek Olšákradeonsi: don't emit redundant PKT3_NUM_INSTANCES packets
2019-01-02 Caio Marcelo... nir: add a way to print the deref chain
2019-01-02 Dylan Bakermeson: Error out if building nouveau and using LLVM...
2019-01-02 Alexander von... egl/haiku: Fix reference to disp vs dpy
2019-01-02 Iago Toral... compiler/spirv: use 32-bit polynomial approximation...
2019-01-02 Iago Toral... compiler/spirv: implement 16-bit frexp
2019-01-02 Iago Toral... compiler/spirv: implement 16-bit hyperbolic trigonometr...
2019-01-02 Iago Toral... compiler/spirv: implement 16-bit exp and log
2019-01-02 Iago Toral... compiler/spirv: implement 16-bit atan2
2019-01-02 Iago Toral... compiler/spirv: implement 16-bit atan
2019-01-02 Iago Toral... compiler/spirv: implement 16-bit acos
2019-01-02 Iago Toral... compiler/spirv: implement 16-bit asin
2019-01-02 Iago Toral... compiler/spirv: handle 16-bit float in radians() and...
2019-01-02 Iago Toral... compiler/nir: add nir_fadd_imm() and nir_fmul_imm(...
2019-01-02 Iago Toral... compiler/nir: add a nir_b2f() helper
2019-01-02 Timothy Arcerinir: link time opt duplicate varyings
2019-01-02 Timothy Arcerinir: rework nir_link_opt_varyings()
2019-01-02 Timothy Arcerinir: add can_replace_varying() helper
2019-01-02 Timothy Arcerinir: rename nir_link_constant_varyings() nir_link_opt_v...
2019-01-02 Timothy Arcerist/glsl_to_nir: call nir_lower_load_const_to_scalar...
2019-01-01 Timothy Arceriradeonsi: make use of ac_are_tessfactors_def_in_all_inv...
2019-01-01 Timothy Arceriac/nir_to_llvm: add ac_are_tessfactors_def_in_all_invocs()
2019-01-01 Timothy Arceriradeonsi: remove unrequired param in si_nir_scan_tess_c...
2019-01-01 Timothy Arceritgsi/scan: correctly walk instructions in tgsi_scan_tes...
2019-01-01 Timothy Arceritgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()
2019-01-01 Ilia Mirkinnv30: disable rendering to 3D textures
2018-12-31 Bas Nieuwenhuizenradv: Do a cache flush if needed before reading predicates.
2018-12-31 Erik Faye-Lundanv/autotools: make sure tests link with -msse2
2018-12-31 Erik Faye-Lundanv/meson: make sure tests link with -msse2
2018-12-31 Ilia Mirkinnv30: fix some s3tc layout issues
2018-12-31 Ilia Mirkinnv30: use correct helper to get blocks in y direction
2018-12-31 Ilia Mirkinnv30: add support for multi-layer transfers
2018-12-31 Ilia Mirkinnv30: fix rare issue with fp unbinding not finding...
2018-12-31 Ilia Mirkinnv30: avoid setting user_priv without setting cur_ctx
2018-12-30 Eric Anholtv3d: Add support for gl_HelperInvocation.
2018-12-30 Eric Anholtv3d: Add support for textureSize() on MSAA textures.
2018-12-30 Eric Anholtv3d: Add support for requesting the sample offsets.
2018-12-30 Eric Anholtv3d: Add support for non-constant texture offsets.
2018-12-30 Eric Anholtv3d: Force sampling from base level for tg4.
2018-12-30 Eric Anholtv3d: Add a note for a potential performance win on...
2018-12-30 Eric Anholtv3d: Dead-code eliminate unused flags updates.
2018-12-30 Eric Anholtv3d: Don't generate temps for comparisons.
2018-12-30 Eric Anholtv3d: Move "does this instruction have flags" from sched...
2018-12-30 Eric Anholtv3d: Drop incorrect dependency for flpop.
2018-12-30 Eric Anholtv3d: Drop unused count_nir_instrs() helper.
2018-12-30 Eric Anholtv3d: Hook up some shader-db output to GL_ARB_debug_output.
2018-12-29 Eric Anholtv3d: Add a "precompile" debug flag for shader-db.
2018-12-29 Eric Anholtv3d: Fix uniform pretty printing assertion failure...
2018-12-28 Dylan Bakermeson: Override C++ standard to gnu++11 when building...
2018-12-28 Lionel Landwerlinintel/aub_viewer: highlight true booleans
2018-12-28 Lionel Landwerlinintel/aub_viewer: fold binding/sampler table items
2018-12-28 Lionel Landwerlinintel/aub_viewer: fix shader view
2018-12-28 Lionel Landwerlinintel/aub_viewer: print address of missing shader
next