gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
[mesa.git] / src / gallium / drivers /
2017-10-06 Marek Olšákgallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
2017-10-06 Marek Olšáktgsi: implement tgsi_util_get_inst_usage_mask properly
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-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 Matt Turnergallium: Remove util_format_s3tc_init()
2017-10-03 Matt Turnergallium: Remove util_format_s3tc_enabled
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 Benedikt Schemmerradeonsi/uvd: clean up si_video_buffer_create
2017-09-30 Marek Olšákradeonsi/uvd: fix planar formats broken since f70f6baaa...
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 dst register index to lp_build_tgsi_contex...
2017-09-29 Nicolai Hähnletgsi: clarify the semantics of DFRACEXP
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 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-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šá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 Boris Brezillonbroadcom/vc4: Fix infinite retry in vc4_bo_alloc()
2017-09-26 Eric Anholtbroadcom/vc4: Keep pipe_sampler_view->texture matching...
2017-09-26 Brian Paulsvga: silence unused var warning in optimized build...
2017-09-26 Marek Olšákr600: fork and import gallium/radeon
2017-09-25 Tim Rowleyswr/rast: Handle instanceID offset / Instance Stride...
2017-09-25 Tim Rowleyswr/rast: Remove code supporting legacy llvm (<3.9)
2017-09-25 Tim Rowleyswr/rast: Fix allocation of DS output data for USE_SIMD...
2017-09-25 Tim Rowleyswr/rast: Slightly more efficient blend jit
2017-09-25 Tim Rowleyswr/rast: Properly sized null GS buffer
2017-09-25 Tim Rowleyswr/rast: Move SWR_GS_CONTEXT from thread local storage...
2017-09-25 Tim Rowleyswr/rast: Fetch compile state changes
2017-09-25 Tim Rowleyswr/rast: New GS state/context API
2017-09-25 Tim Rowleyswr/rast: Add support for R10G10B10_FLOAT_A2_UNORM...
2017-09-25 Eric Engestromscons: use python3-compatible generator
2017-09-25 Eric Engestromscons: use python3-compatible print()
2017-09-22 Wladimir J. van... etnaviv: Add missing includes after 6ace0b8
2017-09-22 Lucas Stachetnaviv: fix 16bpp clears
2017-09-22 Tim Rowleyswr/rast: remove llvm fence/atomics from generated...
2017-09-22 Lucas Stachetnaviv: don't enable RT full-overwrite when logicop...
2017-09-21 Jan Veselygallium: Add PIPE_SHADER_CAP_INT64_ATOMICS
2017-09-20 Roland Scheideggerllvmpipe, gallivm: implement lod queries (LODQ opcode)
2017-09-20 Nicolai Hähnleradeonsi: set MIP_POINT_PRECLAMP to 0
2017-09-20 Nicolai Hähnleradeonsi: fix array textures layer coordinate
2017-09-20 Christian Gmeineretnaviv: move sw query defines to etnaviv_query_sw.h
2017-09-20 Christian Gmeineretnaviv: move sw get_driver_query_info(..)
2017-09-19 Eric Anholtbroadcom/vc4: Fix use-after-free when deleting a program.
2017-09-18 Eric Anholtbroadcom/vc4: Fix crashes since the gallium blitter...
2017-09-18 Eric Anholtbroadcom/vc4: Fix use-after-free trying to mix a quad...
2017-09-18 Eric Anholtbroadcom/vc4: Fix use-after-free for flushing when...
2017-09-18 Marek Olšákradeonsi: reallocate if a non-sharable textures is...
2017-09-18 Marek Olšákradeonsi: PIPE_BIND_SHARED should allow inter-process...
2017-09-18 Nicolai Hähnlefreedreno: compile fix
2017-09-18 Jan Veselygallium: Add PIPE_SHADER_CAP_FP16
next