glsl: Lower UBO and SSBO access in glsl linker
[mesa.git] / src / mesa / drivers / dri / i965 / brw_reg.h
2015-10-22 Matt Turneri965: Note that the UV immediate type is Gen6+.
2015-09-21 Iago Toral Quirogai965: Turn BRW_MAX_MRF into a macro that accepts a...
2015-09-21 Iago Toral Quirogai965: Move MRF register asserts out of brw_reg.h
2015-08-03 Eduardo Lima Mitevi965/vec4: Add auxiliary func to build a writemask...
2015-07-29 Anuj PhogatDelete duplicate function is_power_of_two() and use...
2015-06-12 Jordan Justeni965: Add notification register
2015-05-12 Francisco Jerezi965: Document brw_mask_reg().
2015-04-22 Jason Ekstrandi965: Make the brw_inst helpers take a device_info...
2015-04-21 Matt Turneri965/fs: Calculate delta_x and delta_y together.
2015-04-21 Matt Turneri965: Make type_sz() return unsigned.
2015-03-23 Francisco Jerezi965/vec4: Some more trivial swizzle clean-up.
2015-03-23 Francisco Jerezi965/vec4: Fix signedness of brw_is_single_value_swizzl...
2015-03-23 Francisco Jerezi965: Define some useful swizzle helper functions.
2015-02-19 Francisco Jerezi965/fs: Replace ud_reg_to_w() with a more general...
2015-01-20 Ben Widawskyi965: Extract scalar region checking logic
2015-01-20 Ben Widawskyi965: Add QWORD sizes to type_sz macro
2014-12-15 Andres Gomezi965/brw_reg: struct constructor now needs explicit...
2014-11-26 Matt Turneri965: Add functions to convert float <-> VF.
2014-09-30 Jason Ekstrandi965/brw_reg: Make the accumulator register take an...
2014-09-30 Jason Ekstrandi965/brw_reg: Add a firsthalf function and use it in...
2014-09-30 Jason Ekstrandi965/fs: Make null_reg_* const members of fs_visitor...
2014-07-10 Ilia Mirkini965: forward-declare struct brw_context in brw_reg.h
2014-07-06 Matt Turneri965: Use enum brw_reg_type for register types.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-07-01 Matt Turnermesa: Make unreachable macro take a string argument.
2014-06-17 Matt TurnerRevert "i965: Add 'wait' instruction support"
2014-02-22 Matt Turneri965: Mark brw_reg_type and register_file enums as...
2014-02-19 Francisco Jerezi965: Have brw_imm_vf4() take the vector components...
2014-02-19 Francisco Jerezi965: Add helper function to find out the signedness...
2014-02-19 Francisco Jerezi965/vec4: Use swizzle() in the ARB_vertex_program...
2014-02-06 Kenneth Graunkei965: Fix register types in dump_instructions().
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-20 Kenneth Graunkei965: Add support for Broadwell's new register types.
2013-12-20 Kenneth Graunkei965: Add BRW_REGISTER_TYPE_DF.
2013-12-20 Kenneth Graunkei965: Abstract BRW_REGISTER_TYPE_* into an enum with...
2013-12-20 Kenneth Graunkei965: Delete bogus BRW_REGISTER_TYPE_HF define.
2013-11-06 Matt Turneri965: Use unreachable() to silence a compiler warning.
2013-10-29 Francisco Jerezi965: Add brw_reg constructors taking a dynamically...
2013-10-03 Paul Berryi965/fs: Improve accuracy of dFdy() to match dFdx().
2013-07-03 Kenneth Graunkei965: Delete brw_print_reg() function.
2013-07-03 Kenneth Graunkei965: Remove some dead code.
2013-05-30 Anuj Phogatintel: Add multisample scaled blitting in blorp engine
2013-05-30 Anuj Phogatintel: Change the register type from UW to UD in blorp...
2012-12-15 Kenneth Graunkei965: Move BRW_MAX_GRF and similar defines to brw_reg.h.
2012-12-15 Kenneth Graunkei965: Split struct brw_reg out from brw_eu.h into its...