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
/
brw_binding_tables.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Convert brw->*_program into a brw->programs[i] array.
Kenneth Graunke
2017-09-26
1
-3
/
+3
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-2
/
+4
*
i965: Reduce passing 2x32b of reloc_domains to 2 bits
Chris Wilson
2017-08-04
1
-1
/
+1
*
i965: Drop AUB_TRACE_* stuff.
Kenneth Graunke
2017-03-21
1
-4
/
+3
*
i965: Delete vestiges of resource streamer code.
Kenneth Graunke
2017-03-06
1
-214
/
+9
*
i965: Replace BRW_SURFACEFORMAT_* with ISL_FORMAT_*.
Kenneth Graunke
2017-03-02
1
-1
/
+1
*
i965: Use ISL for emitting buffer surface states
Jason Ekstrand
2016-07-15
1
-1
/
+1
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
1
-1
/
+9
*
i965/gen7.5+: Disable resource streamer during GPGPU workloads.
Francisco Jerez
2016-01-14
1
-1
/
+1
*
i965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when !TCS on Gen9+.
Kenneth Graunke
2016-01-11
1
-3
/
+4
*
i965: Add tessellation shader surface support.
Kenneth Graunke
2015-12-11
1
-0
/
+54
*
i965: Combine BRW_NEW_*_BINDING_TABLE dirty bits.
Kenneth Graunke
2015-11-11
1
-13
/
+8
*
i965: Make gen7_enable_hw_binding_tables static
Ian Romanick
2015-09-02
1
-1
/
+1
*
i965: Fix HW binding tables editing
Chris Wilson
2015-08-07
1
-6
/
+9
*
i965: Upload binding tables in hw-generated binding table format.
Abdiel Janulgue
2015-07-18
1
-9
/
+57
*
i965: Implement interface to edit binding table entries
Abdiel Janulgue
2015-07-18
1
-0
/
+55
*
i965: Enable hardware-generated binding tables on render path.
Abdiel Janulgue
2015-07-18
1
-0
/
+100
*
i965: Refactor and expose brw_upload_binding_table()
Topi Pohjolainen
2015-04-30
1
-7
/
+14
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-1
/
+1
*
i965: Remove the create_raw_surface vtbl hook.
Francisco Jerez
2015-03-02
1
-3
/
+5
*
i965: Delete brw_state_flags::cache and related code.
Kenneth Graunke
2014-12-02
1
-2
/
+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
-11
/
+12
*
i965/skl: Always emit 3DSTATE_BINDING_TABLE_POINTERS_* on Skylake.
Kenneth Graunke
2014-11-03
1
-1
/
+1
*
i965/gen6/gs: Upload binding table for user-provided geometry shaders.
Iago Toral Quiroga
2014-09-19
1
-1
/
+4
*
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: Fix stale binding table comment.
Eric Anholt
2014-07-02
1
-2
/
+0
*
i965: Move binding table update packets to binding table setup time.
Eric Anholt
2014-03-10
1
-3
/
+17
*
i965: Reorganize the code in brw_upload_binding_tables.
Kenneth Graunke
2014-03-10
1
-17
/
+18
*
i965/gs: Properly skip GS binding table upload when no GS active.
Paul Berry
2013-11-26
1
-1
/
+1
*
i965: Simplify the shader time code by using atomic counter helpers.
Francisco Jerez
2013-10-29
1
-1
/
+3
*
i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
Eric Anholt
2013-10-15
1
-34
/
+13
*
i965: Move binding table code to a new file, brw_binding_tables.c.
Kenneth Graunke
2013-09-19
1
-0
/
+242