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_wm_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Ensure FS execution in presence of atomic buffers
Iago Toral Quiroga
2015-12-22
1
-4
/
+5
*
mesa: Add a _mesa_active_fragment_shader_has_side_effects helper
Iago Toral Quiroga
2015-12-22
1
-5
/
+1
*
i965: Don't tell the hardware about our UAV access.
Francisco Jerez
2015-10-09
1
-4
/
+8
*
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
-0
/
+9
*
i965/gen7: Enable fragment shader dispatch if the program has image uniforms.
Francisco Jerez
2015-08-11
1
-0
/
+1
*
i965: Make gen7_upload_ps_state static
Ian Romanick
2015-08-03
1
-1
/
+1
*
i965: execution of frag-shader when it has atomic buffer
Kevin Rogovin
2015-06-17
1
-0
/
+4
*
i965: Use _mesa_geometric_ functions appropriately
Kevin Rogovin
2015-06-17
1
-1
/
+2
*
i965/ps/gen7: Refactor state uploading
Topi Pohjolainen
2015-04-30
1
-20
/
+36
*
i965/ps: Use SET_FIELD() for sampler count
Topi Pohjolainen
2015-04-30
1
-2
/
+3
*
i965: Store floating point mode choice in brw_stage_prog_data.
Kenneth Graunke
2014-12-04
1
-7
/
+1
*
i965: Move PSCDEPTH calculations from draw time to compile time.
Kenneth Graunke
2014-12-04
1
-19
/
+3
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-4
/
+4
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-6
/
+6
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-11
/
+13
*
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
-22
/
+24
*
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
-8
/
+10
*
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
-7
/
+2
*
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
-8
/
+1
*
i965: Drop a NEW_SAMPLER annotation for use of sampler_count.
Eric Anholt
2014-05-02
1
-1
/
+0
*
i965: Fix state flag comments on color_buffer_write_enabled() calls.
Eric Anholt
2014-04-30
1
-1
/
+1
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-1
/
+1
*
i965: Move binding table update packets to binding table setup time.
Eric Anholt
2014-03-10
1
-6
/
+0
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-1
/
+1
*
i965: Fix comments to refer to the new ctx->Shader.CurrentProgram array.
Paul Berry
2014-01-21
1
-2
/
+2
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
1
-1
/
+1
*
i965: Add an option to ignore sample qualifier
Anuj Phogat
2014-01-21
1
-2
/
+2
*
i965/fs: add support for gl_SampleMaskIn[]
Chris Forbes
2013-12-14
1
-0
/
+4
*
i965/wm: Set copy of sample mask in 3DSTATE_PS correctly for Haswell
Chris Forbes
2013-12-07
1
-2
/
+7
*
i965: Fix 'SIMD16 only' dispatch of fragment shader in case of sample shading
Anuj Phogat
2013-11-07
1
-7
/
+12
*
i965: Tell the unit states how many binding table entries we have.
Eric Anholt
2013-11-05
1
-0
/
+4
*
i965/gen7: Enable the features required for GL_ARB_sample_shading
Anuj Phogat
2013-11-01
1
-5
/
+56
*
i965: Fix a compiler warning about conservative depth enums.
Eric Anholt
2013-10-08
1
-0
/
+2
*
i965/wm: Program correct conservative depth modes
Chris Forbes
2013-10-06
1
-2
/
+14
*
i965: Use gen7_upload_constant_state for 3DSTATE_CONSTANT_PS as well.
Kenneth Graunke
2013-09-16
1
-27
/
+1
*
i965/fs: Consult brw_wm_prog_data::num_varying_inputs when setting up WM state.
Paul Berry
2013-09-16
1
-2
/
+3
*
i965: Use brw_stage_state for WM data as well.
Kenneth Graunke
2013-09-13
1
-7
/
+8
*
i965: Make sure constants re-sent after constant buffer reallocation.
Paul Berry
2013-08-31
1
-1
/
+2
*
i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
Ville Syrjälä
2013-08-21
1
-3
/
+1
*
i965: Upload separate per-stage sampler state tables.
Kenneth Graunke
2013-08-19
1
-1
/
+1
*
i965: Split sampler count variable to be per-stage.
Kenneth Graunke
2013-08-19
1
-1
/
+1
*
i965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PS
Chad Versace
2013-07-18
1
-1
/
+3
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-4
/
+2
[next]