index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
gen7_sf_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state atom.
Kenneth Graunke
2014-10-01
1
-1
/
+1
*
i965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments.
Kenneth Graunke
2014-10-01
1
-2
/
+2
*
i965: Add context flag to disable the viewport transform
Kristian Høgsberg
2014-08-15
1
-2
/
+4
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-6
/
+3
*
mesa: Update gl_scissor_attrib to support ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
1
-1
/
+1
*
i965: Use {point_sprite,flat}_enable variable names instead of dw*.
Kenneth Graunke
2013-12-20
1
-5
/
+7
*
i965: Zero out {point_sprite,flat}_enables in calculate_attr_overrides.
Kenneth Graunke
2013-12-20
1
-4
/
+0
*
i965/sf: Consult brw_wm_prog_data when setting up SF/SBE state.
Paul Berry
2013-09-16
1
-5
/
+8
*
i965/sf: Consolidate common code for setting up gen6-7 attribute overrides.
Paul Berry
2013-09-16
1
-60
/
+4
*
i965/sf: Use BRW_SF_URB_ENTRY_READ_OFFSET rather than hardcoded values.
Paul Berry
2013-09-16
1
-1
/
+1
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-4
/
+2
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Shorten context base class dereference chains.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate.
Paul Berry
2013-03-24
1
-4
/
+4
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-7
/
+7
*
i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms.
Kenneth Graunke
2013-02-03
1
-16
/
+16
*
i965: Compute the maximum SF source attribute.
Kenneth Graunke
2013-02-03
1
-1
/
+3
*
i965: Add missing _NEW_BUFFERS dirty bit in Gen7 SBE state.
Kenneth Graunke
2012-12-08
1
-1
/
+2
*
i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.
Kenneth Graunke
2012-11-10
1
-3
/
+1
*
i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.
Paul Berry
2012-08-01
1
-1
/
+1
*
i965/msaa: Control multisampling behaviour via the visual.
Paul Berry
2012-07-24
1
-3
/
+1
*
i965/msaa: Only do multisample rasterization if GL_MULTISAMPLE enabled.
Paul Berry
2012-06-20
1
-4
/
+6
*
i965/gen6: Initial implementation of MSAA.
Paul Berry
2012-05-15
1
-2
/
+12
*
intel: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
1
-2
/
+3
*
i965: Set Line Stipple enable bit in 3DSTATE_SF for Haswell.
Kenneth Graunke
2012-03-30
1
-0
/
+3
*
i965: Move VUE map computation to once at VS compile time.
Eric Anholt
2012-02-21
1
-5
/
+5
*
i965: Make the userclip flag for the VUE map come from VS prog data.
Eric Anholt
2012-02-21
1
-7
/
+3
*
i965: Rewrite the HiZ op
Chad Versace
2012-02-07
1
-15
/
+4
*
i965: fix inverted point sprite origin when rendering to FBO
Yuanhan Liu
2012-01-28
1
-3
/
+15
*
i965/gen7: Enable HiZ
Chad Versace
2012-01-10
1
-3
/
+15
*
i965: Fix zeroing of unused attributes in 3DSTATE_SBE.
Kenneth Graunke
2012-01-09
1
-2
/
+2
*
i965: Annotate the use of _NEW_PROGRAM in Gen6+ SF state atoms.
Kenneth Graunke
2012-01-09
1
-1
/
+1
*
i965: Add missing _NEW_PROGRAM dirty bit to the gen7_sbe_state atom.
Kenneth Graunke
2012-01-09
1
-0
/
+2
*
i965: Base HW depth format setup based on MESA_FORMAT, not bpp.
Eric Anholt
2011-11-29
1
-1
/
+1
*
i965/gen6+: Add support for noperspective interpolation.
Paul Berry
2011-10-27
1
-11
/
+10
*
i965: Make brw_compute_vue_map's userclip dependency a boolean.
Paul Berry
2011-10-06
1
-2
/
+2
*
mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()
Paul Berry
2011-10-06
1
-2
/
+2
*
i965: Allow clip distances to be read back in fragment shaders.
Paul Berry
2011-09-23
1
-1
/
+1
*
i965: fix the constant interp bitmask for flat mode
Yuanhan Liu
2011-09-23
1
-6
/
+13
*
i965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag for shaders.
Eric Anholt
2011-09-21
1
-4
/
+2
*
i965: Remove two_side_color from brw_compute_vue_map().
Paul Berry
2011-09-06
1
-2
/
+1
*
i965: SF: Change gen{6,7}_sf_state.c to compute URB read length based on VUE ...
Paul Berry
2011-09-06
1
-4
/
+12
*
i965: SF: Move outputs_written to a local variable for clarity.
Paul Berry
2011-09-06
1
-2
/
+3
*
i965: SF: New implementation of get_attr_override using the VUE map.
Paul Berry
2011-09-06
1
-4
/
+10
*
i965/gen7: Add support for gl_PointCoord.
Kenneth Graunke
2011-07-11
1
-0
/
+3
*
i965/gen7: Fix point sprite texture coordinate overrides.
Kenneth Graunke
2011-07-11
1
-6
/
+6
*
i965/gen7: Refactor SF setup a bit to handle overrides in one place.
Kenneth Graunke
2011-07-11
1
-19
/
+24
*
i965: Stop caching the combined depth/stencil region in brw_context.c.
Eric Anholt
2011-05-18
1
-2
/
+2
*
i965: Add depth buffer support on Ivybridge.
Kenneth Graunke
2011-05-17
1
-2
/
+4
*
i965: Initial Ivybridge SF/SBE state setup.
Kenneth Graunke
2011-05-17
1
-0
/
+264