aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_urb.c
Commit message (Expand)AuthorAgeFilesLines
* i965 gen6: Allocate URB space for GSPaul Berry2011-12-071-12/+57
* i965: Fold the gen6/7 URB state prepare()/emit() together.Eric Anholt2011-10-291-9/+3
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-1/+1
* i965: Rename max_vs_handles to max_vs_entries for consistency.Kenneth Graunke2011-05-171-2/+2
* i965: Allocate the whole URB to the VS and fix calculations for Gen6.Kenneth Graunke2011-04-181-17/+17
* i965: SNB GT1 has only 32k urb and max 128 urb entries.Zou Nan hai2011-03-031-4/+15
* i965: Maxinum the usage of urb space on SNB.Zou Nan hai2011-03-021-10/+6
* i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke2011-01-061-1/+1
* i965: Fix GS state uploading on SandybridgeZhenyu Wang2010-12-061-1/+1
* i965: Fix VS URB entry sizing.Eric Anholt2010-10-261-1/+1
* i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt2010-10-191-4/+0
* i965: Fix the SNB URB entry count setup.Eric Anholt2010-02-251-2/+2
* i965: Giant pile of flushing to track down SNB bringup issues.Eric Anholt2010-02-251-0/+2
* i965: Set up the SNB URB.Eric Anholt2010-02-251-0/+81