index
:
external_mesa3d.git
replicant-6.0
replicant-6.0-old
Mesa for Android
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
isl
/
isl_surface_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
isl: Fix assert on raw buffer surface state size
Nanley Chery
2016-07-21
1
-1
/
+8
*
anv,isl: Lower storage image formats in anv
Jason Ekstrand
2016-06-24
1
-7
/
+1
*
isl/state: Allow for full 31-bit buffer texture sizes
Jason Ekstrand
2016-06-24
1
-1
/
+1
*
isl/state: Don't use designated initializers for buffer surface state
Jason Ekstrand
2016-06-24
1
-23
/
+23
*
isl/state: Add assertions for buffer surface restrictions
Jason Ekstrand
2016-06-24
1
-0
/
+11
*
isl/state: Don't set SurfacePitch for gen9 1-D textures
Jason Ekstrand
2016-06-24
1
-0
/
+3
*
isl/state: Use TILEWALK_XMAJOR for linear surfaces on gen7
Jason Ekstrand
2016-06-24
1
-2
/
+2
*
isl/state: Emit no-op mip tail setup on SKL
Jason Ekstrand
2016-06-24
1
-0
/
+8
*
isl/state: Only set cube face enables if usage includes CUBE_BIT
Jason Ekstrand
2016-06-24
1
-7
/
+9
*
isl/state: Use the layout for computing qpitch rather than dimensions
Jason Ekstrand
2016-06-24
1
-19
/
+15
*
isl/state: Set the IntegerSurfaceFormat bit on Haswell
Jason Ekstrand
2016-06-24
1
-0
/
+4
*
isl/state: Don't set RenderTargetViewExtent for texture surfaces
Jason Ekstrand
2016-06-24
1
-4
/
+18
*
isl/state: Set SurfaceArray based on the surface dimension
Jason Ekstrand
2016-06-24
1
-1
/
+1
*
isl/state: Don't force-disable L2 bypass for everything
Jason Ekstrand
2016-06-24
1
-5
/
+0
*
isl/state: Refactor the setup of clear colors
Jason Ekstrand
2016-06-24
1
-18
/
+22
*
isl/state: Refactor the per-gen isl_to_gen_h/valign tables
Jason Ekstrand
2016-06-24
1
-6
/
+8
*
isl/state: Return an extent3d from the halign/valign helper
Jason Ekstrand
2016-06-24
1
-22
/
+11
*
isl/state: Put pitch calculations together
Jason Ekstrand
2016-06-24
1
-22
/
+20
*
isl/state: Put all dimension setup together and towards the top
Jason Ekstrand
2016-06-24
1
-80
/
+74
*
isl/state: Put surface format setup at the top
Jason Ekstrand
2016-06-24
1
-7
/
+7
*
isl/state: Remove some unused fields
Jason Ekstrand
2016-06-24
1
-9
/
+0
*
isl/state: Don't use designated initializers for the surface state
Jason Ekstrand
2016-06-24
1
-47
/
+48
*
genxml/gen8,9: Prefix the multisample format enum with MSFMT
Jason Ekstrand
2016-06-24
1
-8
/
+0
*
isl: Mark default cases unreachable.
Matt Turner
2016-05-25
1
-2
/
+2
*
isl: Remove useless qualifier from return type.
Matt Turner
2016-05-25
1
-1
/
+1
*
isl: Take a devinfo in lower_storage_image_format instead of an isl_device
Jason Ekstrand
2016-04-21
1
-1
/
+2
*
isl/surface_state: Set the correct pitch for W-tiled surfaces
Jason Ekstrand
2016-04-08
1
-1
/
+13
*
isl/surface_state: Set the clear color
Jason Ekstrand
2016-03-10
1
-12
/
+13
*
isl: Fix RenderTargetViewExtent for mipmapped 3D surfaces
Nanley Chery
2016-03-04
1
-1
/
+2
*
isl: Get rid of isl_surf_fill_state_info::level0_extent_px
Nanley Chery
2016-03-04
1
-4
/
+4
*
isl/surface_state: Set L2 bypass disable for certain BC* formats
Jason Ekstrand
2016-03-03
1
-0
/
+22
*
isl/surface_state: Fix array spacing on Gen7
Nanley Chery
2016-02-29
1
-0
/
+5
*
isl: Add a helper for filling a buffer surface state
Jason Ekstrand
2016-02-27
1
-0
/
+45
*
isl: Add a function for filling out a surface state
Jason Ekstrand
2016-02-27
1
-0
/
+394