summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-25isl: fix warnings in release buildGrazvydas Ignotas2-2/+2
2016-04-25spirv: fix warning in release buildGrazvydas Ignotas1-1/+1
2016-04-25gallium: fix warnings in release buildGrazvydas Ignotas7-7/+9
2016-04-25glsl: fix warning in release buildGrazvydas Ignotas1-1/+1
2016-04-25util: add MAYBE_UNUSED for config dependent variablesGrazvydas Ignotas1-0/+2
2016-04-25nouveau: codegen: combineLd/St do not combine indirect loadsHans de Goede1-0/+7
2016-04-24freedreno/ir3: relax restriction in groupingRob Clark1-3/+5
2016-04-24freedreno/ir3: fix small memory leakRob Clark1-0/+2
2016-04-24freedreno/ir3: fix small RA bugRob Clark1-1/+2
2016-04-24freedreno/a4xx: better workaround for astc+srgbRob Clark10-22/+195
2016-04-24Revert "freedreno/a4xx: lower srgb in shader for astc textures"Rob Clark7-62/+6
2016-04-24freedreno/a4xx: blend state no longer depends on fb stateRob Clark1-4/+1
2016-04-24Revert "st/dri: add 32-bit RGBX/RGBA formats"Marek Olšák2-10/+0
2016-04-23genxml: use PYTHON3Jonathan Gray2-1/+3
2016-04-23i965/tex_image: Flush certain subnormal ASTC channel valuesNanley Chery1-0/+87
2016-04-23configure.ac: search for and set PYTHON3Jonathan Gray1-0/+2
2016-04-23i965/blorp: Enable for buffer resolvesTopi Pohjolainen1-1/+1
2016-04-23i965/blorp: Enable for normal color clearsTopi Pohjolainen1-0/+9
2016-04-23i965/blorp: Fix clear code for ignoring colormask for XRGB formats on Gen9+Topi Pohjolainen1-7/+26
2016-04-23mesa/formats: Take luminance into account in component countTopi Pohjolainen1-0/+1
2016-04-23i965/blorp: Do not trigger re-emission of base state addressTopi Pohjolainen2-2/+0
2016-04-23i965/blorp: Reconfigure base state address only if neededTopi Pohjolainen3-3/+7
2016-04-23i965/blorp: Use BRW_NEW_BLORP instead of trashing all state bitsTopi Pohjolainen2-5/+2
2016-04-23i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke62-46/+179
2016-04-23i965: Introduce state flag for blorpTopi Pohjolainen2-0/+3
2016-04-23i965/blorp/gen6: Use normal base state address setupTopi Pohjolainen3-54/+5
2016-04-23i965: Remove pointers to non-existing atomsTopi Pohjolainen1-8/+0
2016-04-22radeonsi: Implement ddx/ddy on VI using ds_bpermuteTom Stellard1-12/+30
2016-04-22radeonsi: Use llvm.amdgcn.mbcnt.* intrinsics instead of llvm.SI.tidTom Stellard1-1/+16
2016-04-22radeonsi: Set range metadata on calls to llvm.SI.tidTom Stellard1-3/+26
2016-04-22radeonsi: Create a helper function for computing the thread idTom Stellard1-6/+11
2016-04-22i965: Disable KHR_texture_compression_astc_hdr on Gen9Nanley Chery2-4/+3
2016-04-22swr: [rasterizer memory] Constify load tilesTim Rowley2-6/+8
2016-04-22swr: [rasterizer core] CompleteDrawContext changes for gccTim Rowley1-4/+11
2016-04-22swr: [rasterizer] Small cleanupsTim Rowley7-20/+29
2016-04-22swr: [rasterizer scripts] Knob scripts tweaksTim Rowley2-2/+27
2016-04-22swr: [rasterizer] Interpolation utility functionsTim Rowley3-6/+55
2016-04-22swr: [rasterizer core] TemplateArgUnrollerTim Rowley5-109/+101
2016-04-22swr: [rasterizer core] Arena: make most allocated blocks the same sizeTim Rowley1-16/+52
2016-04-22swr: [rasterizer core] Fix global arena allocator bugTim Rowley2-42/+51
2016-04-22swr: [rasterizer core] Fix thread binding for 32-bit windowsTim Rowley1-1/+15
2016-04-22swr: [rasterizer fetch] Add support for fetching non-uniform component formatsTim Rowley1-1/+189
2016-04-22swr: [rasterizer core] Use CS spill/fill size in coreTim Rowley4-5/+9
2016-04-22swr: fix memory leaks from vs/fs compilationTim Rowley3-23/+41
2016-04-22swr: fix clang warningsTim Rowley2-5/+5
2016-04-22freedreno/a4xx: fix encoding of blend color stateRob Clark1-35/+14
2016-04-22freedreno: update generated headersRob Clark5-9/+33
2016-04-22vc4: Make sure we recompile when sample_mask changes.Eric Anholt1-0/+1
2016-04-22vc4: Fix validation of full res tile offset if used for non-MSAA.Eric Anholt3-2/+14
2016-04-22vc4: Only do MSAA FB operations if the FB is MSAA.Eric Anholt1-5/+8