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_surface_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/context: Remove some unnecessary vfuncs
Jason Ekstrand
2016-07-15
1
-1
/
+0
*
i965: Use ISL for emitting buffer surface states
Jason Ekstrand
2016-07-15
1
-47
/
+0
*
i965/state: Account for the element size in emit_buffer_surface_state
Jason Ekstrand
2016-07-15
1
-4
/
+5
*
i965/gen7: Use the generic ISL-based path for renderbuffer surfaces
Jason Ekstrand
2016-07-15
1
-193
/
+1
*
i965/gen7: Use the generic ISL-based path for texture surfaces
Jason Ekstrand
2016-07-15
1
-167
/
+1
*
i965: Skip update_texture_surface when the plane doesn't exist
Jordan Justen
2016-06-24
1
-11
/
+10
*
i965/gen7,8: Set SURFACE_IS_ARRAY for all non-3D texture types
Jason Ekstrand
2016-06-22
1
-1
/
+1
*
i965: Emit surface states for extra planes prior to gen8
Jason Ekstrand
2016-06-08
1
-0
/
+9
*
i965: Support textures with multiple planes
Kristian Høgsberg Kristensen
2016-05-24
1
-1
/
+2
*
i965: Allow texture surface state setup to be used by blorp
Topi Pohjolainen
2016-04-21
1
-2
/
+5
*
i965: use _mesa_is_array_texture instead of _mesa_tex_target_is_array
Alejandro Piñeiro
2015-12-07
1
-1
/
+1
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-0
/
+1
*
i965: Support calculating the bits needed to set up 16x MSAA
Neil Roberts
2015-11-05
1
-1
/
+1
*
i965/miptree: Rename align_w,align_h -> halign,valign
Chad Versace
2015-09-30
1
-4
/
+4
*
i965: Refactor rb surface setup to allow caller to store offsets
Topi Pohjolainen
2015-04-30
1
-14
/
+14
*
i965/gen7: Factor out texture surface state set-up from gen7_update_texture_s...
Francisco Jerez
2015-04-27
1
-54
/
+73
*
i965: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-1
/
+1
*
i965: Fix depth field setting in surface state for raw buffer on Gen7/8
Zhenyu Wang
2015-04-08
1
-2
/
+5
*
i965: Make sure we always mark array surfaces as such
Iago Toral Quiroga
2015-04-06
1
-1
/
+3
*
i965: Remove the create_raw_surface vtbl hook.
Francisco Jerez
2015-03-02
1
-19
/
+0
*
i965: Generalize the update_null_renderbuffer_surface vtbl hook to non-render...
Francisco Jerez
2015-02-10
1
-14
/
+10
*
i965: Fix integer border color on Haswell.
Kenneth Graunke
2015-02-09
1
-0
/
+3
*
i965: Enable L3 caching of buffer surfaces.
Francisco Jerez
2015-01-31
1
-3
/
+1
*
i965: Apply the miptree offset to surface state for renderbuffers
Jason Ekstrand
2015-01-22
1
-1
/
+2
*
i965: Micro-optimize swizzle_to_scs() and make it inlinable.
Kenneth Graunke
2015-01-04
1
-22
/
+18
*
i965: Change mipmap array_spacing_lod0 to array_layout (enum)
Jordan Justen
2014-08-15
1
-3
/
+3
*
i965: Add a comment about null renderbuffer surfaces and why they exist.
Eric Anholt
2014-07-02
1
-0
/
+8
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-2
/
+1
*
i965: Set the fast clear color value for texture surfaces
Neil Roberts
2014-06-12
1
-1
/
+3
*
i965/gen7 renderbuffer: Set depth size based on LOD0 for 3D textures
Jordan Justen
2014-05-13
1
-1
/
+1
*
Revert "i965: Fix depth (array slices) computation for 1D_ARRAY render targets."
Kenneth Graunke
2014-05-09
1
-2
/
+0
*
i965/Gen7: Set up layer constraints properly for renderbuffers
Chris Forbes
2014-05-09
1
-10
/
+7
*
i965: Fix depth (array slices) computation for 1D_ARRAY render targets.
Kenneth Graunke
2014-05-07
1
-0
/
+2
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
1
-16
/
+16
*
i965: Adjust surface_state emission to account for view parameters
Chris Forbes
2014-04-10
1
-5
/
+14
*
i965/wm: Use resolved miptree consistently in surface setup
Topi Pohjolainen
2014-03-05
1
-5
/
+5
*
i965: Use ffs() for sample counting in gen7_surface_msaa_bits().
Kenneth Graunke
2014-02-19
1
-6
/
+4
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-1
/
+1
*
i965: Use the new drm_intel_bo offset64 field.
Kenneth Graunke
2014-01-20
1
-7
/
+7
*
i965/Gen7: Only emit cube face enables for cubes.
Chris Forbes
2014-01-19
1
-2
/
+5
*
i965: Remove unused depth_mode parameter from translate_tex_format().
Kenneth Graunke
2013-12-29
1
-1
/
+0
*
i965/Gen7: emit mcs info for multisample textures
Chris Forbes
2013-12-07
1
-0
/
+5
*
i965: Make swizzle_to_scs non-static.
Kenneth Graunke
2013-11-16
1
-6
/
+6
*
i965: Combine {brw,gen7}_update_texture_buffer_surface() functions.
Kenneth Graunke
2013-11-05
1
-39
/
+1
*
i965: Unvirtualize brw_create_constant_surface; delete Gen7+ variant.
Kenneth Graunke
2013-11-05
1
-27
/
+0
*
i965: Virtualize emit_buffer_surface_state().
Kenneth Graunke
2013-11-05
1
-0
/
+1
*
i965: Simplify the shader time code by using atomic counter helpers.
Francisco Jerez
2013-10-29
1
-17
/
+0
*
i965: Define vtbl method that initializes an untyped R/W surface.
Francisco Jerez
2013-10-29
1
-5
/
+30
*
i965: Try to avoid stalls on the GPU when doing glBufferSubData().
Eric Anholt
2013-10-23
1
-1
/
+1
*
i965: Add support for GL_ARB_texture_buffer_range.
Eric Anholt
2013-10-23
1
-4
/
+10
[next]