| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Silence compiler warning about promoted_constants. | Eric Anholt | 2018-03-16 | 1 | -1/+1 |
* | anv: Silence compiler warnings about uninitialized bind_offset. | Eric Anholt | 2018-03-16 | 1 | -1/+1 |
* | intel/compiler: Use gen_get_device_info() in test_eu_validate | Matt Turner | 2018-03-16 | 3 | -39/+19 |
* | intel: Add cfl to gen_device_name_to_pci_device_id() | Matt Turner | 2018-03-16 | 1 | -0/+1 |
* | dri3: allow building against older xcb (v3) | Dave Airlie | 2018-03-16 | 4 | -9/+32 |
* | r600: consolidate PIPE_BIND_SHARED/SCANOUT handling | Marek Olšák | 2018-03-16 | 2 | -14/+4 |
* | intel/compiler: Check for unsupported register sizes. | Rafael Antognolli | 2018-03-16 | 1 | -0/+3 |
* | loader: Include include/drm-uapi in the autotools build | Jason Ekstrand | 2018-03-16 | 1 | -0/+1 |
* | egl/android: Implement the eglSwapinterval for Android. | Wu, Zhongmin | 2018-03-16 | 1 | -0/+21 |
* | st/mesa: simplify st_init_limits() via tgsi_processor_to_shader_stage | Emil Velikov | 2018-03-16 | 1 | -39/+6 |
* | tgsi: move tgsi_processor_to_shader_stage() to a header | Emil Velikov | 2018-03-16 | 2 | -15/+16 |
* | egl/dri2: move wayland header inclusion where applicable | Emil Velikov | 2018-03-16 | 3 | -3/+12 |
* | vulkan/wsi/x11: correct DRI3 version in comment | Emil Velikov | 2018-03-16 | 1 | -1/+1 |
* | vulkan/wsi/x11: use ARRAY_SIZE where applicable | Emil Velikov | 2018-03-16 | 1 | -2/+2 |
* | mesa: RGB9_E5 invalid for CopyTexSubImage* in GLES | Juan A. Suarez Romero | 2018-03-16 | 1 | -0/+14 |
* | etnaviv: remove superfluous \n from DBG(..) callers | Christian Gmeiner | 2018-03-16 | 4 | -6/+6 |
* | 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 |
* | 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 |
* | 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 |