summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-25intel/compiler: silence a warning of using different enum typeTapani Pälli1-1/+1
2019-06-25egl: replace dead vfunc with an errorEric Engestrom2-14/+2
2019-06-25egl: delete unused vfuncsEric Engestrom2-46/+7
2019-06-25egl: drop empty eglfallbacks.cEric Engestrom5-53/+0
2019-06-25egl: move eglGetSyncAttrib() fallback to eglapi.cEric Engestrom2-2/+5
2019-06-25egl: move eglSwapInterval() fallback to eglapi.cEric Engestrom2-5/+8
2019-06-25egl: move eglSurfaceAttrib() fallback to eglapi.cEric Engestrom2-3/+5
2019-06-25egl: move eglQuerySurface() fallback to eglapi.cEric Engestrom2-2/+5
2019-06-25egl: move eglQueryContext() fallback to eglapi.cEric Engestrom2-3/+5
2019-06-25egl: move eglGetConfigAttrib() fallback to eglapi.cEric Engestrom2-3/+5
2019-06-25egl: move eglChooseConfig() fallback to eglapi.cEric Engestrom2-3/+6
2019-06-25egl: move eglGetConfigs() fallback to eglapi.cEric Engestrom2-2/+4
2019-06-24freedreno/a5xx: fix batch leak in fd5 blitter pathRob Clark1-0/+1
2019-06-24radeonsi: don't set spi_ps_input_* for monolithic shadersMarek Olšák1-13/+26
2019-06-24radeonsi: rename and re-document cache flush flagsMarek Olšák10-64/+66
2019-06-24radeonsi: fix AMD_DEBUG=nofmaskMarek Olšák4-14/+20
2019-06-24radeonsi: flatten the switch for DPBB tunablesMarek Olšák1-14/+4
2019-06-24radeonsi: set the calling convention for inlined function callsMarek Olšák4-2/+13
2019-06-24radeonsi: refactor si_update_vgt_shader_configNicolai Hähnle2-28/+60
2019-06-24amd/rtld: update the ELF representation of LDS symbolsNicolai Hähnle1-7/+27
2019-06-24ac/surface: remove addrlib_family_rev_idMarek Olšák3-108/+7
2019-06-24glsl: Don't increase the iteration count when there are no terminatorsIan Romanick1-1/+7
2019-06-24freedreno: Only upload the used part of UBO0 to the constant buffer.Eric Anholt2-5/+13
2019-06-24freedreno: Stop treating UBO 0 specially in UBO uploading.Eric Anholt3-40/+1
2019-06-24freedreno: Clamp UBO uploads to the constlen decided by the shader.Rob Clark1-0/+11
2019-06-24panfrost: Allow up to 16 UBOsAlyssa Rosenzweig1-1/+1
2019-06-24panfrost: DRY between shader stage setupAlyssa Rosenzweig1-19/+36
2019-06-24panfrost/midgard: Implement UBO readsAlyssa Rosenzweig1-14/+51
2019-06-24panfrost: Handle disabled/empty UBOsAlyssa Rosenzweig1-1/+13
2019-06-24panfrost: Identify "uniform buffer count" bitsAlyssa Rosenzweig3-22/+21
2019-06-24panfrost: Upload UBOsAlyssa Rosenzweig1-0/+31
2019-06-24panfrost: Allow for dynamic UBO countAlyssa Rosenzweig1-11/+16
2019-06-24panfrost: Report UBO countAlyssa Rosenzweig1-2/+15
2019-06-24panfrost: Constant buffer refactorAlyssa Rosenzweig2-38/+34
2019-06-24panfrost: Replace varyings for point spritesAlyssa Rosenzweig1-1/+27
2019-06-24panfrost: Track point sprites in fragment shader keyAlyssa Rosenzweig2-3/+39
2019-06-24i965: Move resources lowering after NIR linkingCaio Marcelo de Oliveira Filho3-10/+33
2019-06-24glsl/nir: Fix copying 64-bit values in uniform storageCaio Marcelo de Oliveira Filho1-1/+1
2019-06-24glsl/nir: Fix copying vector constant valuesCaio Marcelo de Oliveira Filho1-1/+1
2019-06-24amd/common: lower bitfield_extract to ubfe/ibfe.Daniel Schürmann4-35/+22
2019-06-24amd/common: lower bitfield_insert to bfm & bitfield_selectDaniel Schürmann3-26/+27
2019-06-24nir: introduce lowering of bitfield_insert to bfm and a new opcode bitfield_s...Daniel Schürmann3-0/+11
2019-06-24nir/algebraic: Use unsigned comparison when lowering bitfield insert/extractDaniel Schürmann1-2/+2
2019-06-24nir/algebraic: Remove unnecessary iand of [iu]bfe and bfm sourcesDaniel Schürmann1-0/+8
2019-06-24nir: define behavior of nir_op_bfm and nir_op_u/ibfe according to SM5 spec.Daniel Schürmann6-35/+18
2019-06-24nir/algebraic: add optimization pattern for ('ult', a, ('and', b, a)) and fri...Daniel Schürmann1-0/+4
2019-06-24lima/ppir: Add fsat opAndreas Baierl4-0/+20
2019-06-24lima/ppir: Add fneg opAndreas Baierl4-0/+19
2019-06-24lima/ppir: Add fabs opAndreas Baierl4-0/+20
2019-06-24util: support "y" and "n" in env_var_as_boolean()Eric Engestrom1-0/+2