mesa.git
2017-01-03 Iago Toral... i965/vec4: Lower 64-bit MAD
2017-01-03 Iago Toral... i965/vec4/nir: do not emit 64-bit MAD
2017-01-03 Iago Toral... i965/vec4: Skip swizzle to subnr in 3src instructions...
2017-01-03 Iago Toral... i965/vec4: fix indentation in pack_uniform_registers
2017-01-03 Iago Toral... i965/vec4: fix pack_uniform_registers for doubles
2017-01-03 Iago Toral... i965/vec4: teach register coalescing about 64-bit
2017-01-03 Iago Toral... i965/disasm: fix subreg for dst in Align16 mode
2017-01-03 Iago Toral... i965/vec4: implement access to DF source components Z/W
2017-01-03 Iago Toral... i965/vec4: translate 64-bit swizzles to 32-bit
2017-01-03 Iago Toral... i965/vec4: add a scalarization pass for double-precisio...
2017-01-03 Iago Toral... i965/vec4: split double-precision SEL
2017-01-03 Iago Toral... i965/vec4: teach cmod propagation about different execu...
2017-01-03 Iago Toral... i965/vec4: teach CSE about exec_size, group and doubles
2017-01-03 Iago Toral... i965/disasm: print NibCtrl for instructions with execsi...
2017-01-03 Iago Toral... i965/vec4: dump NibCtrl for instructions with execsize...
2017-01-03 Iago Toral... i965/vec4: make the generator set correct NibCtrl for...
2017-01-03 Iago Toral... i965/vec4: add a SIMD lowering pass
2017-01-03 Iago Toral... i965: move the group field from fs_inst to backend_inst...
2017-01-03 Iago Toral... i965/vec4: add a horiz_offset() helper
2017-01-03 Juan A. Suarez... i965/vec4: handle 32 and 64 bit channels in liveness...
2017-01-03 Iago Toral... i965/vec4: dump the instruction execution size
2017-01-03 Iago Toral... i965/vec4: use the IR's execution size
2017-01-03 Iago Toral... i965/vec4: fix regs_read() for doubles
2017-01-03 Iago Toral... i965/vec4: fix size_written for doubles
2017-01-03 Iago Toral... i965: move exec_size from fs_instruction to backend_ins...
2017-01-03 Samuel Iglesias... i965/vec4: use the new helper function to create double...
2017-01-03 Iago Toral... i965/vec4: add a helper function to create double immed...
2017-01-03 Iago Toral... i965/vec4: fix optimize predicate for doubles
2017-01-03 Iago Toral... i965/vec4: implement fsign() for doubles
2017-01-03 Iago Toral... i965/vec4: implement d2b
2017-01-03 Iago Toral... i965/vec4: implement d2i, d2u, i2d and u2d
2017-01-03 Iago Toral... i965/vec4: implement HW workaround for align16 double...
2017-01-03 Iago Toral... i965/vec4: add helpers for conversions to/from doubles
2017-01-03 Iago Toral... i965/vec4: Rename DF to/from F generator opcodes
2017-01-03 Iago Toral... i965/vec4: fix register allocation for 64-bit undef...
2017-01-03 Iago Toral... i965/vec4: make opt_vector_float ignore doubles
2017-01-03 Iago Toral... i965/vec4: fix get_nir_dest() to use DF type for 64...
2017-01-03 Iago Toral... i965/vec4: fix indentation in get_nir_src()
2017-01-03 Iago Toral... i965/vec4/nir: implement double comparisons
2017-01-03 Iago Toral... i965/vec4: implement double packing
2017-01-03 Iago Toral... i965/vec4: implement double unpacking
2017-01-03 Iago Toral... i965/vec4: don't copy propagate vector opcodes that...
2017-01-03 Iago Toral... i965/vec4: Fix DCE for VEC4_OPCODE_SET_{LOW,HIGH}_32BIT
2017-01-03 Iago Toral... i965/vec4: add VEC4_OPCODE_SET_{LOW,HIGH}_32BIT opcodes
2017-01-03 Iago Toral... i965/vec4: add VEC4_OPCODE_PICK_{LOW,HIGH}_32BIT opcodes
2017-01-03 Iago Toral... i965/vec4: add dst_null_df()
2017-01-03 Iago Toral... i965/vec4: We only support 32-bit integer ALU operation...
2017-01-03 Iago Toral... i965/disasm: align16 DF source regions have a width...
2017-01-03 Iago Toral... i965/vec4: set correct register regions for 32-bit...
2017-01-03 Connor Abbotti965: add brw_vecn_grf()
2017-01-03 Iago Toral... i965/vec4: translate d2f/f2d
2017-01-03 Iago Toral... i965/vec4: add double/float conversion pseudo-opcodes
2017-01-03 Connor Abbotti965/vec4: add support for printing DF immediates
2017-01-03 Iago Toral... i965/vec4/nir: fix emitting 64-bit immediates
2017-01-03 Connor Abbotti965/vec4/nir: set the right type for 64-bit registers
2017-01-03 Iago Toral... i965/vec4/nir: support doubles in ALU operations
2017-01-03 Iago Toral... i965/vec4/nir: Add bit-size information to types
2017-01-03 Connor Abbotti965/vec4/nir: allocate two registers for dvec3/dvec4
2017-01-03 Connor Abbotti965/vec4/nir: simplify glsl_type_for_nir_alu_type()
2017-01-03 Samuel Iglesias... i965/nir: double/dvec2 uniforms only need to be padded...
2017-01-03 Samuel Iglesias... i965/fs: fix exec_size when emitting DIM instruction
2017-01-03 Timothy Arcerist/mesa: get Version from gl_program rather than gl_sha...
2017-01-03 Timothy Arcerii965: stop passing gl_shader_program to brw_compile_gs...
2017-01-03 Timothy Arcerii965: get InfoLog and LinkStatus via the shader program...
2017-01-03 Timothy Arcerii965: eliminate gen6_xfb_enabled field in brw_gs_prog_data
2017-01-03 Timothy Arcerii965: update brw_get_shader_time_index() not to take...
2017-01-02 Marek Olšákgallium/hud: fix the windows build by disabling file...
2017-01-02 Kenneth Graunkeglsl: Update ES 3.2 shader output restrictions.
2017-01-02 Ben Widawskyi965/miptree: Create a disable CCS flag
2017-01-02 Ben Widawskyi965: Replace bool aux disable with enum
2016-12-31 Edmondo Tommasinadocs: document GALLIUM_HUD_DUMP_DIR envvar
2016-12-31 Edmondo Tommasinagallium/hud: set filedescriptor for fps graph
2016-12-31 Edmondo Tommasinagallium/hud: set filedescriptor for cpu graph
2016-12-31 Edmondo Tommasinagallium/hud: move file initialization to a function
2016-12-31 Edmondo Tommasinagallium/hud: dump hud_driver_query values to files
2016-12-31 Ilia Mirkinanv,radv: disable StorageImageWriteWithoutFormat for now
2016-12-30 Kenneth Graunkei965: Avoid NULL pointer dereference when transform...
2016-12-30 Timothy Arceriglsl/mesa: add reference to gl_shader_program_data...
2016-12-30 Timothy Arcerimesa: make union in gl_program a struct and add FIXME
2016-12-30 Jason Ekstrandi965/peephole_ffma: Use nir_builder
2016-12-30 Jason Ekstrandnir/split_var_copies: Use a nir_shader rather than...
2016-12-30 Jason Ekstrandnir/opt_peephole_select: Pass around the actual nir_shader
2016-12-30 Jason Ekstrandnir/conditional_if: Properly use the builder
2016-12-30 Jason Ekstrandnir/lower_var_copies: Use a shader rather than a void...
2016-12-30 Jason Ekstrandnir/lower_io: Use the builder instead of carrying a...
2016-12-30 Jason Ekstrandnir/from_ssa: Use nir_builder for emit_copy
2016-12-30 Jason Ekstrandnir: Make nir_copy_deref follow the "clone" pattern
2016-12-30 Rob Clarkfreedreno/ir3: rework varying slots (maybe??)
2016-12-30 Ilia Mirkinspirv: always expose SpvCapabilityStorageImageExtendedF...
2016-12-30 Ilia Mirkinanv: add support for extended texture gather
2016-12-30 Dave Airlieradv: only allow cmask/dcc in color optimal.
2016-12-30 Dave Airlieradv: only allow cmask/dcc on exclusive or concurrent...
2016-12-30 Jason Ekstrandnir: Rewrite lower_regs_to_ssa to use the phi builder
2016-12-30 Jason Ekstrandnir/phi-builder: Set the value in the block when creati...
2016-12-30 Jason Ekstrandnir: Add foreach_register helper macros
2016-12-30 Jason Ekstrandnir: Rename convert_to_ssa lower_regs_to_ssa
2016-12-29 Timothy Arcerimesa/glsl/i965: remove Driver.NewShader()
2016-12-29 Timothy Arcerii965: move compiled_once flag to brw_program
2016-12-29 Timothy Arcerimesa/glsl: move BlendSupport bitfield to gl_program
2016-12-29 Timothy Arcerimesa: store gl_program in gl_transform_feedback_object...
next