summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add support for AMD_depth_clamp_separateSagar Ghuge2018-08-2812-33/+111
* mesa: Add types for AMD_depth_clamp_separate.Sagar Ghuge2018-08-282-0/+4
* glapi: define AMD_depth_clamp_separateSagar Ghuge2018-08-284-0/+20
* anv: Claim to support depthBounds for ID gamesJason Ekstrand2018-08-281-0/+9
* anv: Copy the appliation info into the instanceJason Ekstrand2018-08-282-8/+30
* vulkan/alloc: Add a vk_strdup helperJason Ekstrand2018-08-281-0/+17
* meson: Actually load translation filesDylan Baker2018-08-281-1/+4
* nir: Remove outdated commentCaio Marcelo de Oliveira Filho2018-08-281-3/+0
* i965: Add INTEL_fragment_shader_ordering support.Kevin Rogovin2018-08-282-0/+2
* mesa: Add GL/GLSL plumbing for INTEL_fragment_shader_orderingKevin Rogovin2018-08-288-0/+30
* i965/gen6/xfb: handle case where transform feedback is not activeAndrii Simiklit2018-08-281-1/+1
* virgl: add debug-switch to output TGSIErik Faye-Lund2018-08-283-0/+5
* virgl: introduce $VIRGL_DEBUG=verboseErik Faye-Lund2018-08-284-3/+18
* virgl: replace fprintf-call with debug_printfErik Faye-Lund2018-08-281-1/+1
* virgl: delete commented out fprintf-callErik Faye-Lund2018-08-281-1/+0
* intel/eu: print bytes instead of 32 bit hex valueSagar Ghuge2018-08-271-17/+30
* intel: decoder: handle 0 sized structsLionel Landwerlin2018-08-271-4/+8
* nv50/ir,nvc0: use constant buffers for compute when possible on Kepler+Rhys Perry2018-08-272-10/+36
* nv50/ir: optimize multiplication by 16-bit immediates into two xmadsRhys Perry2018-08-271-0/+10
* nv50/ir: optimize near power-of-twos into shladdRhys Perry2018-08-271-0/+27
* nv50/ir: move a * b -> a << log2(b) code into createMul()Rhys Perry2018-08-271-15/+30
* nv50/ir: optimize imul/imad to xmadsRhys Perry2018-08-272-1/+56
* gm107/ir: add support for OP_XMAD on GM107+Rhys Perry2018-08-273-1/+71
* nv50/ir: add preliminary support for OP_XMADRhys Perry2018-08-277-5/+85
* glsl/linker: Allow unused in blocks which are not declated on previous stagevadym.shovkoplias2018-08-272-3/+9
* nir: Pull block_ends_in_jump into nir.hJason Ekstrand2018-08-273-23/+13
* anv: Add support for protected memory properties on anv_GetPhysicalDeviceProp...Samuel Iglesias Gonsálvez2018-08-271-0/+7
* intel/tools: Add 0x in front of a couple of hex valuesJason Ekstrand2018-08-251-2/+2
* anv: Fill holes in the VF VUE to zeroJason Ekstrand2018-08-251-1/+28
* intel: tools: Fix aubinator_error's fprintf call (format-security)Kai Wasserbäch2018-08-251-1/+1
* intel/batch_decoder: Print blend states properlyJason Ekstrand2018-08-251-1/+16
* intel/batch_decoder: Fix dynamic state printingJason Ekstrand2018-08-251-2/+2
* intel/decoder: Print ISL formats for vertex elementsJason Ekstrand2018-08-251-1/+2
* intel/decoder: Clean up field iteration and fix sub-dword fieldsJason Ekstrand2018-08-251-16/+16
* gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke2018-08-2419-3/+22
* intel: decoder: unify MI_BB_START field namingLionel Landwerlin2018-08-243-7/+7
* egl/drm: use gbm_dri_bo() wrapperEmil Velikov2018-08-241-2/+2
* egl/drm: use gbm_dri_surface() wrapperEmil Velikov2018-08-241-3/+3
* egl/drm: use gbm_dri_device() wrapperEmil Velikov2018-08-241-1/+1
* egl/android: simplify device open/probeEmil Velikov2018-08-241-34/+18
* egl/android: remove drmVersion::name NULL checkEmil Velikov2018-08-241-5/+0
* egl/android: remove droid_probe_driver()Emil Velikov2018-08-241-18/+0
* egl/android: use strcmp with drmVersion::nameEmil Velikov2018-08-241-1/+1
* egl/android: use drmDevice instead of the manual /dev/dri iterationEmil Velikov2018-08-241-16/+12
* Revert "configure: allow building with python3"Emil Velikov2018-08-2425-33/+33
* Revert "mesa: bump GL_MAX_ELEMENTS_INDICES and GL_MAX_ELEMENTS_VERTICES"Kenneth Graunke2018-08-242-5/+2
* Revert recent changes about not including compute in combined limits.Kenneth Graunke2018-08-243-27/+26
* gallivm: don't use saturated unsigned add/sub intrinsics for llvm 8.0Roland Scheidegger2018-08-241-27/+60
* st/mesa: expose KHR_texture_compression_astc_sliced_3dMarek Olšák2018-08-241-2/+4
* st/mesa: expose EXT_disjoint_timer_queryMarek Olšák2018-08-241-0/+1