index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
gen7_urb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Delete unused variable.
Kenneth Graunke
2016-11-19
1
-2
/
+0
*
intel: Share URB configuration code between GL and Vulkan.
Kenneth Graunke
2016-11-19
1
-138
/
+4
*
i965: Use arrays in Gen7+ URB code.
Kenneth Graunke
2016-11-19
1
-202
/
+134
*
i965: Drop brw->urb.{nr_*_entries,*_start} assignments from gen7_urb.c.
Kenneth Graunke
2016-11-19
1
-17
/
+8
*
i965: Switch to roundf in HS/DS URB code.
Kenneth Graunke
2016-11-19
1
-2
/
+2
*
i965: Make URB code use prog_data for GS/tessellation enable checks.
Kenneth Graunke
2016-11-19
1
-6
/
+4
*
intel: Convert devinfo->urb.min_*_entries into an array.
Kenneth Graunke
2016-11-19
1
-4
/
+5
*
intel: Convert devinfo->urb.max_*_entries into an array.
Kenneth Graunke
2016-11-19
1
-10
/
+16
*
i965: Eliminate brw->gs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-1
/
+3
*
i965: Eliminate brw->tes.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-1
/
+3
*
i965: Eliminate brw->tcs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-1
/
+3
*
i965: Eliminate brw->vs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-1
/
+3
*
i965: rename max_ds_* variable to max_tes_*
Timothy Arceri
2016-10-03
1
-2
/
+2
*
i965: rename max_hs_* variables to max_tcs_*
Timothy Arceri
2016-10-03
1
-2
/
+2
*
i965: get rid of duplicated values from gen_device_info
Lionel Landwerlin
2016-09-23
1
-8
/
+8
*
intel/i965: make gen_device_info mutable
Lionel Landwerlin
2016-09-23
1
-1
/
+1
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-1
/
+1
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-1
/
+1
*
i965/urb: Allow blorp to record current settings
Topi Pohjolainen
2016-07-04
1
-40
/
+50
*
i965/blorp/gen7+: Do not trigger push constant space reconfig
Topi Pohjolainen
2016-07-04
1
-2
/
+1
*
i965: Avoid division by zero.
Ardinartsev Nikita
2016-06-23
1
-11
/
+15
*
i965: Fix issues with number of VS URB entries on Cherryview/Broxton.
Kenneth Graunke
2016-06-13
1
-0
/
+2
*
Revert "i965/urb: fixes division by zero"
Matt Turner
2016-05-18
1
-5
/
+19
*
i965/urb: fixes division by zero
Ardinartsev Nikita
2016-05-18
1
-19
/
+5
*
i965/blorp: Use BRW_NEW_BLORP instead of trashing all state bits
Topi Pohjolainen
2016-04-23
1
-2
/
+1
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
1
-2
/
+4
*
i965: Remove unnecessary brw->tess_ctrl_program assertions.
Kenneth Graunke
2015-12-22
1
-1
/
+0
*
i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags.
Kenneth Graunke
2015-12-22
1
-6
/
+4
*
i965: Allocate URB space for HS and DS stages when required.
Chris Forbes
2015-12-15
1
-34
/
+143
*
i965: Use DIV_ROUND_UP() in gen7_urb.c code.
Kenneth Graunke
2015-12-14
1
-9
/
+8
*
i965: Define state flag to signal that the URB size has been altered.
Francisco Jerez
2015-12-09
1
-0
/
+3
*
i965: Fix PIPE_CONTOL typo.
Kenneth Graunke
2015-11-17
1
-1
/
+1
*
i965: Use float calculations when double is unnecessary.
Matt Turner
2015-07-29
1
-1
/
+1
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-2
/
+2
*
i965: Delete brw_state_flags::cache and related code.
Kenneth Graunke
2014-12-02
1
-1
/
+0
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-3
/
+3
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-4
/
+4
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-2
/
+4
*
i965: Skip recalculating URB allocations if the entry size didn't change.
Eric Anholt
2014-10-24
1
-0
/
+13
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
1
-1
/
+1
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
1
-1
/
+1
*
i965: Remove unneeded VS workaround stalls on Baytrail.
Greg Hunt
2014-06-26
1
-3
/
+3
*
i965: Only emit VS state pipe control workaround on IVB and BYT.
Kenneth Graunke
2014-02-27
1
-1
/
+2
*
i965: Double the push constant space multipliers on Broadwell too.
Kenneth Graunke
2014-01-18
1
-2
/
+4
*
i965: Disable workaround flush for push constants on Broadwell.
Kenneth Graunke
2014-01-14
1
-1
/
+1
*
i965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.
Kenneth Graunke
2013-12-20
1
-1
/
+1
*
i965/gen7: Emit workaround flush when changing GS enable state.
Paul Berry
2013-11-18
1
-22
/
+2
*
i965/gen7.5: Fix lower bound on number of VS URB entries.
Paul Berry
2013-09-05
1
-3
/
+4
*
i965: Make sure constants re-sent after constant buffer reallocation.
Paul Berry
2013-08-31
1
-0
/
+13
*
i965/gs: Allocate push constant space for use by GS.
Paul Berry
2013-08-31
1
-14
/
+57
[next]