aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util: add softfloat functions to operate with doubles and floatsSamuel Iglesias Gonsálvez2019-09-174-0/+1544
* nir: add support for flushing to zero denorm constantsSamuel Iglesias Gonsálvez2019-09-175-41/+109
* nir: add auxiliary functions to detect if a mode is enabledSamuel Iglesias Gonsálvez2019-09-171-0/+81
* spirv/nir: keep track of SPV_KHR_float_controls execution modesSamuel Iglesias Gonsálvez2019-09-173-0/+95
* spirv: check support for SPV_KHR_float_controls capabilitiesSamuel Iglesias Gonsálvez2019-09-172-0/+8
* gallium/xlib: Fix glXMakeCurrent(dpy, None, None, ctx)Adam Jackson2019-09-172-27/+40
* gallium/xlib: Remove MakeCurrent_PrevContextAdam Jackson2019-09-171-12/+5
* gallium/xlib: Remove drawable caching from the MakeCurrent pathAdam Jackson2019-09-171-32/+3
* ci: Run tests on i386 cross buildsAdam Jackson2019-09-171-1/+3
* Fix timespec_from_nsec test for 32-bit time_tJon Turney2019-09-171-1/+1
* iris: close screen fd on iris_destroy_screenTapani Pälli2019-09-171-0/+1
* ac: Remove DEBUG workaroundMichel Dänzer2019-09-171-6/+0
* swr: Limit DEBUG workaround to LLVM < 7Michel Dänzer2019-09-173-3/+21
* gallivm: Limit DEBUG workaround to LLVM < 7Michel Dänzer2019-09-171-0/+4
* st/mesa: remove always-true expressionErik Faye-Lund2019-09-171-1/+0
* etnaviv: a bit of micro-optimizationChristian Gmeiner2019-09-172-1/+4
* lima: reset scissor state if scissor test is disabledIcenowy Zheng2019-09-171-0/+4
* vulkan: Update the XML and headers to 1.1.123Jason Ekstrand2019-09-171-42/+64
* spirv: Handle ShaderLayer and ShaderViewportIndex capabilitiesCaio Marcelo de Oliveira Filho2019-09-161-0/+2
* spirv: Update JSON and headers to 1.5Caio Marcelo de Oliveira Filho2019-09-162-73/+1005
* freedreno: Fix invalid read when a block has no instructions.Eric Anholt2019-09-161-2/+3
* st/mesa: Increase GL_POINT_SIZE_RANGE minimum to 1.0Kenneth Graunke2019-09-161-4/+1
* st/mesa: Prefer 5551 formats for GL_UNSIGNED_SHORT_5_5_5_1.Kenneth Graunke2019-09-161-0/+7
* radv: always emit a position export in gs copy shadersRhys Perry2019-09-161-1/+1
* radv: keep GS threads with excessive emissions which could write to memoryRhys Perry2019-09-163-4/+16
* drirc: include unreal engine version 0 to 23Lionel Landwerlin2019-09-161-1/+1
* util/xmlconfig: fix regexp compile failure checkLionel Landwerlin2019-09-161-1/+1
* gallium/gdi: use GALLIUM_FOO rather than HAVE_FOOErik Faye-Lund2019-09-162-10/+10
* scons: Make scons and meson agree about path to glapi generated headersDylan Baker2019-09-168-5/+8
* lima: add standalone disassembler with primitive MBS parserVasily Khoruzhick2019-09-162-0/+219
* mesa/gl: Sync with Khronos registryHeinrich Fink2019-09-162-153/+1375
* nir/large_constants: pass after lowering copy_derefSergii Romantsov2019-09-162-32/+9
* radeonsi/nir: fix number of used samplersTimothy Arceri2019-09-161-1/+1
* radv/gfx10: disable unsupported transform feedback features for NGGSamuel Pitoiset2019-09-161-3/+3
* radv/gfx10: implement NGG streamoutSamuel Pitoiset2019-09-161-7/+514
* radv/gfx10: make sure to wait for idle before clearing GDSSamuel Pitoiset2019-09-161-0/+8
* radv/gfx10: make GDS idle when leaving the IBSamuel Pitoiset2019-09-161-0/+7
* radv/gfx10: enable NGG_WAVE_ID_EN for NGG streamoutSamuel Pitoiset2019-09-161-0/+2
* radv/gfx10: gather GS output for VS as NGGSamuel Pitoiset2019-09-161-0/+2
* radv/gfx10: compute the correct buffer size for NGG streamoutSamuel Pitoiset2019-09-161-1/+10
* radv/gfx10: fix unnecessary LDS overallocation for NGG GSSamuel Pitoiset2019-09-161-7/+1
* radv/gfx10: adjust the LDS size for VS/TES NGG streamoutSamuel Pitoiset2019-09-161-8/+9
* radv/gfx10: unconditionally declare scratch space for NGG streamout without GSSamuel Pitoiset2019-09-161-0/+22
* radv/gfx10: adjust the GS NGG scratch size for streamoutSamuel Pitoiset2019-09-162-3/+19
* radv/gfx10: allocate GDS/OA buffer objects for NGG streamoutSamuel Pitoiset2019-09-163-4/+70
* radv/gfx10: implement NGG streamout begin/end functionsSamuel Pitoiset2019-09-161-6/+105
* radv/gfx10: add an option to switch from legacy to NGG streamoutSamuel Pitoiset2019-09-167-24/+43
* radv/winsys: add support for GS and OA domainsSamuel Pitoiset2019-09-162-1/+7
* iris: Fix fence leak in iris_fence_flushDanylo Piliaiev2019-09-161-0/+2
* nir/large_constants: more careful data copyingSergii Romantsov2019-09-161-1/+1