ac/radv: move llvm compiler info to struct and init in one place
[mesa.git] / src / gallium /
2018-07-04 Dave Airlieac/radv: move llvm compiler info to struct and init...
2018-07-04 Dave Airlieac/radeonsi: port compiler init/destroy out of radeonsi.
2018-07-03 Dave Airlieradv/radeonsi: add a check ir tm options
2018-07-03 Dave Airlieradeonsi: rename si_compiler -> ac_llvm_compiler
2018-07-03 Dave Airlieac/radeonsi: refactor out pass manager init to common...
2018-07-03 Dave Airlieac/radv: split the non-common init_once code from the...
2018-07-02 Eric Anholtv3d: Claim PIPE_CAP_TGSI_CAN_READ_OUTPUTS.
2018-07-02 Marek Olšákac: move all LLVM module initialization into ac_create_...
2018-07-02 Eric Anholtv3d: Emit a TF flush after each draw using TF.
2018-07-02 Karol Herbstnv50/ir: handle clipvertex for geom and tess shaders...
2018-07-02 Erik Faye-Lundgallium/u_vbuf: drop min/max-scanning for empty indirec...
2018-07-02 Gert Wollnyvirgl: Add support for glGetMultisample
2018-07-01 Denis Paukgallium/llvmpipe: Enable support bptc format.
2018-07-01 Denis Paukgallium/softpipe: Enable support bptc format.
2018-07-01 Denis Paukgallium/auxiliary: Add helper support for bptc format...
2018-06-29 Timothy Arceriradeonsi: enable OpenGL 4.4 compat profile
2018-06-29 Eric Anholtv3d: Add missing "number of bin tile lists" field.
2018-06-29 Eric Anholtv3d: Rewrite the color write masks to match CLIF format.
2018-06-29 Marek Olšákgallium/util: remove dummy function util_format_is_supp...
2018-06-29 Rhys Perrynv50/ir: improve maintainability of Target*::initOpInfo()
2018-06-29 Rhys Perrynv50/ir: fix image stores with indirect handles
2018-06-29 Marek Olšákradeonsi: implement vertex color clamping for tess...
2018-06-29 Marek Olšákradeonsi: move VS_STATE_SGPR before draw SGPRs
2018-06-29 Marek Olšákradeonsi: don't use malloc in si_generate_gs_copy_shader
2018-06-29 Marek Olšákradeonsi: disable DCC statistics gathering on everythin...
2018-06-29 Marek Olšákradeonsi: don't enable DCC statistics gathering for...
2018-06-29 Marek Olšákradeonsi: simplify logic around vi_separate_dcc_try_enable
2018-06-29 Marek Olšákradeonsi: fix memory exhaustion issue with DCC statisti...
2018-06-29 Marek Olšákradeonsi: remove references to Evergreen
2018-06-29 Marek Olšákradeonsi: enable shader caching for compute shaders
2018-06-29 Marek Olšákradeonsi: store compute local_size into tgsi_shader_info
2018-06-29 Marek Olšákradeonsi: unify duplicated code for initial shader...
2018-06-29 Marek Olšákradeonsi/gfx9: insert the barrier between merged shader...
2018-06-29 Joe M. Knissgallium: plumb invariant output attrib thru TGSI
2018-06-28 Rhys Perrynvc0: remove magic values in nve4_set_tex_handles()
2018-06-28 Rhys Perrynvc0/ir: fix TargetNVC0::insnCanLoadOffset()
2018-06-28 Alok Hotaswr/rast: Updating code style based on current clang...
2018-06-28 Vinson Leeswr/rast: Fix addPassesToEmitFile usage with llvm-7.0.
2018-06-28 Alok Hotaswr/rast: Handling removed LLVM intrinsics in trunk
2018-06-28 Alok Hotaswr/rast: Adding SCATTERPS functionality to BuilderGfxMem
2018-06-28 Alok Hotaswr/rast: Adding Read/Write specifier to TranslateGfxAd...
2018-06-28 Chad Versacegallium: Fix automake for Android (v2)
2018-06-27 Eric Anholtv3d: Fix Z clipping when viewport.scale[2] is negative.
2018-06-27 Eric Anholtv3d: Convert a bunch of our "minus one" fields over...
2018-06-27 Dave Airlievirgl: add ARB_texture_view support
2018-06-26 Dave Airlieradeon: duplicate cmask surface for now.
2018-06-25 Marek Olšákradeonsi: rename r600_transfer -> si_transfer
2018-06-25 Marek Olšákradeonsi: properly set cmask_buffer in si_reallocate_te...
2018-06-25 Marek Olšákradeonsi: remove redundant si_texture::cmask_size
2018-06-25 Marek Olšákradeonsi: inline struct r600_cmask_info
2018-06-25 Marek Olšákradeonsi: move CMASK size computation into ac_surface
2018-06-25 Marek Olšákac/surface: move cmask_size/alignment into radeon_surf
2018-06-25 Marek Olšákradeonsi: rename r600_surface -> si_surface
2018-06-25 Marek Olšákradeonsi: rename r600_memory_object -> si_memory_object
2018-06-25 Marek Olšákradeonsi: remove unused r600_memory_object::offset
2018-06-25 Marek Olšákradeonsi: unify duplicated texture_from_handle & textur...
2018-06-25 Marek Olšákradeonsi: reorder and initialize more fields in si_real...
2018-06-25 Marek Olšákradeonsi: stop using lp_build_emit_llvm_unary/binary
2018-06-25 Marek Olšákradeonsi: stop using lp_build_alloc
2018-06-25 Marek Olšákradeonsi: use gallivm less
2018-06-25 Marek Olšákradeonsi: stop using lp_bld_intr.h
2018-06-25 Marek Olšákradeonsi: remove last uses of lp_build_context::undef
2018-06-25 Marek Olšákradeonsi: stop using lp_bld_arit.h
2018-06-25 Marek Olšákradeonsi: stop using lp_build_gather_values
2018-06-25 Marek Olšákradeonsi: clean up some #includes
2018-06-25 Marek Olšákradeonsi: clean up passing the is_monolithic flag for...
2018-06-25 Robert Fossgallium/util: Fix build error due to cast to different...
2018-06-25 Gert Wollnyr600/sb: give the scheduler more margin to find valid...
2018-06-25 Gert Wollnyr600/sb: fix rotated register in while loop
2018-06-23 Rob Clarkfreedreno/ir3: fix deref conversion fallout
2018-06-23 Rob Clarkfreedreno/ir3: fix unused variable warning
2018-06-23 Rob Clarkfreedreno: fix HW_ATOMIC_COUNTERS cap
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Rob Clarkfreedreno/ir3: convert to deref instructions
2018-06-23 Jason Ekstrandnir: Rework lower_locals_to_regs to use deref instructions
2018-06-23 Jason Ekstrandintel,ir3: Re-enable nir_opt_copy_prop_vars
2018-06-23 Bas Nieuwenhuizenradeonsi: Remove deref chain support in nir scan pass.
2018-06-23 Bas Nieuwenhuizenradeonsi: Add deref support to the nir scan pass.
2018-06-23 Jason Ekstrandnir: Delete lower_io_types
2018-06-23 Eric Anholtbroadcom/vc4: Remove deref chain support from nir_lower...
2018-06-23 Rob Clarkst,ir3,radeonsi: push lower_deref_instrs back into...
2018-06-23 Rob Clarknir/lower_samplers: remove legacy version
2018-06-23 Rob Clarknir/lower_samplers: split out _legacy version for deref...
2018-06-23 Jason Ekstrandintel,ir3: Disable nir_opt_copy_prop_vars
2018-06-23 Rob Clarkttn: convert to deref instructions
2018-06-23 Jason Ekstrandanv,i965,radv,st,ir3: Call nir_lower_deref_instrs
2018-06-23 Karol Herbstnv50/ir: only avoid spilling constrained def if a mov...
2018-06-22 Jonathan Marekfreedreno: a2xx: fix clear color
2018-06-22 Jonathan Marekfreedreno: a2xx: fix crash when freeing context
2018-06-22 Jonathan Marekfreedreno: a2xx: fix crash on first clear
2018-06-22 Jonathan Marekfreedreno: add a20x
2018-06-22 Jonathan Marekfreedreno: a2xx: increase size of the offset field...
2018-06-21 Eric Anholtv3d: Don't forget to initialize the buffer offset of...
2018-06-21 Marek Olšákradeonsi: fix occlusion queries with 16x AA without...
2018-06-21 Marek Olšákradeonsi: handle non-clearable DCC buffers as MSAA...
2018-06-21 Marek Olšákradeonsi: disable DCC MSAA for 128bpp formats on Stoney
2018-06-21 Rob Clarkfreedreno/a5xx: MSAA
2018-06-21 Rob Clarkfreedreno: update generated headers
2018-06-21 Rob Clarkfreedreno/ir3: txf_ms support
2018-06-21 Rob Clarkfreedreno/a5xx: fix gpu hangs with large compute shaders
next