| Commit message (Expand) | Author | Age | Files | Lines |
* | i965/vec4: Add auxiliary func to build a writemask from a component size | Eduardo Lima Mitev | 2015-08-03 | 1 | -0/+6 |
* | Delete duplicate function is_power_of_two() and use _mesa_is_pow_two() | Anuj Phogat | 2015-07-29 | 1 | -1/+1 |
* | i965: Add notification register | Jordan Justen | 2015-06-12 | 1 | -0/+16 |
* | i965: Document brw_mask_reg(). | Francisco Jerez | 2015-05-12 | 1 | -1/+5 |
* | i965: Make the brw_inst helpers take a device_info instead of a context | Jason Ekstrand | 2015-04-22 | 1 | -2/+2 |
* | i965/fs: Calculate delta_x and delta_y together. | Matt Turner | 2015-04-21 | 1 | -0/+7 |
* | i965: Make type_sz() return unsigned. | Matt Turner | 2015-04-21 | 1 | -1/+1 |
* | i965/vec4: Some more trivial swizzle clean-up. | Francisco Jerez | 2015-03-23 | 1 | -4/+2 |
* | i965/vec4: Fix signedness of brw_is_single_value_swizzle() argument. | Francisco Jerez | 2015-03-23 | 1 | -1/+1 |
* | i965: Define some useful swizzle helper functions. | Francisco Jerez | 2015-03-23 | 1 | -0/+97 |
* | i965/fs: Replace ud_reg_to_w() with a more general helper function. | Francisco Jerez | 2015-02-19 | 1 | -0/+22 |
* | i965: Extract scalar region checking logic | Ben Widawsky | 2015-01-20 | 1 | -0/+13 |
* | i965: Add QWORD sizes to type_sz macro | Ben Widawsky | 2015-01-20 | 1 | -0/+3 |
* | i965/brw_reg: struct constructor now needs explicit negate and abs values. | Andres Gomez | 2014-12-15 | 1 | -2/+20 |
* | i965: Add functions to convert float <-> VF. | Matt Turner | 2014-11-25 | 1 | -0/+4 |
* | i965/brw_reg: Make the accumulator register take an explicit width. | Jason Ekstrand | 2014-09-30 | 1 | -2/+3 |
* | i965/brw_reg: Add a firsthalf function and use it in the generator | Jason Ekstrand | 2014-09-30 | 1 | -0/+6 |
* | i965/fs: Make null_reg_* const members of fs_visitor instead of globals | Jason Ekstrand | 2014-09-30 | 1 | -0/+6 |
* | i965: forward-declare struct brw_context in brw_reg.h | Ilia Mirkin | 2014-07-09 | 1 | -0/+2 |
* | i965: Use enum brw_reg_type for register types. | Matt Turner | 2014-07-05 | 1 | -4/+4 |
* | i965: Use unreachable() instead of unconditional assert(). | Matt Turner | 2014-07-01 | 1 | -2/+1 |
* | mesa: Make unreachable macro take a string argument. | Matt Turner | 2014-07-01 | 1 | -2/+1 |
* | Revert "i965: Add 'wait' instruction support" | Matt Turner | 2014-06-17 | 1 | -16/+0 |
* | i965: Mark brw_reg_type and register_file enums as PACKED. | Matt Turner | 2014-02-21 | 1 | -1/+2 |
* | i965: Have brw_imm_vf4() take the vector components as integer values. | Francisco Jerez | 2014-02-19 | 1 | -10/+30 |
* | i965: Add helper function to find out the signedness of a register type. | Francisco Jerez | 2014-02-19 | 1 | -0/+28 |
* | i965/vec4: Use swizzle() in the ARB_vertex_program code. | Francisco Jerez | 2014-02-19 | 1 | -0/+2 |
* | i965: Fix register types in dump_instructions(). | Kenneth Graunke | 2014-02-05 | 1 | -0/+1 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -2/+2 |
* | i965: Add support for Broadwell's new register types. | Kenneth Graunke | 2013-12-20 | 1 | -0/+5 |
* | i965: Add BRW_REGISTER_TYPE_DF. | Kenneth Graunke | 2013-12-20 | 1 | -0/+2 |
* | i965: Abstract BRW_REGISTER_TYPE_* into an enum with unique values. | Kenneth Graunke | 2013-12-20 | 1 | -0/+22 |
* | i965: Delete bogus BRW_REGISTER_TYPE_HF define. | Kenneth Graunke | 2013-12-20 | 1 | -1/+0 |
* | i965: Use unreachable() to silence a compiler warning. | Matt Turner | 2013-11-06 | 1 | -0/+1 |
* | i965: Add brw_reg constructors taking a dynamically determined vector width. | Francisco Jerez | 2013-10-29 | 1 | -0/+24 |
* | i965/fs: Improve accuracy of dFdy() to match dFdx(). | Paul Berry | 2013-10-03 | 1 | -0/+1 |
* | i965: Delete brw_print_reg() function. | Kenneth Graunke | 2013-07-03 | 1 | -2/+0 |
* | i965: Remove some dead code. | Kenneth Graunke | 2013-07-03 | 1 | -7/+0 |
* | intel: Add multisample scaled blitting in blorp engine | Anuj Phogat | 2013-05-30 | 1 | -7/+0 |
* | intel: Change the register type from UW to UD in blorp engine | Anuj Phogat | 2013-05-30 | 1 | -0/+7 |
* | i965: Move BRW_MAX_GRF and similar defines to brw_reg.h. | Kenneth Graunke | 2012-12-15 | 1 | -0/+17 |
* | i965: Split struct brw_reg out from brw_eu.h into its own header. | Kenneth Graunke | 2012-12-15 | 1 | -0/+777 |