| Commit message (Expand) | Author | Age | Files | Lines |
* | intel/compiler: Set "Null Render Target" ex_desc bit on Gen11 | Kenneth Graunke | 2019-09-17 | 1 | -0/+3 |
* | anv: enable VK_KHR_shader_float_controls and SPV_KHR_float_controls | Samuel Iglesias Gonsálvez | 2019-09-17 | 3 | -0/+33 |
* | i965/fs: add support for shader float control to remove_extra_rounding_modes() | Samuel Iglesias Gonsálvez | 2019-09-17 | 1 | -1/+14 |
* | i965/fs: set rounding mode when emitting nir_op_f2f32 or nir_op_f2f16 | Samuel Iglesias Gonsálvez | 2019-09-17 | 1 | -5/+27 |
* | i965/fs: set rounding mode when emitting fadd, fmul and ffma instructions | Samuel Iglesias Gonsálvez | 2019-09-17 | 1 | -1/+34 |
* | i965/fs: add emit_shader_float_controls_execution_mode() and aux functions | Samuel Iglesias Gonsálvez | 2019-09-17 | 3 | -0/+61 |
* | i965/fs/generator: add new opcode to set float controls modes in control regi... | Samuel Iglesias Gonsálvez | 2019-09-17 | 3 | -0/+19 |
* | i965/fs/generator: refactor rounding mode helper in preparation for float con... | Samuel Iglesias Gonsálvez | 2019-09-17 | 3 | -35/+32 |
* | i965/fs/nir: add nir_op_unpack_half_2x16_split_*_flush_to_zero | Samuel Iglesias Gonsálvez | 2019-09-17 | 1 | -0/+4 |
* | intel/nir: do not apply the fsin and fcos trig workarounds for consts | Samuel Iglesias Gonsálvez | 2019-09-17 | 1 | -2/+2 |
* | nir/large_constants: pass after lowering copy_deref | Sergii Romantsov | 2019-09-16 | 1 | -7/+7 |
* | vulkan: add vk_x11_strict_image_count option | Lionel Landwerlin | 2019-09-15 | 1 | -0/+1 |
* | driconfig: add a new engine name/version parameter | Lionel Landwerlin | 2019-09-15 | 1 | -1/+3 |
* | intel/fs: Handle UNDEF in split_virtual_grfs | Jason Ekstrand | 2019-09-13 | 1 | -1/+25 |
* | intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WM | Anuj Phogat | 2019-09-11 | 1 | -0/+11 |
* | genxml/gen11+: Add COMMON_SLICE_CHICKEN4 register | Anuj Phogat | 2019-09-11 | 2 | -0/+10 |
* | android: anv: libmesa_vulkan_common: add libmesa_util static dependency | Mauro Rossi | 2019-09-08 | 1 | -1/+2 |
* | intel/blorp: Use wide formats for nicely aligned stencil clears | Jason Ekstrand | 2019-09-06 | 2 | -0/+122 |
* | intel/blorp: Expose surf_fake_interleaved_msaa internally | Jason Ekstrand | 2019-09-06 | 2 | -5/+8 |
* | intel/blorp: Expose surf_retile_w_to_y internally | Jason Ekstrand | 2019-09-06 | 2 | -5/+8 |
* | blorp: Memset surface info to zero when initializing it | Jason Ekstrand | 2019-09-06 | 1 | -0/+1 |
* | intel/tools: Decode PS kernels on SNB | Jason Ekstrand | 2019-09-06 | 1 | -1/+4 |
* | intel/tools: Decode 3DSTATE_BINDING_TABLE_POINTERS on SNB | Jason Ekstrand | 2019-09-06 | 1 | -0/+15 |
* | anv: add support for vk_x11_override_min_image_count | Eric Engestrom | 2019-09-06 | 1 | -0/+3 |
* | anv: add support for driconf | Eric Engestrom | 2019-09-06 | 4 | -3/+19 |
* | anv,iris: L3ALLOC register replaces L3CNTLREG for gen12 | Jordan Justen | 2019-09-06 | 2 | -7/+16 |
* | intel/gen12: Add L3 configurations | Anuj Phogat | 2019-09-06 | 1 | -1/+12 |
* | anv: Bump maxComputeWorkgroupSize | Jason Ekstrand | 2019-09-06 | 1 | -4/+6 |
* | intel: Stop redirecting state cache to command streamer cache section | Kenneth Graunke | 2019-09-06 | 1 | -12/+0 |
* | Revert "intel/fs: Move the scalar-region conversion to the generator." | Jason Ekstrand | 2019-09-06 | 4 | -5/+5 |
* | intel/fs: Fix FB write inst groups | Jason Ekstrand | 2019-09-06 | 1 | -1/+1 |
* | nir: allow specifying filter callback in lower_alu_to_scalar | Vasily Khoruzhick | 2019-09-06 | 1 | -3/+3 |
* | anv: fix format string in error message | Eric Engestrom | 2019-09-04 | 1 | -1/+1 |
* | anv: build libanv for gen12 in android build | Tapani Pälli | 2019-08-28 | 1 | -0/+23 |
* | anv: Build for gen12 | Jordan Justen | 2019-08-28 | 6 | -1/+29 |
* | intel/l3: Don't assert on gen12 (use gen11 config temporarily) | Jordan Justen | 2019-08-28 | 1 | -0/+1 |
* | intel/compiler: Disable compaction on gen12 for now | Jordan Justen | 2019-08-28 | 1 | -1/+7 |
* | intel/isl: build android libmesa_isl for gen12 | Tapani Pälli | 2019-08-28 | 1 | -0/+20 |
* | intel/isl: Build gen12 using gen11 code paths | Jordan Justen | 2019-08-28 | 4 | -1/+11 |
* | intel/genxml: generate pack files for gen12 on android builds | Tapani Pälli | 2019-08-28 | 1 | -0/+5 |
* | intel/genxml: Build gen12 genxml | Jordan Justen | 2019-08-28 | 5 | -2/+11 |
* | intel/genxml: Add gen12.xml as a copy of gen11.xml | Jordan Justen | 2019-08-28 | 1 | -0/+7171 |
* | intel/genxml: Run sort_xml.sh to tidy gen9.xml and gen11.xml | Jordan Justen | 2019-08-28 | 2 | -38/+36 |
* | intel/genxml/gen11: Add spaces in EnableUnormPathInColorPipe | Jordan Justen | 2019-08-28 | 1 | -1/+1 |
* | intel/genxml: Handle field names with different spacing/hyphen | Jordan Justen | 2019-08-28 | 1 | -3/+4 |
* | intel/compiler: Request bitfield_reverse lowering on pre-Gen7 hardware | Ian Romanick | 2019-08-28 | 1 | -0/+1 |
* | intel/compiler: Use new Gen11 headerless RT writes for MRT cases | Kenneth Graunke | 2019-08-27 | 1 | -2/+13 |
* | intel/compiler: Use generic SEND for Gen7+ FB writes | Kenneth Graunke | 2019-08-27 | 2 | -6/+28 |
* | intel/compiler: Refactor FB write message control setup into a helper. | Kenneth Graunke | 2019-08-27 | 3 | -26/+37 |
* | intel/compiler: Handle bits 15:12 in brw_send_indirect_split_message() | Kenneth Graunke | 2019-08-27 | 1 | -2/+12 |