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
/
gen8_surface_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/gen8+: Don't upload the MCS buffer for single-sampled textures
Neil Roberts
2015-12-11
1
-1
/
+5
*
i965: Fix texture views of 2d array surfaces
Ben Widawsky
2015-12-07
1
-2
/
+2
*
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/gen9: Support fast clears for 32b float
Ben Widawsky
2015-11-20
1
-8
/
+0
*
i965/skl: skip fast clears for certain surface formats
Ben Widawsky
2015-11-20
1
-1
/
+7
*
i965/skl: Add fast color clear infrastructure
Ben Widawsky
2015-11-20
1
-1
/
+15
*
i965/gen8+: Extract color clear surface state
Ben Widawsky
2015-11-03
1
-6
/
+15
*
i965/gen8+: Remove redundant zeroing of surface state
Ben Widawsky
2015-11-03
1
-12
/
+0
*
i965/gen8: Remove gen<8 checks in gen8 code
Chad Versace
2015-10-09
1
-4
/
+4
*
i965/miptree: Rename align_w,align_h -> halign,valign
Chad Versace
2015-09-30
1
-6
/
+6
*
i965: Use helper function intel_get_tile_dims() in surface setup
Anuj Phogat
2015-09-28
1
-2
/
+12
*
i965/chv|skl: Apply sampler bypass w/a
Ben Widawsky
2015-08-31
1
-0
/
+14
*
i965/gen9: Use custom MOCS entries set up by the kernel.
Francisco Jerez
2015-07-16
1
-2
/
+1
*
i965/gen9: use an unreserved surface alignment value
Nanley Chery
2015-07-01
1
-4
/
+4
*
i965/gen9: Disable Mip Tail for YF/YS tiled surfaces
Anuj Phogat
2015-06-16
1
-2
/
+8
*
i965/gen9: Set vertical and horizontal surface alignments
Anuj Phogat
2015-06-16
1
-6
/
+26
*
i965: Use BRW_SURFACE_* in place of GL_TEXTURE_*
Anuj Phogat
2015-06-16
1
-3
/
+3
*
i965/gen9: Set tiled resource mode in surface state
Anuj Phogat
2015-06-16
1
-0
/
+21
*
i965/gen8+: Add aux buffer alignment assertions
Ben Widawsky
2015-06-12
1
-0
/
+22
*
i965: Add Gen9 surface state decoding
Ben Widawsky
2015-05-18
1
-7
/
+8
*
i965: Refactor rb surface setup to allow caller to store offsets
Topi Pohjolainen
2015-04-30
1
-9
/
+9
*
i965/gen8: Use constant pointers for reading miptree details
Topi Pohjolainen
2015-04-30
1
-2
/
+2
*
i965/gen8: Factor out texture surface state set-up from gen8_update_texture_s...
Francisco Jerez
2015-04-27
1
-60
/
+77
*
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
-16
/
+0
*
i965: Generalize the update_null_renderbuffer_surface vtbl hook to non-render...
Francisco Jerez
2015-02-10
1
-15
/
+10
*
i965: Enable L3 caching of buffer surfaces.
Francisco Jerez
2015-01-31
1
-2
/
+1
*
i965/gen8: Include the buffer offset when emitting renderbuffer relocs
Jason Ekstrand
2015-01-28
1
-1
/
+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
-4
/
+21
*
i965/skl: Use new MOCS for SKL
Kristian Høgsberg
2014-11-03
1
-3
/
+5
*
i965/skl: Allocate 16 DWords for SURFACE_STATE on Skylake.
Kenneth Graunke
2014-11-03
1
-1
/
+1
*
i965/skl: Refactor surface state allocation.
Kenneth Graunke
2014-11-03
1
-10
/
+16
*
i965: Use BDW_MOCS_PTE for renderbuffers.
Kenneth Graunke
2014-10-09
1
-1
/
+1
*
i965: Add a comment about null renderbuffer surfaces and why they exist.
Eric Anholt
2014-07-02
1
-2
/
+6
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-4
/
+2
*
i965: Hook up the MCS buffers in SURFACE_STATE on Broadwell.
Kenneth Graunke
2014-06-26
1
-0
/
+10
*
i965: Add plumbing for Broadwell's auxiliary surface support.
Kenneth Graunke
2014-06-26
1
-7
/
+37
*
i965: Set the fast clear color value for texture surfaces
Neil Roberts
2014-06-12
1
-1
/
+3
*
i965/gen8: Surface state overriding for stencil
Topi Pohjolainen
2014-05-15
1
-13
/
+21
*
i965/gen8 renderbuffer: Set depth size based on LOD0 for 3D textures
Jordan Justen
2014-05-13
1
-1
/
+1
*
i965/gen8: Use helper variables for surface parameters
Topi Pohjolainen
2014-05-12
1
-4
/
+8
*
Revert "i965: Fix depth (array slices) computation for 1D_ARRAY render targets."
Kenneth Graunke
2014-05-09
1
-3
/
+0
*
i965/Gen8: Set up layer constraints properly for renderbuffers
Chris Forbes
2014-05-09
1
-10
/
+5
*
i965: Fix depth (array slices) computation for 1D_ARRAY render targets.
Kenneth Graunke
2014-05-07
1
-0
/
+3
*
i965: Enable GL_ARB_texture_view on Broadwell.
Kenneth Graunke
2014-05-07
1
-8
/
+20
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
1
-10
/
+9
[next]