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: Drop AUB_TRACE_* stuff.
Kenneth Graunke
2017-03-21
1
-5
/
+3
*
intel: Correct the BDW surface state size
Nanley Chery
2017-03-20
1
-3
/
+2
*
i965: Replace BRW_SURFACEFORMAT_* with ISL_FORMAT_*.
Kenneth Graunke
2017-03-02
1
-1
/
+1
*
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
-42
/
+0
*
i965/state: Account for the element size in emit_buffer_surface_state
Jason Ekstrand
2016-07-15
1
-4
/
+5
*
i965/gen8: Use the generic ISL-based path for renderbuffer surfaces
Jason Ekstrand
2016-07-15
1
-247
/
+2
*
i965/gen8: Use the generic ISL-based path for texture surfaces
Jason Ekstrand
2016-07-15
1
-213
/
+1
*
i965: Skip update_texture_surface when the plane doesn't exist
Jordan Justen
2016-06-24
1
-9
/
+10
*
i965/gen7,8: Set SURFACE_IS_ARRAY for all non-3D texture types
Jason Ekstrand
2016-06-22
1
-1
/
+1
*
i965: Remove fake W-tiled render target support
Jason Ekstrand
2016-06-22
1
-16
/
+9
*
i965/gen8: Use the qpitch from the aux_mt for AUX_QPITCH
Jason Ekstrand
2016-06-22
1
-2
/
+2
*
i965/gen9: Configure rbc buffers as plain for non-rbc tex views
Topi Pohjolainen
2016-06-01
1
-1
/
+12
*
i965: Support textures with multiple planes
Kristian Høgsberg Kristensen
2016-05-24
1
-1
/
+11
*
i965/gen9: Setup MCS for compressed texture surfaces
Topi Pohjolainen
2016-05-12
1
-4
/
+5
*
i965/gen9: Prepare surface state setup for lossless compression
Topi Pohjolainen
2016-05-12
1
-0
/
+3
*
i965/gen8: Expose auxiliary mode resolver
Topi Pohjolainen
2016-05-12
1
-5
/
+4
*
i965: Allow texture surface state setup to be used by blorp
Topi Pohjolainen
2016-04-21
1
-3
/
+4
*
i965/gen8: Expose surface state helpers
Topi Pohjolainen
2016-04-21
1
-25
/
+26
*
i965: Refactor resolving of auxiliary mode
Topi Pohjolainen
2016-02-13
1
-33
/
+29
*
i965/gen8: Remove dead assertion
Topi Pohjolainen
2016-02-10
1
-6
/
+0
*
i965/gen8: Initialize aux_mode to GEN8_SURFACE_AUX_MODE_NONE
Jordan Justen
2016-02-02
1
-2
/
+2
*
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
[next]