mesa.git
2018-06-23 Bas Nieuwenhuizenac/nir: Add deref support to image intrinsics.
2018-06-23 Bas Nieuwenhuizenac/nir: Implement derefs for integer gather4 lowering.
2018-06-23 Bas Nieuwenhuizenac/nir: Support deref instructions in tex instructions.
2018-06-23 Bas Nieuwenhuizenac/nir: Support deref instructions in get_sampler_desc.
2018-06-23 Bas Nieuwenhuizenac/nir: Implement the deref instr for shared memory.
2018-06-23 Jason Ekstrandnir,spirv: Rework function calls
2018-06-23 Jason Ekstrandspirv/cfg: Make the builder fully capable for both...
2018-06-23 Jason Ekstrandspirv: Record the type of functions
2018-06-23 Jason Ekstrandspirv: Update vtn_pointer_to/from_ssa to handle deref...
2018-06-23 Jason Ekstrandspirv: Allow pointers to have a deref at the base
2018-06-23 Jason Ekstrandspirv: Clean up vtn_pointer_to_offset
2018-06-23 Jason Ekstrandspirv: Make push constants an offset-based pointer
2018-06-23 Jason Ekstrandspirv: Use NIR per-member splitting
2018-06-23 Jason Ekstrandnir/spirv: Pass nir_variable_data into apply_var_decoration
2018-06-23 Jason Ekstrandnir: Add a concept of per-member structs and a lowering...
2018-06-23 Jason Ekstrandspirv: Use deref instructions for most variables
2018-06-23 Jason Ekstrandst/nir: Move lower_deref_instrs later
2018-06-23 Jason Ekstrandi965: Move nir_lower_deref_instrs to right before local...
2018-06-23 Jason Ekstrandnir/lower_tex: Always copy deref and offset sources
2018-06-23 Jason Ekstrandintel/nir: Fixup deref modes after lowering patch vertices
2018-06-23 Jason Ekstrandintel,ir3: Disable nir_opt_copy_prop_vars
2018-06-23 Jason Ekstrandnir: Support deref instructions in opt_undef
2018-06-23 Jason Ekstrandnir: Consider deref instructions in opt_peephole_select
2018-06-23 Jason Ekstrandnir: Consider deref instructions in lower_phis_to_scalar
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_drawpixels
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_clamp_color_ou...
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_alpha_test
2018-06-23 Jason Ekstrandnir: Support deref instructions in loop_analyze
2018-06-23 Jason Ekstrandnir: Support deref instructions in remove_unused_varyings
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_pos_center
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_wpos_ytransform
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_atomics
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_io
2018-06-23 Jason Ekstrandnir: Support deref instructions in gather_info
2018-06-23 Jason Ekstrandnir: Support deref instructions in propagate_invariant
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_clip_cull
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_system_values
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_indirect_derefs
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_vars_to_ssa
2018-06-23 Jason Ekstrandnir: Support deref instructions in split_var_copies
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_var_copies
2018-06-23 Jason Ekstrandnir: Add a deref path helper struct
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_io_to_temporaries
2018-06-23 Jason Ekstrandnir: Support deref instructions in lower_global_vars_to...
2018-06-23 Jason Ekstrandnir: Add a pass for fixing deref modes
2018-06-23 Jason Ekstrandnir: Support deref instructions in remove_dead_variables
2018-06-23 Rob Clarkttn: convert to deref instructions
2018-06-23 Jason Ekstrandprog/nir: Use deref instructions for params
2018-06-23 Jason Ekstrandglsl/nir: Use deref instructions instead of dref chains
2018-06-23 Jason Ekstrandglsl/nir: Only claim to handle intrinsic functions
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2018-06-23 Jason Ekstrandanv,i965,radv,st,ir3: Call nir_lower_deref_instrs
2018-06-23 Jason Ekstrandnir/deref: Add some deref cleanup functions
2018-06-23 Jason Ekstrandnir: Add helpers for working with deref instructions
2018-06-23 Jason Ekstrandnir: Add deref sources to texture instructions
2018-06-23 Jason Ekstrandnir: Add _deref versions of all of the _var intrinsics
2018-06-23 Jason Ekstrandnir/builder: Add deref building helpers
2018-06-23 Jason Ekstrandnir: Add a deref instruction type
2018-06-23 Jason Ekstrandnir/validate: Rework intrinsic type validation
2018-06-23 Karol Herbstnv50/ir: only avoid spilling constrained def if a mov...
2018-06-22 Dylan Bakermeson: Fix typo that breaks -Dgalium-xvmc=false
2018-06-22 Dylan Bakermeson: Fix auto option for va
2018-06-22 Dylan Bakermeson: Fix auto option for xvmc
2018-06-22 Dylan Bakermeson: Correct behavior of vdpau=auto
2018-06-22 Samuel Pitoisetradv: always check the return error when submitting...
2018-06-22 Samuel Pitoisetradv: check the return values of radv_signal_fence()
2018-06-22 Samuel Pitoisetradv: change the returned error in radv_signal_fence()
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 Eric Anholtv3d, vc4: Disable valgrind checking of CLE inputs when...
2018-06-21 Marek Olšákmesa: fix glGetInteger64v for arrays of integers
2018-06-21 Marek Olšákac/surface: disallow rotated micro tile mode
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 Clarkdocs: update freedreno features
2018-06-21 Rob Clarkmesa: fix GLES 3.1 version calculation
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
2018-06-21 Rob Clarkfreedreno/ir3: fix base_vertex
2018-06-21 Eduardo Lima... i965: Link uniforms of SPIR-V programs using the NIR...
2018-06-21 Neil Robertsi965: Setup glsl uniforms by index rather than name...
2018-06-21 Eduardo Lima... i965: account for NIR uniforms without name
2018-06-21 Neil Robertsi965: Update TexturesUsed after linking the shaders
2018-06-21 Eduardo Lima... i965: Build SPIR-V programs' resource list using NIR
2018-06-21 Eduardo Lima... nir/linker: Add nir_build_program_resource_list()
2018-06-21 Alejandro Piñeirocompiler/link: move add_program_resource to linker_util
2018-06-21 Neil Robertsnir/linker: Set the uniform initial values
2018-06-21 Eduardo Lima... nir/linker: Add gl_nir_link_uniforms()
2018-06-21 Alejandro Piñeirocompiler/link: add linker_util.h, move linker_error...
2018-06-21 Neil Robertsspirv: Set nir_variable->explicit_binding
2018-06-21 Neil Robertsspirv: Get rid of vtn_variable_mode_image/sampler
2018-06-21 Nicolai Hähnlespirv: translate default-block uniforms
2018-06-21 Eduardo Lima... nir/types: Add a utility wrapper to glsl_type::sampler_...
next