glsl_to_tgsi: each reladdr object should have only one parent
[mesa.git] / src / gallium /
2017-10-06 Marek Olšákradeonsi: implement PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
2017-10-06 Marek Olšákradeonsi: use si_get_indirect_index for TEMP indexing
2017-10-06 Marek Olšákradeonsi: use si_get_indirect_index for CONST indexing
2017-10-06 Marek Olšáktgsi/ureg: allow any register file in address operands
2017-10-06 Marek Olšákgallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
2017-10-06 Marek Olšáktgsi/scan: scan address operands (v2)
2017-10-06 Marek Olšáktgsi/scan: set correct usage mask for tex offsets in...
2017-10-06 Marek Olšáktgsi/scan: take advantage of already swizzled usage...
2017-10-06 Marek Olšáktgsi/scan: set non-valid src_index for tex offsets...
2017-10-06 Marek Olšáktgsi: implement tgsi_util_get_inst_usage_mask properly
2017-10-06 Marek Olšáktgsi: add docs for some existing pack opcodes
2017-10-05 Daniel Stonebroadcom: Fix out-of-tree build include path
2017-10-05 Derek Foremanbroadcom/vc4: Don't advertise tiled dmabuf modifiers...
2017-10-05 Ben Crockergallivm/ppc64le: allow environmental control of Altivec...
2017-10-05 Ben Crockergallivm/ppc64le: adjust VSX code generation control.
2017-10-05 Ben Crockergallivm: allow additional llc options
2017-10-04 Ben Crockergallivm: fix typo in debug_printf message
2017-10-04 Leo Liust/va: add RGB support to vlVaPutSurface
2017-10-04 Leo Liust/va: don't re-allocate interlaced buffer with pakced...
2017-10-04 Leo Liust/vdpau: don't re-allocate interlaced buffer with...
2017-10-03 Brian Paulllvmpipe: silence 'variable may be used uninitialized...
2017-10-03 Brian Paulsvga: wrap long comments in svga_tgsi_vgpu10.c
2017-10-03 Brian Paulsvga: tweak pre-VGPU10 rasterization offsets
2017-10-03 Brian Paulsvga: if we get nr_samples==1, store nr_samples=0
2017-10-03 Charmaine Leesvga: emit sampler constants only if sampler view exists
2017-10-03 Brian Paulsvga: fix incorrect case in svga_typeless_format()
2017-10-03 Brian Paulsvga: add typeless switch cases in svga_typeless_format()
2017-10-03 Neha Bhendesvga: Allow sRGB format with PIPE_BIND_DISPLAY_TARGET...
2017-10-03 Wladimir J. van... etnaviv: Set up unknown GC3000 states
2017-10-03 Wladimir J. van... etnaviv: Fix point sprite rendering on GC3000
2017-10-03 Wladimir J. van... etnaviv: Add support for DP2 instruction
2017-10-03 Wladimir J. van... etnaviv: Support opcodes with bit 6 set in assembler
2017-10-03 George Kyriazisgallium/u_tests: fix ifdef for sync_file fences
2017-10-03 Matt Turnermesa: Remove force_s3tc_enable driconf variable
2017-10-03 Matt Turnergallium: Remove util_format_s3tc_init()
2017-10-03 Matt Turnergallium: Remove util_format_s3tc_enabled
2017-10-02 Marek Olšákgallium/u_tests: test sync_file fences
2017-10-02 Rob Clarkfreedreno/a5xx: fix missing restore state
2017-10-02 Emil Velikovswr/rast: do not crash on NULL strings returned by...
2017-10-02 Rob Clarkfreedreno/a5xx: align height to GMEM
2017-10-02 Nicolai Hähnleradeonsi: adjust clip discard based on line width ...
2017-10-02 Nicolai Hähnleradeonsi: remove si_context::{scissor_enabled,clip_halfz}
2017-10-02 Nicolai Hähnleradeonsi: simplify the signature of si_update_vs_writes...
2017-10-02 Nicolai Hähnleradeonsi: move current_rast_prim into si_context
2017-10-02 Nicolai Hähnleradeonsi: move and rename scissor and viewport state...
2017-10-02 Nicolai Hähnleradeonsi: remove si_apply_scissor_bug_workaround
2017-10-02 Nicolai Hähnleradeonsi: move r600_viewport.c to si_viewport.c
2017-10-02 Nicolai Hähnleradeonsi: fix maximum advertised point size / line...
2017-10-02 Nicolai Hähnleradeonsi: deduce rast_prim correctly for tessellation...
2017-10-02 Nicolai Hähnleradeonsi: don't discard points and lines
2017-10-02 Nicolai Hähnleradeonsi: move current_rast_prim to r600_common_context
2017-10-02 Nicolai Hähnlegallium: add PIPE_FORMAT_R10G10B10X2_UNORM
2017-10-02 Rob Clarkfreedreno: fix PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
2017-10-02 Nicolai Hähnleradeonsi: fix a regression in integer cube map handling
2017-10-02 Nicolai Hähnleamd/common: move ac_build_phi from radeonsi
2017-09-30 Marek Olšákradeonsi: don't use the template keyword
2017-09-30 Marek Olšákgallium/vl: don't use the template keyword
2017-09-30 Benedikt Schemmerradeonsi/uvd: clean up si_video_buffer_create
2017-09-30 Marek Olšákradeonsi/uvd: fix planar formats broken since f70f6baaa...
2017-09-30 Roland Scheideggergallium: add new LOD opcode
2017-09-29 Leo Liust/va: add dst rect to avoid scale on deint
2017-09-29 Nicolai Hähnleradeonsi: emit DLDEXP and DFRACEXP TGSI opcodes
2017-09-29 Nicolai Hähnleradeonsi: emit LDEXP opcode
2017-09-29 Nicolai Hähnlegallium: add LDEXP TGSI instruction and corresponding cap
2017-09-29 Nicolai Hähnletgsi: infer that dst[1] of DFRACEXP is an integer
2017-09-29 Nicolai Hähnlegallivm: add support for TGSI instructions with two...
2017-09-29 Nicolai Hähnlegallivm: add dst register index to lp_build_tgsi_contex...
2017-09-29 Nicolai Hähnletgsi: clarify the semantics of DFRACEXP
2017-09-29 Nicolai Hähnletgsi: fix the documentation of DLDEXP
2017-09-29 Nicolai Hähnletgsi: infer that DLDEXP's second source has an integer...
2017-09-29 Nicolai Hähnler600: cleanup set_occlusion_query_state
2017-09-29 Nicolai Hähnler300: add missing case PIPE_SHADER_CAP_INT64_ATOMICS
2017-09-29 Nicolai Hähnleradeonsi: fix border color translation for integer...
2017-09-29 Nicolai Hähnleradeonsi: clamp border colors for upgraded depth textures
2017-09-29 Nicolai Hähnleradeonsi: clamp depth comparison value only for fixed...
2017-09-29 Nicolai Hähnleradeonsi/gfx9: fix geometry shaders without output...
2017-09-29 Nicolai Hähnleradeonsi: move descriptor logs to after corresponding...
2017-09-29 Nicolai Hähnleamd/common: remove ac_shader_abi::chip_class
2017-09-29 Nicolai Hähnlegallium/radeon: fix a comment
2017-09-28 Brian Paulsvga: add missing PIPE_SHADER_CAP_INT64_ATOMICS switch...
2017-09-28 Brian Paulsvga: trivial whitespace clean-ups in svga_screen.c
2017-09-28 Brian Paulgallium/util: use new util_vasprintf() function
2017-09-28 Neha Bhendesvga: start advertising PIPE_CAP_QUADS_FOLLOW_PROVOKING...
2017-09-28 Lucas Stachetnaviv: optimize RS transfers
2017-09-28 Lucas Stachetnaviv: add resource subregion copy
2017-09-28 Lucas Stachetnaviv: support tile aligned RS blits
2017-09-28 Leo Liust/va: use pipe transfer_map to map upload buffer
2017-09-28 Gwan-gyeong Mungallium/docs: add reference links for resource_create...
2017-09-28 Gwan-gyeong Mungallium/docs: fix a reference link for get_paramf
2017-09-27 Eric Anholtbroadcom/vc4: Fix release build
2017-09-27 Eric Anholtvc4: Add labels to BOs for debug builds or with VC4_DEB...
2017-09-27 Marek Olšákst/dri: don't expose modifiers in EGL if the driver...
2017-09-27 Jan Veselyclover: Query and export int64 atomics
2017-09-27 Marek Olšákgallium/radeon: consolidate PIPE_BIND_SHARED/SCANOUT...
2017-09-27 Samuel Pitoisetradeonsi: remove useless check in si_blit_decompress_co...
2017-09-27 Samuel Pitoisetgallium/radeon: more use of vi_dcc_formats_are_incompat...
2017-09-26 George Kyriazisswr: Remove unneeeded comparison
2017-09-26 George Kyriazisswr: Handle resource across context changes
2017-09-26 Eric Anholtgallium: Weaken assertion about u_mm's align2 field.
2017-09-26 Boris Brezillonbroadcom/vc4: Fix infinite retry in vc4_bo_alloc()
next