summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-10i965: Advertise 65536 for GL_MAX_UNIFORM_BLOCK_SIZE.HEADmasterKenneth Graunke1-0/+9
2015-09-10nv50/ir: don't fold immediate into mad if registers are too highIlia Mirkin1-0/+4
2015-09-10nv50/ir: fix emission of 8-byte wide interp instructionIlia Mirkin1-5/+6
2015-09-10nv50/ir: r63 is only 0 if we are using less than 63 registersIlia Mirkin1-1/+4
2015-09-10nv50/ir: make edge splitting fix up phi node sourcesIlia Mirkin1-13/+77
2015-09-09glsl: Remove ADD_VARYING macroIan Romanick1-15/+12
2015-09-09glsl: Silence unused parameter warningsIan Romanick9-27/+15
2015-09-09nvc0: remove BGRA4 format supportIlia Mirkin1-0/+2
2015-09-09gallium/ttn: fix cursor handling vs builderRob Clark1-8/+6
2015-09-09nvc0: keep track of cb bindings per buffer, use for upload settingsIlia Mirkin7-12/+58
2015-09-09nir/glsl: Use lower_outputs_to_temporaries instead of relying on GLSL IRJason Ekstrand2-3/+2
2015-09-09nir: Add a pass to lower outputs to temporary variablesJason Ekstrand3-0/+130
2015-09-09nir/cursor: Add a constructor for the end of a block but before the jumpJason Ekstrand2-6/+12
2015-09-09nv30: Disable msaa unless requested from the env by NV30_MAX_MSAAHans de Goede2-1/+21
2015-09-09nv30: Fix color resolving for nv3x cardsHans de Goede1-1/+37
2015-09-09gallium/docs: clairify dmabuf fd ownershipRob Clark1-0/+8
2015-09-09android: radeonsi: add support for sid_tables.h generated sourcesMauro Rossi3-3/+15
2015-09-09android: Always define __STDC_LIMIT_MACROS.Mauro Rossi1-0/+1
2015-09-09android: rename LLVM_VERSION_PATCH to MESA_LLVM_VERSION_PATCHMauro Rossi1-1/+1
2015-09-09nouveau: android: add space before PRIx64 macroMauro Rossi1-1/+1
2015-09-09svga: pick all the files into the tarballEmil Velikov1-5/+26
2015-09-09auxiliary: rework the python generated sources rulesEmil Velikov1-12/+17
2015-09-09glsl: build: remove bogus dependencyEmil Velikov2-3/+2
2015-09-09glsl: build: use makefile.sources variables when possibleEmil Velikov3-18/+11
2015-09-09glsl: automake: reuse $(NIR_GENERATED_FILES) where possibleEmil Velikov1-5/+1
2015-09-09glsl: automake: rework the sources generation rulesEmil Velikov1-16/+22
2015-09-09mesa: automake: rework the source generation rulesEmil Velikov1-27/+18
2015-09-09mapi: automake: rework the source generation rulesEmil Velikov1-19/+19
2015-09-09mapi: automake: rework the *api/glapi_mapi_tmp.h rulesEmil Velikov1-11/+12
2015-09-09util: automake: rework the format_srgb.c ruleEmil Velikov1-2/+4
2015-09-09xmlpool: 'promote' LOCALEDIR variableEmil Velikov1-1/+1
2015-09-09egl_dri2: Add support for EGL_KHR_create_contest when using swrastBoyan Ding1-1/+2
2015-09-09egl_dri2: Use createContextAttribs if swrast version >= 3Boyan Ding1-6/+27
2015-09-09egl_dri2: Move filling context_attrib array in a separate functionBoyan Ding1-36/+54
2015-09-09mesa: Allow query of GL_VERTEX_BINDING_BUFFERMarta Lofstedt1-0/+8
2015-09-09mesa/es3.1: Enable GL_MAX_VERTEX_ATTRIB enums for GLES 3.1Marta Lofstedt1-7/+7
2015-09-08i965/nir: Use nir_system_value_from_intrinsic to reduce duplication.Kenneth Graunke2-60/+17
2015-09-08nir: Add a nir_system_value_from_intrinsic() function.Kenneth Graunke2-0/+36
2015-09-08i965: Mark topologies with adjacency information as G45+.Kenneth Graunke1-4/+4
2015-09-08i965: Fix value of _3DPRIM_TRIFAN_NOSTIPPLE.Kenneth Graunke1-1/+1
2015-09-08i965: Add 64-bit dirty flag handling to brw_upload_pull_constantsChris Forbes2-2/+2
2015-09-08i965: Add defines for all new Gen7/8 URB opcodesChris Forbes2-10/+16
2015-09-08i965/gen8+: Skip depth stalls on state changeBen Widawsky1-0/+8
2015-09-09r600: don't use shader key without verifying shader type (v2)Dave Airlie1-7/+12
2015-09-08i965/skl: Use more compact hiz dimensionsBen Widawsky1-32/+32
2015-09-08st/mesa: increase viewport bounds limits for GL4 hwIlia Mirkin1-2/+7
2015-09-08nvc0: always emit a full shader colormaskIlia Mirkin1-1/+1
2015-09-08docs: fix date formatting in index.htmlBrian Paul1-5/+5
2015-09-08nir: UBO loads no longer use const_index[1]Iago Toral Quiroga1-1/+0
2015-09-07nv30: Fix max width / height checks in nv30 sifm codeHans de Goede1-2/+2