| Commit message (Expand) | Author | Age | Files | Lines |
* | spirv: fix typo on DO NOT EDIT header | Alejandro Piñeiro | 2017-11-14 | 1 | -1/+1 |
* | radv: Free temporary syncobj after waiting on it. | Bas Nieuwenhuizen | 2017-11-14 | 1 | -4/+18 |
* | radv: Free syncobj with multiple imports. | Bas Nieuwenhuizen | 2017-11-14 | 1 | -2/+8 |
* | i965: Track the depth and render caches separately | Jason Ekstrand | 2017-11-13 | 5 | -22/+26 |
* | i965/blorp: Add more destination flushing | Jason Ekstrand | 2017-11-13 | 1 | -1/+6 |
* | i965: Add more precise cache tracking helpers | Jason Ekstrand | 2017-11-13 | 6 | -13/+49 |
* | i965: Add stencil buffers to cache set regardless of stencil texturing | Jason Ekstrand | 2017-11-13 | 1 | -3/+1 |
* | i965: Switch over to fully external-or-not MOCS scheme | Jason Ekstrand | 2017-11-13 | 3 | -29/+11 |
* | i965: Use PTE MOCS for all external buffers | Jason Ekstrand | 2017-11-13 | 2 | -10/+18 |
* | intel/blorp: Make the MOCS setting part of blorp_address | Jason Ekstrand | 2017-11-13 | 6 | -33/+44 |
* | anv/blorp: Add a device parameter to blorp_surf_for_anv_image | Jason Ekstrand | 2017-11-13 | 1 | -22/+34 |
* | intel/blorp: Use mocs.tex for depth stencil | Jason Ekstrand | 2017-11-13 | 1 | -5/+1 |
* | intel/tools/error: Decode compute shaders. | Kenneth Graunke | 2017-11-13 | 1 | -7/+42 |
* | intel/tools/error: Use do-while for field iterator loops. | Kenneth Graunke | 2017-11-13 | 1 | -6/+6 |
* | intel/tools/error: Decode shaders while decoding batch commands. | Kenneth Graunke | 2017-11-13 | 1 | -85/+49 |
* | intel/tools/error: Save error state sections and decode them later. | Kenneth Graunke | 2017-11-13 | 1 | -37/+58 |
* | intel/tools/error: Fix null termination of ring name string. | Kenneth Graunke | 2017-11-13 | 1 | -0/+1 |
* | intel/tools/error: Drop unused MAX_RINGS #define. | Kenneth Graunke | 2017-11-13 | 1 | -2/+0 |
* | intel/tools/error: Refactor buffer matching, add more buffers. | Kenneth Graunke | 2017-11-13 | 1 | -62/+30 |
* | intel/tools/error: Only decode a few sections of error states. | Kenneth Graunke | 2017-11-13 | 1 | -1/+3 |
* | intel/tools/error: Drop unused parameters from decode() helper. | Kenneth Graunke | 2017-11-13 | 1 | -5/+3 |
* | intel/tools/error: Drop support for non-ascii85 encoded error states. | Kenneth Graunke | 2017-11-13 | 1 | -35/+4 |
* | intel/tools/error: Do ascii85 decode first. | Kenneth Graunke | 2017-11-13 | 1 | -31/+29 |
* | egl/haiku: Correct invalid void* conversion in calloc | Alexander von Gluck IV | 2017-11-13 | 1 | -1/+2 |
* | meson: Remove build_by_default from amd code | Dylan Baker | 2017-11-13 | 3 | -3/+3 |
* | meson: Don't build intel shared components by default | Dylan Baker | 2017-11-13 | 4 | -6/+3 |
* | meson: don't use build_by_default for specific gallium drivers | Dylan Baker | 2017-11-13 | 13 | -34/+25 |
* | r600/shader: handle bitfield extract semantics properly. | Dave Airlie | 2017-11-14 | 1 | -4/+53 |
* | r600: handle bitfieldInsert corner case. | Dave Airlie | 2017-11-14 | 1 | -1/+39 |
* | r600: add gs tri strip adjacency fix. | Dave Airlie | 2017-11-14 | 4 | -5/+62 |
* | r600: fix isoline tess factor component swapping. | Dave Airlie | 2017-11-14 | 1 | -0/+7 |
* | r600/shader: reserve first register of vertex shader. | Dave Airlie | 2017-11-14 | 1 | -2/+4 |
* | r600: don't emit atomic save if we have no atomic counters. | Dave Airlie | 2017-11-14 | 1 | -0/+3 |
* | glx/dri3: Fix passing renderType into glXCreateContext | Adam Jackson | 2017-11-13 | 1 | -1/+2 |
* | glx/drisw: Fix glXMakeCurrent(dpy, None, ctx) | Adam Jackson | 2017-11-13 | 1 | -4/+2 |
* | glx: Lower GLX opcode lookup into SendMakeCurrentRequest | Adam Jackson | 2017-11-13 | 1 | -9/+7 |
* | aubinator: Don't skip the first field in each subgroup | Jason Ekstrand | 2017-11-13 | 1 | -2/+3 |
* | intel/genxml: Delete empty groups | Jason Ekstrand | 2017-11-13 | 4 | -8/+0 |
* | anv: Don't crash on invalid heap sizes when the PCI ID is overriden | Jason Ekstrand | 2017-11-13 | 1 | -0/+12 |
* | nir/spirv: tg4 requires a sampler | Alex Smith | 2017-11-13 | 2 | -2/+1 |
* | spirv: Use correct type for sampled images | Alex Smith | 2017-11-13 | 3 | -6/+6 |
* | spirv: add DO NOT EDIT warning on generated spirv_info.c | Alejandro Piñeiro | 2017-11-13 | 1 | -1/+4 |
* | loader/dri3: Improve dri3 thread-safety | Thomas Hellstrom | 2017-11-13 | 2 | -18/+69 |
* | etnaviv: automake,meson: include common_3d.xml.h in the sources lists | Juan A. Suarez Romero | 2017-11-13 | 2 | -0/+2 |
* | egl: EXT_pixel_format_float plumbing | Tapani Pälli | 2017-11-13 | 5 | -0/+15 |
* | radv: add unlikely() around radv_save_descriptors() | Samuel Pitoiset | 2017-11-13 | 1 | -1/+1 |
* | radv: optimize calling radv_cmd_buffer_trace_emit() | Samuel Pitoiset | 2017-11-13 | 3 | -8/+12 |
* | radv: optimize calling radv_save_pipeline() | Samuel Pitoiset | 2017-11-13 | 1 | -5/+5 |
* | radv: use vk_zalloc instead of vk_alloc+memset | Samuel Pitoiset | 2017-11-13 | 4 | -21/+13 |
* | radv: remove unnecessary memset() in radv_AllocateCommandBuffers() | Samuel Pitoiset | 2017-11-13 | 1 | -3/+0 |