| Commit message (Expand) | Author | Age | Files | Lines |
* | radv: run nir_opt_move_load_ubo | Samuel Pitoiset | 2018-03-16 | 1 | -0/+1 |
* | nir: add nir_opt_move_load_ubo() optimization pass | Samuel Pitoiset | 2018-03-16 | 4 | -0/+121 |
* | radv: drop geometry stride user sgpr. | Dave Airlie | 2018-03-16 | 3 | -28/+19 |
* | radv: get rid of geometry user sgpr for num entries. | Dave Airlie | 2018-03-16 | 2 | -16/+8 |
* | radv: migrate lds size calculations to shader gen. | Dave Airlie | 2018-03-16 | 3 | -25/+38 |
* | radv: drop scanning the tess shader in the nir code. | Dave Airlie | 2018-03-16 | 3 | -42/+3 |
* | radv: use num_patches output from tcs shader. | Dave Airlie | 2018-03-16 | 1 | -28/+2 |
* | radv/tess: remove last chunk of tess sgprs | Dave Airlie | 2018-03-16 | 3 | -53/+19 |
* | radv: pass num_patches to tes from tcs | Dave Airlie | 2018-03-16 | 3 | -2/+9 |
* | radv: drop tess offchip layout for tcs. | Dave Airlie | 2018-03-16 | 4 | -38/+90 |
* | radv: drop tcs_out_offsets | Dave Airlie | 2018-03-16 | 2 | -20/+29 |
* | radv: drop tcs_out_layout | Dave Airlie | 2018-03-16 | 2 | -15/+15 |
* | radv/tess: drop tcs_in_layout setting completely. | Dave Airlie | 2018-03-16 | 3 | -15/+24 |
* | radv: drop ls_out_layout const. | Dave Airlie | 2018-03-16 | 3 | -37/+4 |
* | radv/shader_info: start gathering tess output info (v2) | Dave Airlie | 2018-03-16 | 2 | -2/+52 |
* | radv: migrate unique index info shader info (v2) | Dave Airlie | 2018-03-16 | 2 | -22/+21 |
* | Revert "mesa: do not trigger _NEW_TEXTURE_STATE in glActiveTexture()" | Samuel Pitoiset | 2018-03-15 | 1 | -0/+13 |
* | anv: silence unused variable warning | Lionel Landwerlin | 2018-03-15 | 1 | -7/+0 |
* | i965: silence unused function warning | Lionel Landwerlin | 2018-03-15 | 1 | -1/+1 |
* | anv: silence unused function warning on gen11 | Lionel Landwerlin | 2018-03-15 | 2 | -1/+3 |
* | meson: fix pipe-loaders after omx changes | Dylan Baker | 2018-03-15 | 1 | -3/+4 |
* | meson: require amdgpu >= 2.4.91 | Dylan Baker | 2018-03-15 | 1 | -1/+1 |
* | configure.ac: require libdrm_amdgpu 2.4.91 | Marek Olšák | 2018-03-15 | 1 | -9/+1 |
* | configure.ac: blacklist libdrm 2.4.90 | Marek Olšák | 2018-03-15 | 1 | -0/+8 |
* | radv: dump LLVM IR when a hang is detected | Samuel Pitoiset | 2018-03-15 | 1 | -0/+1 |
* | radv: record LLVM IR when debugging shaders | Samuel Pitoiset | 2018-03-15 | 3 | -0/+12 |
* | radv: add dump_shader to the NIR compiler options | Samuel Pitoiset | 2018-03-15 | 4 | -22/+19 |
* | radv: pass the NIR compiler options to ac_compile_llvm_module() | Samuel Pitoiset | 2018-03-15 | 1 | -5/+7 |
* | radv: print some information when RADV_TRACE_FILE is set | Samuel Pitoiset | 2018-03-15 | 3 | -1/+9 |
* | radv: only display options that are enabled | Samuel Pitoiset | 2018-03-15 | 1 | -12/+16 |
* | mailmap: Use Eric Engestrom's personal email address | Eric Engestrom | 2018-03-15 | 1 | -0/+2 |
* | spirv/radv: add AMD_gcn_shader capability, remove current extensions | Alejandro Piñeiro | 2018-03-15 | 4 | -10/+3 |
* | spirv: update arguments for vtn_nir_alu_op_for_spirv_opcode() | Samuel Iglesias Gonsálvez | 2018-03-15 | 3 | -15/+15 |
* | spirv: fix the translation of SPIR-V conversion opcodes to NIR | Samuel Iglesias Gonsálvez | 2018-03-15 | 1 | -3/+37 |
* | vbo: Correctly handle source arrays in vbo_split_copy. | Mathias Fröhlich | 2018-03-15 | 1 | -3/+5 |
* | sched.h needs to be imported on Darwin/OSX targets. | Apple SWE | 2018-03-14 | 1 | -0/+4 |
* | Add processor topology calculation implementation for Darwin/OSX targets. | Apple SWE | 2018-03-14 | 1 | -1/+55 |
* | virgl: resize resource bo allocation if we need to. | Dave Airlie | 2018-03-15 | 2 | -4/+12 |
* | nv50,nvc0: Support BGRX1010102 and RGBX1010102 for sampling. | Mario Kleiner | 2018-03-14 | 1 | -0/+2 |
* | util: Use set_foreach instead of rolling our own | Thomas Helland | 2018-03-14 | 1 | -6/+2 |
* | glsl: Use hash table cloning in copy propagation | Thomas Helland | 2018-03-14 | 2 | -31/+15 |
* | util: Implement a hash table cloning function | Thomas Helland | 2018-03-14 | 2 | -0/+24 |
* | st/mesa: Factorize duplicate code in st_BlitFramebuffer() | Guillaume Charifi | 2018-03-14 | 1 | -50/+26 |
* | autotools: add -I/src/egl to tizonia | Dylan Baker | 2018-03-14 | 1 | -0/+1 |
* | Revert "Add processor topology calculation implementation for Darwin/OSX targ... | Dylan Baker | 2018-03-14 | 1 | -55/+0 |
* | Revert "sched.h needs to be imported on Darwin/OSX targets." | Dylan Baker | 2018-03-14 | 1 | -4/+0 |
* | compiler: int8/uint8 support | Karol Herbst | 2018-03-14 | 16 | -0/+128 |
* | radv: Fix CmdCopyImage between uncompressed and compressed images | Alex Smith | 2018-03-14 | 1 | -6/+17 |
* | radv: fix vkGetDeviceQueue2() when create flags don't match | Samuel Pitoiset | 2018-03-14 | 2 | -2/+22 |
* | spirv: Handle doubles when multiplying a mat by a scalar | Neil Roberts | 2018-03-14 | 1 | -3/+3 |