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_misc_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/gen10+: Initialize new fields in STATE_BASE_ADDRESS
Jordan Justen
2018-10-11
1
-1
/
+6
*
intel/isl: Add a unit suffixes to some struct fields and variables
Jason Ekstrand
2018-09-26
1
-1
/
+1
*
i965/misc: Use depth/stencil surf's tiling on gen4-5
Nanley Chery
2018-07-19
1
-1
/
+3
*
i965: Remove ring switching entirely
Jason Ekstrand
2018-05-22
1
-1
/
+1
*
i965: Simplify brw_emit_depthbuffer and brw_emit_depth_stencil_hiz
Jason Ekstrand
2018-05-08
1
-81
/
+26
*
i965: Move brw_emit_depth_stencil_hiz higher up in the file
Jason Ekstrand
2018-05-08
1
-50
/
+40
*
i965: Use ISL for emitting depth/stencil/hiz state on gen6+
Jason Ekstrand
2018-05-08
1
-18
/
+129
*
i965: Use the brw_depthbuffer atom on all gens
Jason Ekstrand
2018-05-08
1
-1
/
+2
*
i965: Drop PIPE_CONTROL_NO_WRITE from various calls.
Kenneth Graunke
2018-03-27
1
-3
/
+1
*
i965: Allow 48-bit addressing on Gen8+.
Kenneth Graunke
2018-03-01
1
-4
/
+9
*
Revert "i965: Only emit 3DSTATE_DRAWING_RECTANGLE once on gen8+"
Mark Janes
2018-02-28
1
-9
/
+0
*
i965: Only emit 3DSTATE_DRAWING_RECTANGLE once on gen8+
Jason Ekstrand
2018-02-28
1
-0
/
+9
*
intel: Apply Geminilake "Barrier Mode" workaround.
Kenneth Graunke
2018-01-09
1
-0
/
+15
*
i965: Reorganize batch/state BO fields into a 'brw_growing_bo' struct.
Kenneth Graunke
2017-11-29
1
-12
/
+12
*
i965: Program the dynamic state heap size to MAX_STATE_SIZE.
Kenneth Graunke
2017-11-29
1
-1
/
+1
*
i965: Upload invariant state once at the start of the batch on Gen4-5.
Kenneth Graunke
2017-11-16
1
-9
/
+0
*
i965: Add more precise cache tracking helpers
Jason Ekstrand
2017-11-13
1
-2
/
+2
*
i965: Use a separate state buffer, but avoid changing flushing behavior.
Kenneth Graunke
2017-09-14
1
-13
/
+13
*
i965: drop brw->has_surface_tile_offset in favor of devinfo's
Lionel Landwerlin
2017-08-30
1
-1
/
+2
*
i965: drop brw->is_haswell in favor of devinfo->is_haswell
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
i965: drop brw->is_g4x in favor of devinfo->is_g4x
Lionel Landwerlin
2017-08-30
1
-4
/
+4
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-27
/
+36
*
i965: Reduce passing 2x32b of reloc_domains to 2 bits
Chris Wilson
2017-08-04
1
-33
/
+18
*
i965: Drop redundant check for non-tiled depth buffer
Topi Pohjolainen
2017-07-20
1
-2
/
+1
*
i965/miptree: Switch to isl_surf::row_pitch
Topi Pohjolainen
2017-07-20
1
-1
/
+1
*
i965/miptree: Switch to isl_surf::tiling
Topi Pohjolainen
2017-07-20
1
-4
/
+4
*
i965/gen4: Set tile offsets to zero after depth rebase
Topi Pohjolainen
2017-07-18
1
-4
/
+6
*
i965/gen4: Add support for single layer in alignment workaround
Topi Pohjolainen
2017-06-19
1
-2
/
+2
*
i965/gen4: Refactor depth/stencil rebase
Topi Pohjolainen
2017-06-18
1
-180
/
+63
*
i965: Drop depth/stencil miptree pointers in alignment workaround
Topi Pohjolainen
2017-06-18
1
-12
/
+3
*
i965/gen4: Simplify depth/stencil invalidate check
Topi Pohjolainen
2017-06-18
1
-13
/
+3
*
i965/gen4: Remove redundant check for depth when rebasing stencil
Topi Pohjolainen
2017-06-18
1
-51
/
+12
*
i965/gen4: Remove non-existing stencil and hiz buffer setup
Topi Pohjolainen
2017-06-18
1
-115
/
+10
*
i965/gen4: Set depth offset when there is stencil attachment only
Topi Pohjolainen
2017-06-17
1
-0
/
+6
*
i965: Do an end-of-pipe sync prior to STATE_BASE_ADDRESS
Jason Ekstrand
2017-06-14
1
-6
/
+12
*
i965: Flush around state base address
Jason Ekstrand
2017-06-14
1
-0
/
+32
*
i965/miptree: Store fast clear colors in an isl_color_value
Jason Ekstrand
2017-06-07
1
-1
/
+22
*
i965: Port gen4+ state emitting code to genxml.
Rafael Antognolli
2017-05-03
1
-147
/
+0
*
i965: Delete tile resource mode code
Anuj Phogat
2017-03-27
1
-2
/
+1
*
i965/gen8+: Do full stall when switching pipeline
Topi Pohjolainen
2017-03-16
1
-1
/
+2
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-1
/
+1
*
i965: split EU defines to brw_eu_defines.h
Emil Velikov
2017-03-13
1
-0
/
+1
*
i965: Delete vestiges of resource streamer code.
Kenneth Graunke
2017-03-06
1
-40
/
+0
*
i965/gen6: Simplify hiz surface setup
Topi Pohjolainen
2017-01-27
1
-3
/
+2
*
i965: Remove check for hiz on earlier gens than SNB
Topi Pohjolainen
2017-01-27
1
-16
/
+2
*
i965: Program 3DSTATE_AA_LINE_PARAMETERS in upload_invariant_state
Nanley Chery
2016-10-31
1
-31
/
+10
*
i965/miptree: Remove the stencil_as_y_tiled parameter from get_aligned_offset
Jason Ekstrand
2016-10-27
1
-4
/
+2
*
i965/miptree: Remove the stencil_as_y_tiled parameter from get_tile_masks
Jason Ekstrand
2016-08-17
1
-3
/
+3
*
i965: Emit SNB write cache flush W/A from brw_emit_pipe_control_flush.
Francisco Jerez
2016-07-07
1
-9
/
+0
*
i965: Assert that a depth_mt exists when using HiZ.
Matt Turner
2016-05-25
1
-0
/
+1
[next]