summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tgsi: Remove trailing backslash in commentKrzesimir Nowak2015-09-101-1/+1
* gallium/radeon: handle PIPE_TRANSFER_FLUSH_EXPLICITMarek Olšák2015-09-103-22/+44
* radeonsi: don't update polygon offset state if it has no effectMarek Olšák2015-09-102-1/+4
* radeonsi: decrease the size of si_pm4_stateMarek Olšák2015-09-101-3/+2
* radeonsi/compute: add buffers to the CS directlyMarek Olšák2015-09-101-7/+11
* radeonsi: only use new versions of LLVM image and sample intrinsicsMarek Olšák2015-09-101-283/+186
* gallium/radeon: drop support for LLVM 3.4Marek Olšák2015-09-106-25/+7
* r600/llvm: remove dead code for LLVM 3.3Marek Olšák2015-09-101-106/+0
* r600g: use pipe_resource::width0 instead pb_buffer::sizeMarek Olšák2015-09-102-6/+6
* radeonsi: enable VGPR spilling on VIMarek Olšák2015-09-101-3/+1
* winsys/amdgpu: calculate the maximum number of compute unitsMarek Olšák2015-09-101-2/+13
* i965: Resolve GCC sign-compare warning.Rhys Kidd2015-09-104-9/+9
* mesa: Resolve GCC sign-compare warning.Rhys Kidd2015-09-101-1/+1
* glsl: Resolve GCC sign-compare warning.Rhys Kidd2015-09-103-7/+7
* mesa: Resolve GCC missing field initializer warning.Rhys Kidd2015-09-101-4/+4
* clover: Avoid using typename to allow compilation of clover by clangAlbert Freeman2015-09-101-1/+1
* i965: Advertise 65536 for GL_MAX_UNIFORM_BLOCK_SIZE.Kenneth Graunke2015-09-101-0/+9
* nv50/ir: don't fold immediate into mad if registers are too highIlia Mirkin2015-09-101-0/+4
* nv50/ir: fix emission of 8-byte wide interp instructionIlia Mirkin2015-09-101-5/+6
* nv50/ir: r63 is only 0 if we are using less than 63 registersIlia Mirkin2015-09-101-1/+4
* nv50/ir: make edge splitting fix up phi node sourcesIlia Mirkin2015-09-101-13/+77
* glsl: Remove ADD_VARYING macroIan Romanick2015-09-091-15/+12
* glsl: Silence unused parameter warningsIan Romanick2015-09-099-27/+15
* nvc0: remove BGRA4 format supportIlia Mirkin2015-09-091-0/+2
* gallium/ttn: fix cursor handling vs builderRob Clark2015-09-091-8/+6
* nvc0: keep track of cb bindings per buffer, use for upload settingsIlia Mirkin2015-09-097-12/+58
* nir/glsl: Use lower_outputs_to_temporaries instead of relying on GLSL IRJason Ekstrand2015-09-092-3/+2
* nir: Add a pass to lower outputs to temporary variablesJason Ekstrand2015-09-093-0/+130
* nir/cursor: Add a constructor for the end of a block but before the jumpJason Ekstrand2015-09-092-6/+12
* nv30: Disable msaa unless requested from the env by NV30_MAX_MSAAHans de Goede2015-09-092-1/+21
* nv30: Fix color resolving for nv3x cardsHans de Goede2015-09-091-1/+37
* gallium/docs: clairify dmabuf fd ownershipRob Clark2015-09-091-0/+8
* android: radeonsi: add support for sid_tables.h generated sourcesMauro Rossi2015-09-093-3/+15
* nouveau: android: add space before PRIx64 macroMauro Rossi2015-09-091-1/+1
* svga: pick all the files into the tarballEmil Velikov2015-09-091-5/+26
* auxiliary: rework the python generated sources rulesEmil Velikov2015-09-091-12/+17
* glsl: build: remove bogus dependencyEmil Velikov2015-09-092-3/+2
* glsl: build: use makefile.sources variables when possibleEmil Velikov2015-09-093-18/+11
* glsl: automake: reuse $(NIR_GENERATED_FILES) where possibleEmil Velikov2015-09-091-5/+1
* glsl: automake: rework the sources generation rulesEmil Velikov2015-09-091-16/+22
* mesa: automake: rework the source generation rulesEmil Velikov2015-09-091-27/+18
* mapi: automake: rework the source generation rulesEmil Velikov2015-09-091-19/+19
* mapi: automake: rework the *api/glapi_mapi_tmp.h rulesEmil Velikov2015-09-091-11/+12
* util: automake: rework the format_srgb.c ruleEmil Velikov2015-09-091-2/+4
* xmlpool: 'promote' LOCALEDIR variableEmil Velikov2015-09-091-1/+1
* egl_dri2: Add support for EGL_KHR_create_contest when using swrastBoyan Ding2015-09-091-1/+2
* egl_dri2: Use createContextAttribs if swrast version >= 3Boyan Ding2015-09-091-6/+27
* egl_dri2: Move filling context_attrib array in a separate functionBoyan Ding2015-09-091-36/+54
* mesa: Allow query of GL_VERTEX_BINDING_BUFFERMarta Lofstedt2015-09-091-0/+8
* mesa/es3.1: Enable GL_MAX_VERTEX_ATTRIB enums for GLES 3.1Marta Lofstedt2015-09-091-7/+7