summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-11-14radv: force enable LLVM sisched for The Talos PrincipleSamuel Pitoiset1-0/+20
2017-11-14radv: add nosisched debug optionSamuel Pitoiset2-0/+10
2017-11-14spirv: fix typo on DO NOT EDIT headerAlejandro Piñeiro1-1/+1
2017-11-14radv: Free temporary syncobj after waiting on it.Bas Nieuwenhuizen1-4/+18
2017-11-14radv: Free syncobj with multiple imports.Bas Nieuwenhuizen1-2/+8
2017-11-13i965: Track the depth and render caches separatelyJason Ekstrand5-22/+26
2017-11-13i965/blorp: Add more destination flushingJason Ekstrand1-1/+6
2017-11-13i965: Add more precise cache tracking helpersJason Ekstrand6-13/+49
2017-11-13i965: Add stencil buffers to cache set regardless of stencil texturingJason Ekstrand1-3/+1
2017-11-13i965: Switch over to fully external-or-not MOCS schemeJason Ekstrand3-29/+11
2017-11-13i965: Use PTE MOCS for all external buffersJason Ekstrand2-10/+18
2017-11-13intel/blorp: Make the MOCS setting part of blorp_addressJason Ekstrand6-33/+44
2017-11-13anv/blorp: Add a device parameter to blorp_surf_for_anv_imageJason Ekstrand1-22/+34
2017-11-13intel/blorp: Use mocs.tex for depth stencilJason Ekstrand1-5/+1
2017-11-13intel/tools/error: Decode compute shaders.Kenneth Graunke1-7/+42
2017-11-13intel/tools/error: Use do-while for field iterator loops.Kenneth Graunke1-6/+6
2017-11-13intel/tools/error: Decode shaders while decoding batch commands.Kenneth Graunke1-85/+49
2017-11-13intel/tools/error: Save error state sections and decode them later.Kenneth Graunke1-37/+58
2017-11-13intel/tools/error: Fix null termination of ring name string.Kenneth Graunke1-0/+1
2017-11-13intel/tools/error: Drop unused MAX_RINGS #define.Kenneth Graunke1-2/+0
2017-11-13intel/tools/error: Refactor buffer matching, add more buffers.Kenneth Graunke1-62/+30
2017-11-13intel/tools/error: Only decode a few sections of error states.Kenneth Graunke1-1/+3
2017-11-13intel/tools/error: Drop unused parameters from decode() helper.Kenneth Graunke1-5/+3
2017-11-13intel/tools/error: Drop support for non-ascii85 encoded error states.Kenneth Graunke1-35/+4
2017-11-13intel/tools/error: Do ascii85 decode first.Kenneth Graunke1-31/+29
2017-11-13egl/haiku: Correct invalid void* conversion in callocAlexander von Gluck IV1-1/+2
2017-11-13meson: Remove build_by_default from amd codeDylan Baker3-3/+3
2017-11-13meson: Don't build intel shared components by defaultDylan Baker4-6/+3
2017-11-13meson: don't use build_by_default for specific gallium driversDylan Baker13-34/+25
2017-11-14r600/shader: handle bitfield extract semantics properly.Dave Airlie1-4/+53
2017-11-14r600: handle bitfieldInsert corner case.Dave Airlie1-1/+39
2017-11-14r600: add gs tri strip adjacency fix.Dave Airlie4-5/+62
2017-11-14r600: fix isoline tess factor component swapping.Dave Airlie1-0/+7
2017-11-14r600/shader: reserve first register of vertex shader.Dave Airlie1-2/+4
2017-11-14r600: don't emit atomic save if we have no atomic counters.Dave Airlie1-0/+3
2017-11-13glx/dri3: Fix passing renderType into glXCreateContextAdam Jackson1-1/+2
2017-11-13glx/drisw: Fix glXMakeCurrent(dpy, None, ctx)Adam Jackson1-4/+2
2017-11-13glx: Lower GLX opcode lookup into SendMakeCurrentRequestAdam Jackson1-9/+7
2017-11-13aubinator: Don't skip the first field in each subgroupJason Ekstrand1-2/+3
2017-11-13intel/genxml: Delete empty groupsJason Ekstrand4-8/+0
2017-11-13anv: Don't crash on invalid heap sizes when the PCI ID is overridenJason Ekstrand1-0/+12
2017-11-13nir/spirv: tg4 requires a samplerAlex Smith2-2/+1
2017-11-13spirv: Use correct type for sampled imagesAlex Smith3-6/+6
2017-11-13spirv: add DO NOT EDIT warning on generated spirv_info.cAlejandro Piñeiro1-1/+4
2017-11-13loader/dri3: Improve dri3 thread-safetyThomas Hellstrom2-18/+69
2017-11-13etnaviv: automake,meson: include common_3d.xml.h in the sources listsJuan A. Suarez Romero2-0/+2
2017-11-13egl: EXT_pixel_format_float plumbingTapani Pälli5-0/+15
2017-11-13radv: add unlikely() around radv_save_descriptors()Samuel Pitoiset1-1/+1
2017-11-13radv: optimize calling radv_cmd_buffer_trace_emit()Samuel Pitoiset3-8/+12
2017-11-13radv: optimize calling radv_save_pipeline()Samuel Pitoiset1-5/+5