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
/
gen6_wm_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: get rid of duplicated values from gen_device_info
Lionel Landwerlin
2016-09-23
1
-1
/
+2
*
i965: use new subroutine index uploader.
Dave Airlie
2016-08-23
1
-0
/
+3
*
i965: Fix cross-primitive scratch corruption when changing the per-thread all...
Francisco Jerez
2016-06-13
1
-1
/
+1
*
i965/fs: Organize prog_data by ksp number rather than SIMD width
Jason Ekstrand
2016-05-14
1
-52
/
+11
*
i965/state: Clean up WM/PS state to pull more things out of prog_data
Jason Ekstrand
2016-05-14
1
-20
/
+8
*
i965/fs: Rework the persample shading key/prog_data bits
Jason Ekstrand
2016-05-14
1
-4
/
+2
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
1
-0
/
+2
*
i965: Use _mesa_geometric_ functions appropriately
Kevin Rogovin
2015-06-17
1
-1
/
+2
*
i965/wm/gen6: Add option for disabling statistics collection
Topi Pohjolainen
2015-05-07
1
-3
/
+11
*
i965/wm/gen6: Refactor state setup
Topi Pohjolainen
2015-05-07
1
-45
/
+66
*
i965: Respect the no_8 flag on Gen6, not just Gen7+.
Kenneth Graunke
2015-01-12
1
-2
/
+2
*
i965: Store floating point mode choice in brw_stage_prog_data.
Kenneth Graunke
2014-12-04
1
-6
/
+1
*
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
-5
/
+5
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-13
/
+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
-25
/
+21
*
i965: Move curb_read_length/total_scratch to brw_stage_prog_data.
Kenneth Graunke
2014-09-03
1
-2
/
+2
*
i965: Assign PS kernel start pointers when we decide which kernels to use
Kristian Høgsberg
2014-08-14
1
-9
/
+10
*
i965/gen6: Add a spec citation about push constant packet requirements.
Eric Anholt
2014-07-02
1
-1
/
+8
*
i965/gen6+: Merge VS/GS and WM push constant buffer upload paths.
Eric Anholt
2014-07-02
1
-38
/
+3
*
i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.
Eric Anholt
2014-07-02
1
-5
/
+6
*
i965: Move push constant state packets to push constant update time.
Eric Anholt
2014-05-02
1
-1
/
+7
*
i965/gen6: Don't update unit state when samplers change.
Eric Anholt
2014-05-02
1
-2
/
+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
-0
/
+1
*
i965: Drop bogus state flag comment.
Eric Anholt
2014-04-30
1
-1
/
+0
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-1
/
+1
*
i965: Move the remaining driver debug over to stderr.
Eric Anholt
2014-02-22
1
-6
/
+6
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-7
/
+7
*
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
-1
/
+1
*
i965: Fix 'SIMD16 only' dispatch of fragment shader in case of sample shading
Anuj Phogat
2013-11-07
1
-7
/
+13
*
i965/gen6: Don't allow SIMD16 dispatch in 4x PERPIXEL mode with computed depth.
Paul Berry
2013-11-06
1
-1
/
+33
*
i965: Tell the unit states how many binding table entries we have.
Eric Anholt
2013-11-05
1
-0
/
+5
*
i965/gen6: Enable the features required for GL_ARB_sample_shading
Anuj Phogat
2013-11-01
1
-5
/
+56
*
i965/fs: Remove bogus field prog_data->dispatch_width.
Paul Berry
2013-10-15
1
-4
/
+2
*
i965: Set brw_stage_state::push_const_size for PS constants.
Kenneth Graunke
2013-09-16
1
-1
/
+6
*
i965: Introduce a prog_data temporary in gen6_upload_wm_push_constants.
Kenneth Graunke
2013-09-16
1
-8
/
+8
*
i965/fs: Consult brw_wm_prog_data::num_varying_inputs when setting up WM state.
Paul Berry
2013-09-16
1
-1
/
+2
*
i965: Use brw_stage_state for WM data as well.
Kenneth Graunke
2013-09-13
1
-6
/
+8
*
i965: Make sure constants re-sent after constant buffer reallocation.
Paul Berry
2013-08-31
1
-1
/
+2
*
i965: Split sampler count variable to be per-stage.
Kenneth Graunke
2013-08-19
1
-1
/
+1
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-4
/
+2
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-1
/
+1
*
i965: Replace brw_wm_* with dumping code into the fs_visitor.
Eric Anholt
2012-10-08
1
-6
/
+2
*
i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.
Paul Berry
2012-08-01
1
-1
/
+1
*
i965: Remove unused param conversion code.
Eric Anholt
2012-07-25
1
-2
/
+1
*
i965/msaa: Control multisampling behaviour via the visual.
Paul Berry
2012-07-24
1
-3
/
+1
[next]