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
/
intel_mipmap_tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Rename brw_get_device_name/info to gen_get_device_name/info
Jason Ekstrand
2016-09-03
1
-1
/
+1
*
i965: Move the hiz_op enum to blorp
Jason Ekstrand
2016-08-29
1
-9
/
+9
*
i965: Add function to copy a stencil miptree to an R8_UINT miptree
Jordan Justen
2016-08-26
1
-1
/
+56
*
i965/gen7: Add R8_UINT stencil miptree copy for sampling
Jordan Justen
2016-08-26
1
-0
/
+2
*
i965: Fix assert with multisampling and cubemaps
Jordan Justen
2016-08-26
1
-2
/
+4
*
i965: Return the correct layout from get_isl_dim_layout for pre-ILK cube text...
Francisco Jerez
2016-08-25
1
-2
/
+5
*
i965: Factor out isl_surf_dim/isl_dim_layout calculation into functions.
Francisco Jerez
2016-08-25
1
-23
/
+48
*
i965: Return whether the miptree was resolved from intel_miptree_resolve_colo...
Francisco Jerez
2016-08-25
1
-4
/
+8
*
i965/miptree: Add real support for HiZ
Jason Ekstrand
2016-08-17
1
-13
/
+28
*
i965/miptree: Use the isl helpers for creating aux surfaces
Jason Ekstrand
2016-08-17
1
-46
/
+9
*
i965/miptree: Use mcs_mt->qpitch for aux surfaces
Jason Ekstrand
2016-08-17
1
-1
/
+2
*
i965/miptree: Allow get_aux_isl_surf when there is no aux surface
Jason Ekstrand
2016-08-17
1
-1
/
+2
*
i965/miptree: Support depth in get_isl_clear_color
Jason Ekstrand
2016-08-17
1
-1
/
+6
*
i965/miptree: Fill out the isl_surf::usage field
Jason Ekstrand
2016-08-17
1
-1
/
+24
*
i965/miptree: Remove the stencil_as_y_tiled parameter from get_tile_masks
Jason Ekstrand
2016-08-17
1
-4
/
+1
*
i965: use mt->offset in intel_miptree_map_movntdqa()
Haixia Shi
2016-08-03
1
-0
/
+3
*
i965/miptree: Stop multiplying cube depth by 6 in HiZ calculations
Jason Ekstrand
2016-07-26
1
-17
/
+2
*
i965/miptree/isl: Stop multiplying depth by 6 for cubes
Jason Ekstrand
2016-07-26
1
-5
/
+0
*
i965/miptree: Set logical_depth0 == 6 for cube maps
Jason Ekstrand
2016-07-20
1
-4
/
+11
*
i965/miptree: Enforce that height == 1 for 1-D array textures
Jason Ekstrand
2016-07-20
1
-19
/
+3
*
i965/miptree: Add a helper for getting the aux isl_surf from a miptree
Jason Ekstrand
2016-07-15
1
-0
/
+117
*
i965/miptree: Add a helper for getting the ISL clear color from a miptree
Jason Ekstrand
2016-07-15
1
-0
/
+26
*
i965/miptree: Add a helper for getting an isl_surf from a miptree
Jason Ekstrand
2016-07-15
1
-2
/
+170
*
i965: Add norbc debug option
Topi Pohjolainen
2016-06-01
1
-0
/
+2
*
i965: Create multiple miptrees for planar YUV images
Kristian Høgsberg Kristensen
2016-05-24
1
-0
/
+3
*
i965: Use ISL for surface format introspection
Jason Ekstrand
2016-05-23
1
-1
/
+4
*
i965: Mark is_lossless_compressed_aux UNUSED to silence warning.
Matt Turner
2016-05-16
1
-1
/
+1
*
i965: Use blorp for all updownsample blits
Jason Ekstrand
2016-05-14
1
-24
/
+10
*
i965/gen9: Enable lossless compression
Topi Pohjolainen
2016-05-12
1
-3
/
+40
*
i965: Deferred allocation of mcs for lossless compressed
Topi Pohjolainen
2016-05-12
1
-0
/
+40
*
i965: Add flag telling if miptree is for client consumption
Topi Pohjolainen
2016-05-12
1
-3
/
+4
*
i965: Add helper for lossless compression support
Topi Pohjolainen
2016-05-12
1
-0
/
+26
*
i965: Relax assertion of halign == 16 for lossless compressed aux
Topi Pohjolainen
2016-05-12
1
-1
/
+6
*
Revert "i965: Always use Y-tiled buffers on SKL+"
Daniel Stone
2016-05-09
1
-8
/
+2
*
i965: Fix MapTextureImage for multi-slice/level stencil buffers.
Kenneth Graunke
2016-04-26
1
-2
/
+2
*
i965/blorp: Enable for buffer resolves
Topi Pohjolainen
2016-04-23
1
-1
/
+1
*
i965/blorp: Add support for 2x msaa
Topi Pohjolainen
2016-04-22
1
-3
/
+2
*
i965: Always use Y-tiled buffers on SKL+
Ben Widawsky
2016-04-21
1
-2
/
+8
*
i965: Declare input to mcs alignment calculation constant
Topi Pohjolainen
2016-04-21
1
-1
/
+1
*
i965/blorp: Enable blits on gen8
Topi Pohjolainen
2016-04-21
1
-2
/
+1
*
i965/blorp: Add check for supported sample numbers
Topi Pohjolainen
2016-04-21
1
-2
/
+7
*
i965/blorp: Add support for source swizzle
Topi Pohjolainen
2016-04-21
1
-2
/
+3
*
i965: Define miptree map functions static (trivial)
Ben Widawsky
2016-04-18
1
-2
/
+2
*
i965/blorp: Refactor sRGB encoding/decoding.
Kenneth Graunke
2016-03-21
1
-2
/
+4
*
i965: Expose logic telling if non-msrt mcs is supported
Topi Pohjolainen
2016-02-16
1
-4
/
+5
*
i965/gen9: Refactor msrt mcs initialization
Topi Pohjolainen
2016-02-16
1
-14
/
+22
*
i965: Add a flag telling color resolve pass to ignore CCS_E
Topi Pohjolainen
2016-02-16
1
-1
/
+7
*
i965: Allow fast clear to be used with lossless compression
Topi Pohjolainen
2016-02-16
1
-1
/
+3
*
i965: Add helper for detecting lossless compression
Topi Pohjolainen
2016-02-16
1
-0
/
+26
*
i965: Add means for limiting color resolves
Topi Pohjolainen
2016-02-13
1
-3
/
+6
[next]