summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen7_wm_state.c
Commit message (Expand)AuthorAgeFilesLines
...
* i965/wm: Program correct conservative depth modesChris Forbes2013-10-061-2/+14
* i965: Use gen7_upload_constant_state for 3DSTATE_CONSTANT_PS as well.Kenneth Graunke2013-09-161-27/+1
* i965/fs: Consult brw_wm_prog_data::num_varying_inputs when setting up WM state.Paul Berry2013-09-161-2/+3
* i965: Use brw_stage_state for WM data as well.Kenneth Graunke2013-09-131-7/+8
* i965: Make sure constants re-sent after constant buffer reallocation.Paul Berry2013-08-311-1/+2
* i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)Ville Syrjälä2013-08-211-3/+1
* i965: Upload separate per-stage sampler state tables.Kenneth Graunke2013-08-191-1/+1
* i965: Split sampler count variable to be per-stage.Kenneth Graunke2013-08-191-1/+1
* i965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PSChad Versace2013-07-181-1/+3
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-4/+2
* i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke2013-07-091-2/+2
* i965: Shorten context base class dereference chains.Kenneth Graunke2013-07-091-2/+2
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* i965: Replace brw_wm_* with dumping code into the fs_visitor.Eric Anholt2012-10-081-6/+2
* i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.Paul Berry2012-08-011-1/+1
* i965/msaa: Control multisampling behaviour via the visual.Paul Berry2012-07-241-3/+1
* i965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE enabled.Paul Berry2012-06-261-2/+3
* i965/msaa: Only do multisample rasterization if GL_MULTISAMPLE enabled.Paul Berry2012-06-201-5/+10
* i965/gen6+: Add support for GL_ARB_blend_func_extended.Eric Anholt2012-05-231-1/+14
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-151-3/+15
* i965: Fill in Sample Mask in Haswell's 3DSTATE_PS.Kenneth Graunke2012-03-301-0/+3
* i965: Update max VS/PS threads shift offsets for Haswell.Kenneth Graunke2012-03-301-1/+3
* i965: Rename the original binding table to mention that it's the WM now.Eric Anholt2012-02-211-1/+1
* i965: Compute required barycentric interp modes once at FS compile time.Eric Anholt2012-02-211-6/+4
* i965: Rewrite the HiZ opChad Versace2012-02-071-18/+0
* mesa: Track fixed-function fragment shader as a shaderIan Romanick2012-01-111-1/+3
* i965/gen7: Enable HiZChad Versace2012-01-101-0/+18
* i965: Re-sync outdated comments about Gen6+ push constants.Kenneth Graunke2012-01-091-1/+1
* i965: Update dirty bit comments for the gen7_ps_state atom.Kenneth Graunke2012-01-091-1/+2
* i965: Remove BRW_NEW_CURBE_OFFSETS dirty bit from Gen7 atoms.Kenneth Graunke2012-01-091-3/+1
* i965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6+ atoms.Kenneth Graunke2012-01-091-2/+0
* i965: Actually enable SIMD16 dispatch on Ivybridge.Kenneth Graunke2012-01-081-2/+7
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-1/+1
* i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke2011-11-101-2/+2
* i965: Use a single binding table for all pipeline stages.Kenneth Graunke2011-11-101-1/+1
* i965: Use 0 for the number of binding table entries in 3DSTATE_(VS|WM).Kenneth Graunke2011-11-101-4/+0
* i965/gen6+: Switch GLSL from ALT to IEEE floating point modePaul Berry2011-10-311-2/+5
* i965/gen6+: Add support for noperspective interpolation.Paul Berry2011-10-271-4/+6
* i965/gen6+: Parameterize barycentric interpolation modes.Paul Berry2011-10-271-1/+2
* i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.Kenneth Graunke2011-10-251-1/+1
* i965: Remove copy and pasted gen7_wm_constants state atom.Kenneth Graunke2011-10-201-55/+0
* i965: Use AUB_TRACE_WM_CONSTANTS in gen7_prepare_wm_push_constants.Kenneth Graunke2011-10-201-1/+1
* i965: Add remaining scratch space setup emit to unit states.Eric Anholt2011-08-161-1/+7
* i965/vs: Start adding support for uniformsEric Anholt2011-08-161-1/+1
* i965: Add a type argument to brw_state_batch().Eric Anholt2011-07-111-1/+1
* i965/gen7: Remove gratuitous dirty flags from WM and PS state.Kenneth Graunke2011-07-081-8/+3
* i965/gen6+: Correct gratuitous dependency on NEW_POLYGONSTIPPLE.Eric Anholt2011-06-201-2/+4
* i965/gen6+: Add a missing state flag for WM constants.Eric Anholt2011-06-201-2/+3
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-7/+2
* i965/gen7: Enable SIMD16 fragment shader dispatch.Kenneth Graunke2011-06-081-2/+6