| Commit message (Expand) | Author | Age | Files | Lines |
* | intel/perf: constify accumlator parameter | Lionel Landwerlin | 2019-04-17 | 2 | -3/+3 |
* | intel/perf: drop counter size field | Lionel Landwerlin | 2019-04-17 | 4 | -9/+26 |
* | i965: perf: add mdapi pipeline statistics queries on gen10/11 | Lionel Landwerlin | 2019-04-17 | 2 | -1/+10 |
* | intel/perf: stub gen10/11 missing definitions | Lionel Landwerlin | 2019-04-17 | 1 | -0/+4 |
* | i965: move mdapi guid into intel/perf | Lionel Landwerlin | 2019-04-17 | 2 | -2/+4 |
* | i965: move mdapi result data format to intel/perf | Lionel Landwerlin | 2019-04-17 | 7 | -98/+138 |
* | i965: move brw_timebase_scale to device info | Lionel Landwerlin | 2019-04-17 | 6 | -19/+22 |
* | i965: move OA accumulation code to intel/perf | Lionel Landwerlin | 2019-04-17 | 5 | -199/+229 |
* | i965: move mdapi data structure to intel/perf | Lionel Landwerlin | 2019-04-17 | 3 | -97/+128 |
* | i965: extract performance query metrics | Lionel Landwerlin | 2019-04-17 | 31 | -866/+1098 |
* | i965: store device revision in gen_device_info | Lionel Landwerlin | 2019-04-17 | 4 | -6/+5 |
* | intel/compiler/icl: Use tcs barrier id bits 24:30 instead of 24:27 | Topi Pohjolainen | 2019-04-17 | 1 | -7/+17 |
* | virgl: document potentially failing blit | Erik Faye-Lund | 2019-04-17 | 1 | -0/+6 |
* | virgl: do color-conversion during when mapping transfer | Erik Faye-Lund | 2019-04-17 | 1 | -10/+70 |
* | virgl: only blit if resource is read | Erik Faye-Lund | 2019-04-17 | 1 | -2/+5 |
* | virgl: get readback-formats from host | Erik Faye-Lund | 2019-04-17 | 3 | -0/+44 |
* | gallium/util: support translating between uint and sint formats | Erik Faye-Lund | 2019-04-17 | 1 | -0/+62 |
* | virgl: make sure bind is set for non-buffers | Erik Faye-Lund | 2019-04-17 | 1 | -0/+3 |
* | virgl: support write-back with staged transfers | Erik Faye-Lund | 2019-04-17 | 2 | -22/+49 |
* | virgl: use pipe_box for blit dst-rect | Erik Faye-Lund | 2019-04-17 | 1 | -5/+12 |
* | virgl: rewrite core of virgl_texture_transfer_map | Erik Faye-Lund | 2019-04-17 | 1 | -36/+58 |
* | virgl: return error if allocating resolve_tmp fails | Erik Faye-Lund | 2019-04-17 | 1 | -0/+4 |
* | virgl: wait for the right resource | Erik Faye-Lund | 2019-04-17 | 1 | -1/+1 |
* | virgl: check for readback on correct resource | Erik Faye-Lund | 2019-04-17 | 1 | -1/+1 |
* | virgl: make unmap queuing a bit more straight-forward | Erik Faye-Lund | 2019-04-17 | 1 | -5/+7 |
* | virgl: simplify virgl_texture_transfer_unmap logic | Erik Faye-Lund | 2019-04-17 | 1 | -13/+9 |
* | virgl: track full virgl_resource instead of just virgl_hw_res | Erik Faye-Lund | 2019-04-17 | 1 | -5/+5 |
* | virgl: tmp_resource -> templ | Erik Faye-Lund | 2019-04-17 | 1 | -4/+3 |
* | virgl: remove pointless transfer-counter | Erik Faye-Lund | 2019-04-17 | 4 | -4/+2 |
* | radeonsi/nir: fix scanning of bindless images | Timothy Arceri | 2019-04-17 | 1 | -38/+37 |
* | iris: Add texture cache flushing hacks for blit and resource_copy_region | Kenneth Graunke | 2019-04-16 | 1 | -0/+36 |
* | v3d: Always set up the qregs for CSD payload. | Eric Anholt | 2019-04-16 | 1 | -10/+2 |
* | v3d: Only look up the 3rd texture gather offset for non-arrays. | Eric Anholt | 2019-04-16 | 1 | -1/+1 |
* | spirv: Tell which opcode or value is unhandled when failing | Caio Marcelo de Oliveira Filho | 2019-04-16 | 4 | -42/+61 |
* | spirv: Add more to_string helpers | Caio Marcelo de Oliveira Filho | 2019-04-16 | 2 | -3/+15 |
* | intel/mi_builder: Disable mem_mem tests on IVB | Jason Ekstrand | 2019-04-16 | 1 | -0/+3 |
* | iris: Change vendor and renderer strings | Kenneth Graunke | 2019-04-16 | 1 | -1/+4 |
* | intel/mi_builder: Re-order an initializer | Jason Ekstrand | 2019-04-16 | 1 | -2/+2 |
* | nir/algebraic: Use a cache to avoid re-emitting structs | Jason Ekstrand | 2019-04-16 | 1 | -17/+36 |
* | nir/algebraic: Move the template closer to the render function | Jason Ekstrand | 2019-04-16 | 1 | -19/+19 |
* | iris: Move iris_debug_recompile calls before uploading. | Kenneth Graunke | 2019-04-16 | 1 | -33/+33 |
* | iris: Print the reason for shader recompiles. | Kenneth Graunke | 2019-04-16 | 1 | -6/+30 |
* | i965: Move program key debugging to the compiler. | Kenneth Graunke | 2019-04-16 | 13 | -283/+275 |
* | winsys/amdgpu: don't set GTT with GDS & OA placements on APUs | Marek Olšák | 2019-04-16 | 1 | -9/+11 |
* | nir: optimize gl_SampleMaskIn to gl_HelperInvocation for radeonsi when possible | Marek Olšák | 2019-04-16 | 4 | -2/+48 |
* | st/va/enc: Add support for frame_cropping_flag of VAEncSequenceParameterBuffe... | suresh guttula | 2019-04-16 | 1 | -0/+8 |
* | radeon/vce:Add support for frame_cropping_flag of VAEncSequenceParameterBuffe... | suresh guttula | 2019-04-16 | 1 | -2/+9 |
* | vl: Add cropping flags for H264 | suresh guttula | 2019-04-16 | 1 | -0/+5 |
* | compiler/glsl: handle case where we have multiple users for types | Tapani Pälli | 2019-04-16 | 8 | -11/+66 |
* | intel/compiler: Do not reswizzle dst if instruction writes to flag register | Danylo Piliaiev | 2019-04-16 | 1 | -0/+6 |