summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-31i965/gen9: Configure rbc buffers as plain for non-rbc tex viewsmordor_fixTopi Pohjolainen2-3/+46
2016-05-31disableTopi Pohjolainen1-1/+0
2016-05-31dbg: surfacesTopi Pohjolainen1-0/+15
2016-05-31i965: dbg mordor with rbcTopi Pohjolainen2-1/+14
2016-05-30i965/blorp/gen7+: Do not trigger push constant space reconfigTopi Pohjolainen1-2/+1
2016-05-30i965/blorp/gen7+: Stop trashing push constant allocationTopi Pohjolainen2-94/+1
2016-05-30i965/blorp: Remove support for push constantsTopi Pohjolainen5-145/+12
2016-05-30i965/blorp: Use flat inputs instead of uniformsTopi Pohjolainen2-25/+27
2016-05-30i965/blorp: Prepare for more than two vertex attributesTopi Pohjolainen4-3/+22
2016-05-30i965/blorp: Tell vertex fetcher about flat inputsTopi Pohjolainen2-8/+55
2016-05-30i965/blorp: Add support for flat input bufferTopi Pohjolainen1-3/+37
2016-05-30i965/blorp: Drop LOAD_UNIFORM macroTopi Pohjolainen1-8/+3
2016-05-30i965/blorp: Load tranformation coordinates as vec4Topi Pohjolainen1-12/+13
2016-05-30i965/blorp: Share input slot between pixel kill and blend/scaledTopi Pohjolainen3-38/+97
2016-05-30i965/blorp: Rename push constants to inputsTopi Pohjolainen5-21/+21
2016-05-30i965/blorp: Do not prune input variablesTopi Pohjolainen1-1/+0
2016-05-30i965/blorp: Disable vertex element swizzlingTopi Pohjolainen2-4/+18
2016-05-30i965: Do not flush texture and data port caches for clearsTopi Pohjolainen3-9/+11
2016-05-30i965/blorp/gen7+: Skip disabling already disabled stagesTopi Pohjolainen2-0/+28
2016-05-30i965/blorp: Ignore color setup in fast clears and resolvesTopi Pohjolainen1-10/+33
2016-05-30i965/fs: Add support for repclear without color setupTopi Pohjolainen3-6/+8
2016-05-30i965/fs: Provide compiler options using a flags argumentTopi Pohjolainen9-19/+29
2016-05-30i965/blorp: Fix the size requirement for vertex elementsTopi Pohjolainen3-15/+28
2016-05-30i965/urb: Allow blorp to record current settingsTopi Pohjolainen3-71/+53
2016-05-30i965/blorp: Let program data tell if push constants are neededTopi Pohjolainen3-15/+35
2016-05-30i965/blorp: Use prog data counters to guide wm/ps setupTopi Pohjolainen3-3/+8
2016-05-30i965/blorp: Use prog data counters to guide sf/sbe setupTopi Pohjolainen5-9/+37
2016-05-30i965/blorp: Use core vertex buffer state setupTopi Pohjolainen1-66/+36
2016-05-30i965/gen8: Fix the vertex buffer sizeTopi Pohjolainen2-29/+46
2016-05-30i965/draw: Expose vertex buffer state setupTopi Pohjolainen2-18/+37
2016-05-30swr: automake: silence the python invocationEmil Velikov1-7/+8
2016-05-30swr: automake: attempt to fix the out-of-tree buildEmil Velikov1-0/+7
2016-05-30swr: remove LLVM dependency from source generation rules.Emil Velikov1-2/+2
2016-05-30swr: add all the generators to the release tarball.Emil Velikov1-0/+24
2016-05-30anv: automake: don't forget to cleanup dev_icd.jsonEmil Velikov1-1/+1
2016-05-30anv: automake: bring back VULKAN_ENTRYPOINT_CPPFLAGSEmil Velikov1-2/+6
2016-05-30anv: automake: ship the json files in the release tarballEmil Velikov1-1/+3
2016-05-30softpipe: add sp_buffer.h to the sources list (release tarball)Emil Velikov1-0/+1
2016-05-30freedreno: make sure we pick up ir3_nir_trig.py in the release tarballEmil Velikov1-0/+1
2016-05-30isl: add isl_priv.h to the sources listEmil Velikov1-0/+1
2016-05-30isl: move the sources lists to Makefile.sourcesMauro Rossi2-32/+39
2016-05-30isl: automake: list builddir before srcdir in the includes listEmil Velikov1-4/+3
2016-05-30isl: automake: flatten the tests rulesEmil Velikov1-9/+4
2016-05-30isl: automake: remove unneeded install-lib-links.mk includeEmil Velikov1-2/+0
2016-05-30isl: automake: remove unneeded SUBDIRSEmil Velikov1-3/+0
2016-05-30genxml: move the sources (headers) list to Makefile.sourcesMauro Rossi2-6/+9
2016-05-30anv: bail out if anv_wsi_init() failsEmil Velikov1-1/+3
2016-05-30anv: resolve wayland-only buildEmil Velikov1-0/+2
2016-05-30anv: Fix use of uninitialized variable.Robert Foss1-2/+6
2016-05-30gallium: push offset down to driverStanimir Varbanov9-5/+53