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: 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
*
i965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE enabled.
Paul Berry
2012-06-26
1
-2
/
+3
*
i965/msaa: Only do multisample rasterization if GL_MULTISAMPLE enabled.
Paul Berry
2012-06-20
1
-5
/
+10
*
i965/gen6+: Add support for GL_ARB_blend_func_extended.
Eric Anholt
2012-05-23
1
-0
/
+7
*
i965/gen6: Initial implementation of MSAA.
Paul Berry
2012-05-15
1
-0
/
+12
*
i965: Compute required barycentric interp modes once at FS compile time.
Eric Anholt
2012-02-21
1
-5
/
+2
*
i965: Rewrite the HiZ op
Chad Versace
2012-02-07
1
-19
/
+1
*
mesa: Track fixed-function fragment shader as a shader
Ian Romanick
2012-01-11
1
-1
/
+3
*
i965: Re-sync outdated comments about Gen6+ push constants.
Kenneth Graunke
2012-01-09
1
-1
/
+1
*
i965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6+ atoms.
Kenneth Graunke
2012-01-09
1
-1
/
+0
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
1
-1
/
+1
*
i965/gen6: Manipulate state batches for HiZ meta-ops [v4]
Chad Versace
2011-11-22
1
-1
/
+19
*
i965: Move and rename "wm sampler" fields to just "sampler".
Kenneth Graunke
2011-11-10
1
-1
/
+1
*
i965: Rename gen6_*_constants tracked state atoms to "push_constants".
Kenneth Graunke
2011-11-10
1
-1
/
+1
*
i965: Use 0 for the number of binding table entries in 3DSTATE_(VS|WM).
Kenneth Graunke
2011-11-10
1
-4
/
+0
*
i965/gen6+: Switch GLSL from ALT to IEEE floating point mode
Paul Berry
2011-10-31
1
-2
/
+5
*
i965: Move push constants setup to emit() time.
Eric Anholt
2011-10-29
1
-3
/
+3
*
i965/gen6+: Add support for noperspective interpolation.
Paul Berry
2011-10-27
1
-3
/
+6
*
i965/gen6+: Parameterize barycentric interpolation modes.
Paul Berry
2011-10-27
1
-1
/
+2
*
i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.
Kenneth Graunke
2011-10-25
1
-1
/
+1
*
i965: Fix incorrect dirty bit in gen6_prepare_wm_push_constants.
Kenneth Graunke
2011-10-20
1
-2
/
+2
*
mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()
Paul Berry
2011-10-06
1
-1
/
+1
*
i965/vs: Start adding support for uniforms
Eric Anholt
2011-08-16
1
-1
/
+1
*
i965: Add dumping for gen6 WM constants too.
Eric Anholt
2011-08-05
1
-1
/
+1
*
i965: Add a type argument to brw_state_batch().
Eric Anholt
2011-07-11
1
-1
/
+1
*
i965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.
Eric Anholt
2011-06-20
1
-2
/
+1
*
i965/gen6+: Correct gratuitous dependency on NEW_POLYGONSTIPPLE.
Eric Anholt
2011-06-20
1
-4
/
+7
*
i965/gen6+: Add a missing state flag for WM constants.
Eric Anholt
2011-06-20
1
-1
/
+3
*
i965: Use state streaming on programs, and state base address on gen5+.
Eric Anholt
2011-06-18
1
-7
/
+3
*
i965: Fix "Paramater" typo in gen6_wm_state.c.
Kenneth Graunke
2011-05-16
1
-1
/
+1
*
i965/gen6: Use the dynamic state base address to reduce relocations.
Eric Anholt
2011-04-29
1
-4
/
+4
[next]