aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen7_blorp.c
Commit message (Expand)AuthorAgeFilesLines
* i965/urb: Allow blorp to record current settingsTopi Pohjolainen2016-07-041-24/+1
* i965/blorp/gen7+: Stop trashing push constant allocationTopi Pohjolainen2016-07-041-48/+1
* i965/blorp: Remove support for push constantsTopi Pohjolainen2016-07-041-40/+1
* i965/blorp: Fix the size requirement for vertex elementsTopi Pohjolainen2016-07-041-14/+26
* i965/blorp: Prepare for more than two vertex attributesTopi Pohjolainen2016-07-041-1/+3
* i965/blorp: Rename push constants to inputsTopi Pohjolainen2016-07-041-1/+1
* i965/blorp: Disable vertex element swizzlingTopi Pohjolainen2016-06-231-2/+9
* i965/blorp: Let program data tell if push constants are neededTopi Pohjolainen2016-06-231-5/+11
* i965/blorp: Use prog data counters to guide wm/ps setupTopi Pohjolainen2016-06-231-0/+2
* i965/blorp: Use prog data counters to guide sf/sbe setupTopi Pohjolainen2016-06-231-2/+8
* i965: Fix issues with number of VS URB entries on Cherryview/Broxton.Kenneth Graunke2016-06-131-2/+3
* i965: deindent blorp code.Dave Airlie2016-05-241-9/+9
* i965: Send the minimal number of STATE_BASE_ADDRESS packets.Kenneth Graunke2016-05-161-2/+1
* i965: Combine Gen4-7 and Gen8+ state base address emitters.Kenneth Graunke2016-05-161-1/+1
* blorp: Add initial state setup support for SIMD8 dispatchJason Ekstrand2016-05-141-14/+21
* i965/blorp: Convert state setup to CJason Ekstrand2016-04-261-0/+885