radeonsi: tell LLVM not to remove s_barrier instructions
[mesa.git] / src / gallium /
2017-04-28 Marek Olšákradeonsi: tell LLVM not to remove s_barrier instructions
2017-04-28 Marek Olšákradeonsi: fix tess offchip offset for per-patch attributes
2017-04-28 Marek Olšákradeonsi: pass tessellation ring addresses via user...
2017-04-28 Marek Olšákradeonsi: use si_insert_input_ret in si_llvm_emit_tcs_e...
2017-04-28 Marek Olšákradeonsi: remove VS epilog code, compile VS with PrimID...
2017-04-28 Marek Olšákradeonsi: get InstanceID from VGPR1 (or VGPR2 for tess...
2017-04-28 Marek Olšákradeonsi: don't load PrimID in TES if it's not used
2017-04-28 Marek Olšákradeonsi: explain (non-)monolithic shaders
2017-04-28 Marek Olšákradeonsi/gfx9: enable OpenGL 4.5
2017-04-28 Marek Olšákradeonsi/gfx9: 2nd shader of merged shaders should...
2017-04-28 Marek Olšákradeonsi: add reference counting for shader selectors
2017-04-28 Marek Olšákradeonsi/gfx9: set VGT_VERTEX_REUSE for ES in ES-GS
2017-04-28 Marek Olšákradeonsi/gfx9: set TES registers for merged ES-GS
2017-04-28 Marek Olšákradeonsi/gfx9: disallow scratch buffer for LS-HS and...
2017-04-28 Marek Olšákradeonsi/gfx9: always compile monolithic ES-GS (asynchr...
2017-04-28 Marek Olšákradeonsi/gfx9: add support for monolithic ES-GS
2017-04-28 Marek Olšákradeonsi/gfx9: make sure the 1st shader's main part...
2017-04-28 Marek Olšákradeonsi/gfx9: select shader parts for non-monolithic...
2017-04-28 Marek Olšákradeonsi/gfx9: add GS prolog support for merged ES-GS
2017-04-28 Marek Olšákradeonsi/gfx9: add VS prolog support for merged ES-GS
2017-04-28 Marek Olšákradeonsi/gfx9: pass GS input SGPRs and VGPRs from the...
2017-04-28 Marek Olšákradeonsi/gfx9: store ES outputs to LDS
2017-04-28 Marek Olšákradeonsi/gfx9: load GS inputs from LDS
2017-04-28 Marek Olšákradeonsi/gfx9: get GS wave ID from the correct input
2017-04-28 Marek Olšákradeonsi/gfx9: add the function signature of merged...
2017-04-28 Marek Olšákradeonsi/gfx9: set registers and shader key for merged...
2017-04-28 Marek Olšákradeonsi/gfx9: add GS user SGPRs
2017-04-28 Marek Olšákradeonsi: rename declare_tess_lds -> declare_lds_as_pointer
2017-04-28 Marek Olšákradeonsi: simplify some shader type conditions
2017-04-28 Marek Olšákradeonsi: rename the swizzle parameter of lds_store
2017-04-28 Marek Olšákradeonsi: add si_shader::prolog2
2017-04-28 Marek Olšákradeonsi/gfx9: move RW_BUFFERS to s[0:1] for merged...
2017-04-28 Marek Olšákradeonsi/gfx9: add support for monolithic merged LS-HS
2017-04-28 Marek Olšákradeonsi/gfx9: set EXEC for non-mono merged shaders...
2017-04-28 Marek Olšákradeonsi/gfx9: don't store the HS control word
2017-04-28 Marek Olšákradeonsi/gfx9: pass inputs from LS to TCS
2017-04-28 Marek Olšákradeonsi/gfx9: add TCS epilog support for merged LS-HS
2017-04-28 Marek Olšákradeonsi/gfx9: add VS prolog support for merged LS-HS
2017-04-28 Marek Olšákradeonsi/gfx9: merged shaders have scratch offset at...
2017-04-28 Marek Olšákradeonsi/gfx9: define LS-HS main shader function prototype
2017-04-28 Marek Olšákradeonsi: assign VS/TCS/TES/GS shader input parameter...
2017-04-28 Marek Olšákradeonsi/gfx9: define and set LS-HS user SGPRs
2017-04-28 Marek Olšákradeonsi/gfx9: set up shader registers for merged LS-HS
2017-04-28 Marek Olšákradeonsi/gfx9: add initial code generation for non...
2017-04-28 Marek Olšákradeonsi: separate out code for selecting the VS prolog
2017-04-28 Marek Olšákradeonsi/gfx9: add si_shader::previous_stage for merged...
2017-04-28 Marek Olšákradeonsi/gfx9: enlarge num_input_sgprs in shader keys...
2017-04-28 Marek Olšákradeonsi/gfx9: update the summary of shader stage configs
2017-04-28 Marek Olšákradeonsi: adjust the signature of si_get_vs_prolog_key
2017-04-28 Marek Olšákradeonsi: separate out VS prolog key generation
2017-04-28 Marek Olšákradeonsi: separate out VS prolog key printing
2017-04-28 Marek Olšákradeonsi: code shuffling in si_emit_derived_tess_state
2017-04-28 Marek Olšákradeonsi: separate out TGSI initialization of si_shader...
2017-04-27 Jan Veselyclover: Fix build since clang r301442
2017-04-27 Boyan Dingnvc0: Enable compute support for Pascal
2017-04-27 Boyan Dingnvc0: Add new launch descriptor format for GP100
2017-04-27 Boyan Dingnvc0: Fix index of unk fields in nve4_cp_launch_desc
2017-04-27 Boyan Dingnouveau: Fix indentation of maxwell compute class defin...
2017-04-27 Dave Airlieradeonsi/ac: move vertex export remove to common code.
2017-04-26 Brian Paulsvga: fix vertex buffer binding issue
2017-04-26 Brian Paulgallium/util: reduce util_snprintf() calls in debug_flu...
2017-04-26 Brian Paulgallium/util: add some comments in u_debug_flush.c
2017-04-26 Charmaine Leesvga: Removed the unused label 'done' in svga_validate_...
2017-04-26 Charmaine Leesvga: use the winsys interface to invalidate surface
2017-04-26 Charmaine Leesvga: fix format for screen target
2017-04-26 Charmaine Leesvga: cache the backing surface handle in the texture...
2017-04-26 Charmaine Leesvga: Update the backing resource only if needed
2017-04-26 Charmaine Leesvga: Set the surface dirty bit for the right surface...
2017-04-26 Charmaine Leesvga: Move rendertarget view related fields to hw_clear...
2017-04-26 Charmaine Leesvga: Move setting the rendered_to flags to framebuffer...
2017-04-26 Brian Paulsvga: add const qualifiers on svga_check_sampler_view_r...
2017-04-26 Brian Paulsvga: improve surface view debug messages
2017-04-26 Brian Paulsvga: add DEBUG_SAMPLERS
2017-04-26 Brian Paulsvga: fail screen creation if HW version is too old
2017-04-26 Deepak Rawatwinsys/svga: fix error path when kernel is not able...
2017-04-26 Brian Pauldraw: whitespace fixes in draw_pipe_vbuf.c
2017-04-26 Samuel Pitoisetnv50,nvc0: disable the TGSI merge registers pass
2017-04-26 Samuel Pitoisetradeonsi: disable the TGSI merge registers pass
2017-04-26 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
2017-04-26 Samuel Pitoisetradeonsi: use unsynchronized transfers for shader binar...
2017-04-26 Marek Olšákradeonsi: turn si_shader_key::mono into a non-union
2017-04-26 Marek Olšákradeonsi: adjust ESGS ring buffer size computation...
2017-04-26 Marek Olšákradeonsi/gfx9: don't set deprecated field PARTIAL_ES_WA...
2017-04-26 Marek Olšákradeonsi/gfx9: set MAX_PRIMGRP_IN_WAVE in the correct...
2017-04-26 Marek Olšákradeonsi/gfx9: add a workaround for viewing a slice...
2017-04-26 Marek Olšákradeonsi/gfx9: fix 1D array shader images
2017-04-26 Marek Olšákradeonsi/gfx9: fix most things wrong with shader images
2017-04-26 Marek Olšákradeonsi/gfx9: fix texture buffer objects and image...
2017-04-25 Samuel Pitoisetgallium: remove u_caps.c/h interface
2017-04-25 Marek Olšákddebug: implement get_query_result_resource
2017-04-25 Marek Olšáktrace: don't trace resource_destroy
2017-04-25 Marek Olšákgallium/util: add debugging helpers printing pipeline...
2017-04-25 Rob HerringAndroid: fix r300g only build
2017-04-23 Rob Clarkfreedreno/a5xx: hack for r8g8b8a8_snorm
2017-04-23 Rob Clarkfreedreno/a5xx: rgtc formats
2017-04-22 Wladimir J. van... etnaviv: Supertiled texture support on gc3000
2017-04-22 Fabio Estevametnaviv: etnaviv_fence: Simplify the return code logic
2017-04-22 Rob Clarkfreedreno/a5xx: occlusion query
2017-04-22 Rob Clarkfreedreno: drop ring arg from _set_stage()
2017-04-22 Rob Clarkfreedreno: update generated headers
next