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
/
gen8_depth_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Use ISL for emitting depth/stencil/hiz state on gen6+
Jason Ekstrand
2018-05-08
1
-175
/
+0
*
i965: Always set depth/stencil write enables on gen7+
Jason Ekstrand
2018-05-08
1
-6
/
+3
*
i965: Re-order depth/stencil/hiz/clear packets to match ISL
Jason Ekstrand
2018-05-08
1
-14
/
+14
*
i965: Add and use a single miptree aux_buf field
Nanley Chery
2018-04-24
1
-3
/
+3
*
i965: Make use of brw_load_register_imm32() helper function
Anuj Phogat
2017-11-14
1
-5
/
+3
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-3
/
+6
*
i965: Reduce passing 2x32b of reloc_domains to 2 bits
Chris Wilson
2017-08-04
1
-6
/
+3
*
i965/miptree: Clean-up unused
Topi Pohjolainen
2017-07-22
1
-6
/
+2
*
i965: Represent depth surfaces with isl
Topi Pohjolainen
2017-07-20
1
-1
/
+2
*
i965/miptree: Represent w-tiled stencil surfaces with isl
Topi Pohjolainen
2017-07-20
1
-3
/
+7
*
i965/miptree: Switch to isl_surf::row_pitch
Topi Pohjolainen
2017-07-20
1
-2
/
+2
*
i965/miptree: Take interleaving into account in stencil pitch
Topi Pohjolainen
2017-07-20
1
-15
/
+1
*
i965: Fix -Wunused-variable in gen8_write_pma_stall_bits()
Chad Versace
2017-06-22
1
-2
/
+0
*
mesa: replace _mesa_update_stencil() with helper functions
Marek Olšák
2017-06-22
1
-3
/
+3
*
i965/miptree/gen7+: Use isl for hiz layouts
Topi Pohjolainen
2017-06-19
1
-3
/
+3
*
i965: Delete intel_resolve_map
Jason Ekstrand
2017-06-07
1
-1
/
+0
*
i965: Use BLORP for all HiZ ops
Jason Ekstrand
2017-06-07
1
-144
/
+0
*
i965: Move the post-HiZ-clear flush/stall to intel_hiz_exec
Jason Ekstrand
2017-06-07
1
-16
/
+0
*
i965/miptree: Store fast clear colors in an isl_color_value
Jason Ekstrand
2017-06-07
1
-1
/
+1
*
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: Fix fast depth clears for surfaces with a dimension of 16384.
Kenneth Graunke
2017-01-25
1
-0
/
+12
*
i965: Make depth clear flushing more explicit
Topi Pohjolainen
2017-01-18
1
-0
/
+16
*
i965: Disable depth writes when depth test is GL_EQUAL.
Kenneth Graunke
2016-11-18
1
-2
/
+2
*
i965/miptree: Create a hiz mcs type
Ben Widawsky
2016-11-08
1
-3
/
+3
*
i965: Fix alpha-to-coverage and alpha test enabled checks
Anuj Phogat
2016-11-07
1
-4
/
+6
*
i965: Eliminate brw->wm.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-10
/
+9
*
i965: Move the hiz_op enum to blorp
Jason Ekstrand
2016-08-29
1
-6
/
+6
*
i965: Assert that a depth_mt exists when using HiZ.
Matt Turner
2016-05-25
1
-0
/
+1
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
1
-1
/
+2
*
i965/gen8: Expose pma stall emission
Topi Pohjolainen
2016-04-21
1
-4
/
+4
*
mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...
Bas Nieuwenhuizen
2016-03-24
1
-1
/
+2
*
i965/gen7-8: Set up early depth/stencil control appropriately for image load/...
Francisco Jerez
2015-08-11
1
-3
/
+3
*
i965: Move pipecontrol workaround bo to brw_pipe_control
Chris Wilson
2015-07-08
1
-1
/
+1
*
i965: Drop brw->depthstencil.stencil_offset from gen8_depth_state.c.
Kenneth Graunke
2015-06-25
1
-5
/
+2
*
i965: Rename intel_emit* to reflect their new location in brw_pipe_control
Chris Wilson
2015-06-24
1
-1
/
+1
*
i965: Fix whitespace error in gen8_depth_state.c
Kenneth Graunke
2015-06-23
1
-1
/
+1
*
i965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+)
Ben Widawsky
2015-05-27
1
-0
/
+10
*
i965/state: Don't use brw->state.dirty.mesa
Jordan Justen
2015-03-31
1
-1
/
+1
*
i965/skl: Don't use the PMA depth stall workaround
Ben Widawsky
2015-03-27
1
-1
/
+6
*
i965/gen8: Don't rely directly on the hiz miptree structure
Jordan Justen
2015-03-09
1
-3
/
+3
*
i965/hiz: Start to separate miptree out from hiz buffers
Jordan Justen
2015-03-09
1
-3
/
+3
*
i965: Rename some PIPE_CONTROL flags
Ben Widawsky
2015-03-02
1
-1
/
+1
*
i965/skl: Implement WaDisable1DDepthStencil
Neil Roberts
2015-02-10
1
-0
/
+12
*
i965: Move PSCDEPTH calculations from draw time to compile time.
Kenneth Graunke
2014-12-04
1
-8
/
+4
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-2
/
+2
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-3
/
+3
*
i965: Use brw_wm_prog_data::uses_kill, not gl_fragment_program::UsesKill
Kenneth Graunke
2014-11-27
1
-2
/
+2
*
i965: Implement the PMA stall fix.
Kenneth Graunke
2014-11-04
1
-0
/
+170
*
i965/skl: Use new MOCS for SKL
Kristian Høgsberg
2014-11-03
1
-4
/
+6
[next]