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
*
Android: add missing u_math.h include path for libmesa_isl
Rob Herring
2016-06-28
1
-0
/
+2
*
anv,isl: Lower storage image formats in anv
Jason Ekstrand
2016-06-22
1
-7
/
+1
*
isl/state: Allow for full 31-bit buffer texture sizes
Jason Ekstrand
2016-06-22
1
-1
/
+1
*
isl/state: Don't use designated initializers for buffer surface state
Jason Ekstrand
2016-06-22
1
-23
/
+23
*
isl/state: Add assertions for buffer surface restrictions
Jason Ekstrand
2016-06-22
1
-0
/
+11
*
isl/state: Don't set SurfacePitch for gen9 1-D textures
Jason Ekstrand
2016-06-22
1
-0
/
+3
*
isl/state: Use TILEWALK_XMAJOR for linear surfaces on gen7
Jason Ekstrand
2016-06-22
1
-2
/
+2
*
isl/state: Emit no-op mip tail setup on SKL
Jason Ekstrand
2016-06-22
1
-0
/
+8
*
isl/state: Only set cube face enables if usage includes CUBE_BIT
Jason Ekstrand
2016-06-22
1
-7
/
+9
*
isl/state: Use the layout for computing qpitch rather than dimensions
Jason Ekstrand
2016-06-22
1
-19
/
+15
*
isl/state: Set the IntegerSurfaceFormat bit on Haswell
Jason Ekstrand
2016-06-22
1
-0
/
+4
*
isl/format: Mark R9G9B9E5 as containing 9-bit unsigned float channels
Jason Ekstrand
2016-06-22
1
-1
/
+1
*
isl/state: Don't set RenderTargetViewExtent for texture surfaces
Jason Ekstrand
2016-06-22
1
-4
/
+18
*
isl/state: Set SurfaceArray based on the surface dimension
Jason Ekstrand
2016-06-22
1
-1
/
+1
*
isl/state: Don't force-disable L2 bypass for everything
Jason Ekstrand
2016-06-22
1
-5
/
+0
*
isl/state: Refactor the setup of clear colors
Jason Ekstrand
2016-06-22
1
-18
/
+22
*
isl/state: Refactor the per-gen isl_to_gen_h/valign tables
Jason Ekstrand
2016-06-22
1
-6
/
+8
*
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
[next]