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_ps_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Fix cross-primitive scratch corruption when changing the per-thread all...
Francisco Jerez
2016-06-13
1
-1
/
+1
*
i965/ps_state: Use wm_prog_data.has_side_effects
Jason Ekstrand
2016-06-03
1
-4
/
+3
*
i965/fs: Organize prog_data by ksp number rather than SIMD width
Jason Ekstrand
2016-05-14
1
-26
/
+11
*
i965/state: Clean up WM/PS state to pull more things out of prog_data
Jason Ekstrand
2016-05-14
1
-15
/
+4
*
i965/fs: Rework the persample shading key/prog_data bits
Jason Ekstrand
2016-05-14
1
-14
/
+8
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
1
-2
/
+5
*
i965: Whack UAV bit when FS discards and there are no color writes.
Kenneth Graunke
2016-03-28
1
-2
/
+7
*
i965/fs: Pass usage of depth, W, and sample mask through prog_data
Jason Ekstrand
2016-02-11
1
-3
/
+6
*
i965: Ensure FS execution in presence of atomic buffers
Iago Toral Quiroga
2015-12-22
1
-1
/
+1
*
mesa: Add a _mesa_active_fragment_shader_has_side_effects helper
Iago Toral Quiroga
2015-12-22
1
-2
/
+1
*
i965: remove trailing spaces in various files
Iago Toral Quiroga
2015-11-25
1
-1
/
+1
*
i965: Implement ARB_shader_stencil_export (gen9+)
Ben Widawsky
2015-10-21
1
-0
/
+5
*
i965: Don't tell the hardware about our UAV access.
Francisco Jerez
2015-10-09
1
-3
/
+29
*
i965/gen9: Annotate input coverage mask change
Ben Widawsky
2015-09-03
1
-2
/
+6
*
i965/gen7-8: Set up early depth/stencil control appropriately for image load/...
Francisco Jerez
2015-08-11
1
-0
/
+6
*
i965/gen7-8: Poke the 3DSTATE UAV access enable bits.
Francisco Jerez
2015-08-11
1
-1
/
+2
*
i965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRA
Neil Roberts
2015-07-06
1
-0
/
+3
*
i965: execution of frag-shader when it has atomic buffer
Kevin Rogovin
2015-06-17
1
-0
/
+3
*
i965: Remove _NEW_MULTISAMPLE dirty bit from 3DSTATE_PS_EXTRA.
Kenneth Graunke
2015-05-27
1
-2
/
+2
*
i965/ps/gen8: Refactor state uploading
Topi Pohjolainen
2015-04-30
1
-26
/
+46
*
i965/ps: Use SET_FIELD() for sampler count
Topi Pohjolainen
2015-04-30
1
-2
/
+3
*
i965/skl: Fix the maximum thread count format for the PS
Neil Roberts
2015-03-02
1
-1
/
+6
*
i965: Store floating point mode choice in brw_stage_prog_data.
Kenneth Graunke
2014-12-04
1
-6
/
+1
*
i965: Make Gen4-5 and Gen8+ ALT checks use ctx->_Shader too.
Kenneth Graunke
2014-12-04
1
-1
/
+1
*
i965: Move PSCDEPTH calculations from draw time to compile time.
Kenneth Graunke
2014-12-04
1
-17
/
+1
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-5
/
+5
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-7
/
+7
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-4
/
+7
*
i965: Use brw_wm_prog_data::uses_kill, not gl_fragment_program::UsesKill
Kenneth Graunke
2014-11-27
1
-1
/
+1
*
i965: Create prog_data temporary variables in PS state upload code.
Kenneth Graunke
2014-11-27
1
-16
/
+19
*
i965: Fix missing CACHE_NEW_WM_PROG in 3DSTATE_PS_EXTRA.
Kenneth Graunke
2014-11-27
1
-2
/
+2
*
i965: Move curb_read_length/total_scratch to brw_stage_prog_data.
Kenneth Graunke
2014-09-03
1
-2
/
+2
*
i965: Provide a context flag to let us enable fast clear
Kristian Høgsberg
2014-08-15
1
-0
/
+2
*
i965: Add an option to not generate the SIMD8 fragment shader
Kristian Høgsberg
2014-08-15
1
-2
/
+2
*
i965: Assign PS kernel start pointers when we decide which kernels to use
Kristian Høgsberg
2014-08-14
1
-6
/
+8
*
i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.
Eric Anholt
2014-07-02
1
-4
/
+4
*
i965: Move push constant state packets to push constant update time.
Eric Anholt
2014-05-02
1
-6
/
+2
*
i965: Merge gen8_upload_constant_state into gen7_upload_constant_state.
Eric Anholt
2014-05-02
1
-1
/
+1
*
i965: Drop unnecessary state flag for units on NEW_BINDING_TABLE.
Eric Anholt
2014-05-02
1
-1
/
+0
*
i965/gen7+: Move sampler state packets to the stage sampler state table update.
Eric Anholt
2014-05-02
1
-7
/
+1
*
i965: Drop a NEW_SAMPLER annotation for use of sampler_count.
Eric Anholt
2014-05-02
1
-1
/
+0
*
i965: Track the number of samples in the drawbuffer.
Eric Anholt
2014-04-30
1
-4
/
+4
*
i965: Move binding table update packets to binding table setup time.
Eric Anholt
2014-03-10
1
-6
/
+0
*
i965: Store absolute thread count in max_wm_threads on Broadwell.
Kenneth Graunke
2014-02-20
1
-1
/
+4
*
i965: Only use the SIMD16 program for per-sample shading on Broadwell.
Kenneth Graunke
2014-02-19
1
-9
/
+32
*
i965: Set "Position XY Offset Select" bits in 3DSTATE_PS on Broadwell.
Kenneth Graunke
2014-02-19
1
-0
/
+18
*
i965: Add missing sample shading bits to Gen8's 3DSTATE_PS_EXTRA.
Kenneth Graunke
2014-02-19
1
-1
/
+15
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-1
/
+1
*
i965: Silence unused variable 'ctx' warning.
Kenneth Graunke
2014-01-31
1
-1
/
+0
*
i965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS_EXTRA.
Kenneth Graunke
2014-01-31
1
-0
/
+210