| Commit message (Expand) | Author | Age | Files | Lines |
* | radeon/vcn/vp9: add Arcturus VP9 support | Leo Liu | 2019-07-29 | 1 | -3/+3 |
* | radeon/vcn: add Arcturus decode support | Leo Liu | 2019-07-29 | 1 | -1/+11 |
* | radeonsi: add AMD_DEBUG=nogfx for testing | Marek Olšák | 2019-07-29 | 2 | -0/+5 |
* | radeonsi: add support for compute-only chips | Marek Olšák | 2019-07-29 | 3 | -5/+16 |
* | gallium/auxiliary/vl: add compute shaders for deint yuv | Sonny Jiang | 2019-07-29 | 4 | -31/+403 |
* | gallium/auxiliary/vl: don't call gfx functions on compute-only chips | Sonny Jiang | 2019-07-29 | 1 | -75/+83 |
* | gallium/auxiliary/vl: add PIPE_CAP_GRAPHICS check for vl compositor | James Zhu | 2019-07-29 | 2 | -64/+65 |
* | gallium: create multimedia contexts as compute-only if graphics is unsupported | Marek Olšák | 2019-07-29 | 9 | -12/+21 |
* | gallium: add PIPE_CAP_GRAPHICS | Marek Olšák | 2019-07-29 | 3 | -0/+4 |
* | freedreno: Fix helgrind complaint on shader-db key setup. | Eric Anholt | 2019-07-29 | 1 | -2/+1 |
* | softpipe: Don't draw when rasterizer_discard is set | Gert Wollny | 2019-07-29 | 1 | -0/+3 |
* | softpipe: Fix cube arrays layer selection | Gert Wollny | 2019-07-29 | 1 | -8/+8 |
* | lima/gpir/sched: Handle more special ops in can_use_complex() | Connor Abbott | 2019-07-28 | 1 | -5/+24 |
* | lima/gp: Clean up lima_program_optimize_vs_nir() a little | Connor Abbott | 2019-07-28 | 1 | -1/+1 |
* | lima/gpir/sched: Don't try to spill when something else has succeeded | Connor Abbott | 2019-07-28 | 1 | -7/+4 |
* | nv50/ir: don't consider the main compute function as taking arguments | Ilia Mirkin | 2019-07-27 | 1 | -1/+1 |
* | nv50/ir: handle insn not being there for definition of CVT arg | Ilia Mirkin | 2019-07-27 | 1 | -2/+3 |
* | nouveau: flip DEBUG -> !NDEBUG | Ilia Mirkin | 2019-07-27 | 10 | -49/+15 |
* | nvc0: allow a non-user buffer to be bound at position 0 | Ilia Mirkin | 2019-07-27 | 1 | -18/+27 |
* | nv50,nvc0: update sampler/view bind functions to accept NULL array | Ilia Mirkin | 2019-07-27 | 2 | -14/+18 |
* | gallium/vl: fix compute tgsi shaders to not process undefined components | Ilia Mirkin | 2019-07-27 | 1 | -52/+52 |
* | radeon/vcn: enable rate control for hevc encoding | Boyuan Zhang | 2019-07-26 | 1 | -1/+7 |
* | radeon/uvd: enable rate control for hevc encoding | Boyuan Zhang | 2019-07-26 | 1 | -1/+7 |
* | radeon/vcn: fix poc for hevc encode | Boyuan Zhang | 2019-07-26 | 2 | -2/+3 |
* | radeon/uvd: fix poc for hevc encode | Boyuan Zhang | 2019-07-26 | 2 | -3/+3 |
* | v3d: fix glDrawTransformFeedback{Instanced}() | Iago Toral Quiroga | 2019-07-26 | 2 | -2/+18 |
* | v3d: subclass pipe_streamout_output_target to record TF vertices written | Iago Toral Quiroga | 2019-07-26 | 3 | -8/+25 |
* | v3d: refactor v3d_tf_statistics_record slightly | Iago Toral Quiroga | 2019-07-26 | 1 | -7/+7 |
* | Revert "panfrost: Don't DIY point size/coord fields" | Alyssa Rosenzweig | 2019-07-25 | 1 | -2/+6 |
* | iris: Use gen_mi_builder to handle CS ALU operations. | Kenneth Graunke | 2019-07-25 | 6 | -474/+151 |
* | iris: Make iris_query.c a genxml-compiled file. | Kenneth Graunke | 2019-07-25 | 6 | -65/+48 |
* | iris: Move iris_resolve_conditional_render to the vtable. | Kenneth Graunke | 2019-07-25 | 3 | -5/+8 |
* | iris: Refactor genxml macros and inlines into iris_genx_macros.h. | Kenneth Graunke | 2019-07-25 | 4 | -73/+125 |
* | iris: Make an iris_genx_protos.h header for prototypes. | Kenneth Graunke | 2019-07-25 | 4 | -28/+74 |
* | radeonsi: fix DAL hang due to incorrect DCC offset on Raven | Marek Olšák | 2019-07-25 | 1 | -1/+22 |
* | panfrost: Compute I/O counts from shader_info | Alyssa Rosenzweig | 2019-07-25 | 1 | -3/+14 |
* | panfrost: Don't DIY point size/coord fields | Alyssa Rosenzweig | 2019-07-25 | 1 | -6/+2 |
* | panfrost: Use nir_gather_info information about discards | Alyssa Rosenzweig | 2019-07-25 | 1 | -1/+1 |
* | panfrost: Use NIR helper invocations info | Alyssa Rosenzweig | 2019-07-25 | 3 | -1/+5 |
* | panfrost/sfbd: Flesh out fragment job | Alyssa Rosenzweig | 2019-07-25 | 1 | -13/+35 |
* | panfrost: Disable tiled formats on SFBD systems | Alyssa Rosenzweig | 2019-07-25 | 1 | -1/+3 |
* | panfrost: Move require_sfbd to screen | Alyssa Rosenzweig | 2019-07-25 | 6 | -15/+18 |
* | panfrost: Reserve, but do not upload, shader padding | Alyssa Rosenzweig | 2019-07-25 | 1 | -3/+3 |
* | panfrost/ci: Update kernel to 5.2 | Tomeu Vizoso | 2019-07-25 | 2 | -3/+3 |
* | panfrost: Don't expose some atomic stuff even with dEQP | Alyssa Rosenzweig | 2019-07-24 | 1 | -1/+2 |
* | gallium: fix windows build from params change. | Dave Airlie | 2019-07-25 | 3 | -6/+12 |
* | nir: replace lower_sincos with algebraic opt | Jonathan Marek | 2019-07-24 | 1 | -1/+1 |
* | gallium/u_transfer_helper: fix assert in RGTC case | Rob Clark | 2019-07-24 | 1 | -26/+27 |
* | intel/compiler: Be more conservative about subgroup sizes in GL | Jason Ekstrand | 2019-07-24 | 1 | -0/+1 |
* | lima/ppir: fix disassembler temp read/write print | Qiang Yu | 2019-07-24 | 1 | -9/+23 |