index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
isl
Commit message (
Expand
)
Author
Age
Files
Lines
*
isl/state: Return an extent3d from the halign/valign helper
Jason Ekstrand
2016-06-22
1
-22
/
+11
*
isl/state: Put pitch calculations together
Jason Ekstrand
2016-06-22
1
-22
/
+20
*
isl/state: Put all dimension setup together and towards the top
Jason Ekstrand
2016-06-22
1
-80
/
+74
*
isl/state: Put surface format setup at the top
Jason Ekstrand
2016-06-22
1
-7
/
+7
*
isl/state: Remove some unused fields
Jason Ekstrand
2016-06-22
1
-9
/
+0
*
isl/state: Don't use designated initializers for the surface state
Jason Ekstrand
2016-06-22
1
-47
/
+48
*
genxml/gen8,9: Prefix the multisample format enum with MSFMT
Jason Ekstrand
2016-06-22
1
-8
/
+0
*
isl: Replace bash generator with python generator
Dylan Baker
2016-06-13
4
-137
/
+217
*
isl: add support for Android libmesa_isl static library
Mauro Rossi
2016-06-02
1
-0
/
+155
*
isl: automake: don't include isl_format_layout.c in two lists.
Emil Velikov
2016-06-02
2
-2
/
+1
*
isl: add isl_priv.h to the sources list
Emil Velikov
2016-05-30
1
-0
/
+1
*
isl: move the sources lists to Makefile.sources
Mauro Rossi
2016-05-30
2
-32
/
+39
*
isl: automake: list builddir before srcdir in the includes list
Emil Velikov
2016-05-30
1
-4
/
+3
*
isl: automake: flatten the tests rules
Emil Velikov
2016-05-30
1
-9
/
+4
*
isl: automake: remove unneeded install-lib-links.mk include
Emil Velikov
2016-05-30
1
-2
/
+0
*
isl: automake: remove unneeded SUBDIRS
Emil Velikov
2016-05-30
1
-3
/
+0
*
isl: Fix some tautological-compare warnings
Ben Widawsky
2016-05-26
2
-2
/
+10
*
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: Add per-gen format introspection
Jason Ekstrand
2016-05-23
2
-0
/
+399
*
isl: Add the ISL_FORMAT_R32G32_FLOAT_LD format
Jason Ekstrand
2016-05-23
2
-0
/
+2
*
isl: Add support for quering the string name of a format
Jason Ekstrand
2016-05-23
2
-1
/
+9
*
isl: Handle npot ASTC block dimensions on Gen9+
Nanley Chery
2016-05-20
1
-4
/
+4
*
isl: Add 2D ASTC format layouts and enums
Nanley Chery
2016-05-20
3
-1
/
+59
*
isl: Mark default cases in switch unreachable.
Matt Turner
2016-05-18
1
-0
/
+6
*
isl: automake: don't explicitly EXTRA_DIST the tests folder
Emil Velikov
2016-05-01
1
-2
/
+0
*
isl: include all the files in the tarball
Emil Velikov
2016-05-01
1
-0
/
+6
*
isl: move -lm at the end of tests_ldadd
Alejandro PiƱeiro
2016-04-27
1
-2
/
+2
*
isl: remove ffs function that conflicts with system headers
Jonathan Gray
2016-04-25
1
-5
/
+1
*
isl: fix warnings in release build
Grazvydas Ignotas
2016-04-25
2
-2
/
+2
*
isl/format: Add a get_num_channels helper
Jason Ekstrand
2016-04-21
2
-0
/
+17
*
isl/format: Add more isl_format_has_type_channel functions
Jason Ekstrand
2016-04-21
2
-4
/
+43
*
isl/format: Break the guts of has_[us]int_channel into a helper
Jason Ekstrand
2016-04-21
1
-18
/
+16
*
isl: Add a helper for determining when a typed load/store can be used
Jason Ekstrand
2016-04-21
2
-0
/
+20
*
isl: Take a devinfo in lower_storage_image_format instead of an isl_device
Jason Ekstrand
2016-04-21
3
-17
/
+18
*
isl: Don't use designated initializers in the header
Jason Ekstrand
2016-04-21
1
-13
/
+24
*
isl: Include c99_compat.h
Jason Ekstrand
2016-04-21
1
-0
/
+1
*
isl/surface_state: Set the correct pitch for W-tiled surfaces
Jason Ekstrand
2016-04-08
1
-1
/
+13
*
isl: Remove surf_get_intratile_offset_el
Jason Ekstrand
2016-04-08
3
-125
/
+0
*
isl: Rework the get_intratile_offset function
Jason Ekstrand
2016-04-08
2
-33
/
+52
*
isl/surface_state: Set the clear color
Jason Ekstrand
2016-03-10
1
-12
/
+13
*
isl: Add more helpers for determining if a format is an integer format
Jason Ekstrand
2016-03-10
2
-0
/
+24
*
isl: Remove redundant check
Jason Ekstrand
2016-03-10
1
-2
/
+1
*
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
2
-13
/
+4
*
isl/surface_state: Set L2 bypass disable for certain BC* formats
Jason Ekstrand
2016-03-03
1
-0
/
+22
*
isl: Don't filter tiling flags if a specific tiling bit is set
Nanley Chery
2016-03-03
1
-5
/
+8
*
isl: Add function to get intratile offsets from x/y offsets
Nanley Chery
2016-03-03
2
-12
/
+43
*
isl: Fix make check
Jason Ekstrand
2016-03-02
1
-0
/
+1
*
isl/surface_state: Fix array spacing on Gen7
Nanley Chery
2016-02-29
1
-0
/
+5
[next]