Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / glsl / nir / nir_print.c
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-10 Jason Ekstrandnir: Get rid of *_indirect variants of input/output...
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-20 Ian Romanicknir: Add nir_texop_samples_identical opcode
2015-11-20 Rob Clarknir/print: show # of uniforms/inputs/outputs
2015-11-20 Rob Clarknir/print: show shader name/label if set
2015-11-14 Jason EkstrandMerge branch 'wip/i965-separate-sampler-tex' into vulkan
2015-11-14 Jason Ekstrandnir: Separate texture from sampler in nir_tex_instr
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-13 Kenneth Graunkenir: Allow outputs reads and add the relevant intrinsics.
2015-11-13 Kenneth Graunkenir/lower_io: Introduce nir_store_per_vertex_output...
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-29 Kenneth Graunkenir: Copy "patch" flag from ir_variable to nir_variable.
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-04 Kenneth Graunkenir: Introduce new nir_intrinsic_load_per_vertex_input...
2015-10-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-03 Jason Ekstrandnir: Add a nir_foreach_variable macro
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-20 Rob Clarknir/print: fix coverity error
2015-09-18 Rob Clarknir/print: print variable names
2015-09-16 Rob Clarknir/print: print symbolic names from shader-enum
2015-09-16 Rob Clarknir/print: bit of state refactoring
2015-09-10 Ilia Mirkinnir: add nir_texop_texture_samples and convert from...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-14 Iago Toral Quiroganir: add nir_var_shader_storage
2015-04-23 Jason Ekstrandnir/print: Print the closing paren on load_const instru...
2015-04-02 Jason Ekstrandnir/print: Correctly print swizzles for explicitly...
2015-04-01 Jason Ekstrandnir/print: Don't print extra swizzzle components
2015-03-19 Jason Ekstrandnir: Use a list instead of a hash_table for inputs...
2015-03-09 Kenneth Graunkenir: Make the printer include nir_variable::location...
2015-03-09 Kenneth Graunkenir: Delete nir_shader::user_structures and num_user_st...
2015-02-10 Kenneth Graunkenir: Mark nir_print_instr's instr pointer as const.
2015-01-24 Eric Anholtnir: Expose nir_print_instr() for debug prints
2015-01-24 Eric Anholtnir: When asked to print with a NULL state, just use...
2015-01-21 Jason Ekstrandnir: Add a nir_foreach_phi_src helper macro
2015-01-15 Jason Ekstrandutil/hash_set: Rework the API to know about hashing
2015-01-15 Jason Ekstrandnir/tex_instr: Add a nir_tex_src struct and dynamically...
2015-01-15 Jason Ekstrandnir/print: Various cleanups recommended by Eric
2015-01-15 Jason Ekstrandnir: Rename parallel_copy_copy to parallel_copy_entry...
2015-01-15 Jason Ekstrandnir: Make load_const SSA-only
2015-01-15 Jason Ekstrandnir: Remove predication
2015-01-15 Jason Ekstrandnir/tex_instr: Rename the indirect source type and...
2015-01-15 Jason Ekstrandnir: Make texture instruction names more consistent
2015-01-15 Jason Ekstrandnir: Use an integer index for specifying structure...
2015-01-15 Jason Ekstrandnir: Add a concept of a wildcard array dereference
2015-01-15 Jason Ekstrandnir: Make array deref direct vs. indirect an enum
2015-01-15 Jason Ekstrandnir/print: Don't reindex things
2015-01-15 Jason Ekstrandnir: Add a parallel copy instruction type
2015-01-15 Connor Abbottnir: add a printer