summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-08-28nir: Remove outdated commentCaio Marcelo de Oliveira Filho1-3/+0
2018-08-28i965: Add INTEL_fragment_shader_ordering support.Kevin Rogovin2-0/+2
2018-08-28mesa: Add GL/GLSL plumbing for INTEL_fragment_shader_orderingKevin Rogovin8-0/+30
2018-08-28i965/gen6/xfb: handle case where transform feedback is not activeAndrii Simiklit1-1/+1
2018-08-28virgl: add debug-switch to output TGSIErik Faye-Lund3-0/+5
2018-08-28virgl: introduce $VIRGL_DEBUG=verboseErik Faye-Lund4-3/+18
2018-08-28virgl: replace fprintf-call with debug_printfErik Faye-Lund1-1/+1
2018-08-28virgl: delete commented out fprintf-callErik Faye-Lund1-1/+0
2018-08-27intel/eu: print bytes instead of 32 bit hex valueSagar Ghuge1-17/+30
2018-08-27intel: decoder: handle 0 sized structsLionel Landwerlin1-4/+8
2018-08-27nv50/ir,nvc0: use constant buffers for compute when possible on Kepler+Rhys Perry2-10/+36
2018-08-27nv50/ir: optimize multiplication by 16-bit immediates into two xmadsRhys Perry1-0/+10
2018-08-27nv50/ir: optimize near power-of-twos into shladdRhys Perry1-0/+27
2018-08-27nv50/ir: move a * b -> a << log2(b) code into createMul()Rhys Perry1-15/+30
2018-08-27nv50/ir: optimize imul/imad to xmadsRhys Perry2-1/+56
2018-08-27gm107/ir: add support for OP_XMAD on GM107+Rhys Perry3-1/+71
2018-08-27nv50/ir: add preliminary support for OP_XMADRhys Perry7-5/+85
2018-08-27glsl/linker: Allow unused in blocks which are not declated on previous stagevadym.shovkoplias2-3/+9
2018-08-27nir: Pull block_ends_in_jump into nir.hJason Ekstrand3-23/+13
2018-08-27anv: Add support for protected memory properties on anv_GetPhysicalDeviceProp...Samuel Iglesias Gonsálvez1-0/+7
2018-08-25intel/tools: Add 0x in front of a couple of hex valuesJason Ekstrand1-2/+2
2018-08-25anv: Fill holes in the VF VUE to zeroJason Ekstrand1-1/+28
2018-08-25intel: tools: Fix aubinator_error's fprintf call (format-security)Kai Wasserbäch1-1/+1
2018-08-25intel/batch_decoder: Print blend states properlyJason Ekstrand1-1/+16
2018-08-25intel/batch_decoder: Fix dynamic state printingJason Ekstrand1-2/+2
2018-08-25intel/decoder: Print ISL formats for vertex elementsJason Ekstrand1-1/+2
2018-08-25intel/decoder: Clean up field iteration and fix sub-dword fieldsJason Ekstrand1-16/+16
2018-08-24gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke19-3/+22
2018-08-24intel: decoder: unify MI_BB_START field namingLionel Landwerlin3-7/+7
2018-08-24egl/drm: use gbm_dri_bo() wrapperEmil Velikov1-2/+2
2018-08-24egl/drm: use gbm_dri_surface() wrapperEmil Velikov1-3/+3
2018-08-24egl/drm: use gbm_dri_device() wrapperEmil Velikov1-1/+1
2018-08-24egl/android: simplify device open/probeEmil Velikov1-34/+18
2018-08-24egl/android: remove drmVersion::name NULL checkEmil Velikov1-5/+0
2018-08-24egl/android: remove droid_probe_driver()Emil Velikov1-18/+0
2018-08-24egl/android: use strcmp with drmVersion::nameEmil Velikov1-1/+1
2018-08-24egl/android: use drmDevice instead of the manual /dev/dri iterationEmil Velikov1-16/+12
2018-08-24Revert "configure: allow building with python3"Emil Velikov25-33/+33
2018-08-24Revert "mesa: bump GL_MAX_ELEMENTS_INDICES and GL_MAX_ELEMENTS_VERTICES"Kenneth Graunke2-5/+2
2018-08-24Revert recent changes about not including compute in combined limits.Kenneth Graunke3-27/+26
2018-08-24gallivm: don't use saturated unsigned add/sub intrinsics for llvm 8.0Roland Scheidegger1-27/+60
2018-08-24st/mesa: expose KHR_texture_compression_astc_sliced_3dMarek Olšák1-2/+4
2018-08-24st/mesa: expose EXT_disjoint_timer_queryMarek Olšák1-0/+1
2018-08-24mesa: expose EXT_vertex_attrib_64bitMarek Olšák3-0/+73
2018-08-24mesa: expose AMD_query_buffer_objectMarek Olšák1-0/+1
2018-08-24mesa: expose AMD_multi_draw_indirectMarek Olšák2-0/+21
2018-08-24mesa: expose AMD_gpu_shader_int64Marek Olšák8-12/+260
2018-08-24mesa: expose ARB_post_depth_coverage in the Compatibility profileMarek Olšák2-1/+2
2018-08-23intel/nir: Enable nir_opt_find_array_copiesJason Ekstrand2-13/+28
2018-08-23nir: Add an array copy optimizationJason Ekstrand4-0/+415