index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intel
/
isl
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-20
meson: Add tests to suites
Dylan Baker
1
-1
/
+2
2018-11-19
i965: Correct L8_UNORM_SRGB table entry
Gert Wollny
1
-1
/
+1
2018-09-26
intel/isl: Add a unit suffixes to some struct fields and variables
Jason Ekstrand
6
-86
/
+86
2018-08-29
intel/compiler: Use two components for 1D array image sizes
Jason Ekstrand
1
-6
/
+6
2018-08-29
isl: Use the view array length for the image size
Jason Ekstrand
1
-2
/
+5
2018-08-22
intel/isl: Avoid tiling some 16K-wide render targets
Nanley Chery
1
-0
/
+23
2018-08-16
intel: various python cleanups
Eric Engestrom
1
-5
/
+4
2018-08-10
meson: Build with Python 3
Mathieu Bridon
1
-1
/
+1
2018-07-19
intel/isl/gen4: Make depth/stencil buffers Y-Tiled
Nanley Chery
1
-1
/
+8
2018-06-18
meson: fix i965/anv/isl genX static lib names
Eric Engestrom
1
-1
/
+1
2018-06-07
intel/isl: Add bounds-checking assertions for the format_info table
Jason Ekstrand
1
-8
/
+16
2018-06-07
intel/isl: Add bounds-checking assertions in isl_format_get_layout
Jason Ekstrand
2
-12
/
+22
2018-05-18
i965: isl: Move the MCS gen7+ assertion into ISL
Nanley Chery
1
-0
/
+2
2018-05-10
intel/isl/storage: Don't lower most UNORM formats on gen11+
Jason Ekstrand
1
-6
/
+10
2018-05-10
intel/isl: Several UNORM formats support typed writes on gen11+
Jason Ekstrand
1
-13
/
+13
2018-05-09
intel/isl: Allow CCS_E on 1010102 formats
Jason Ekstrand
1
-11
/
+0
2018-05-09
intel/isl: Add format conversion code
Jason Ekstrand
3
-1
/
+222
2018-05-09
intel/isl/format: Get rid of the ALPHA colorspace
Jason Ekstrand
2
-8
/
+8
2018-05-09
intel/isl/format: Add field locations informations to channel_layout
Jason Ekstrand
2
-2
/
+13
2018-05-09
intel/isl/format: Add a column for channel order to the table
Jason Ekstrand
2
-281
/
+282
2018-05-09
intel/isl: Add some helpers for working with RGBX formats
Jason Ekstrand
2
-0
/
+43
2018-05-09
intel/isl: Add a helper for inverting swizzles
Jason Ekstrand
2
-0
/
+32
2018-05-09
intel/isl: Add a helper for composing swizzles
Jason Ekstrand
2
-0
/
+38
2018-05-09
intel/isl: Add an isl_swizzle_supports_rendering helper
Jason Ekstrand
3
-32
/
+71
2018-04-05
intel/isl: Add support to emit clear value address.
Rafael Antognolli
2
-4
/
+23
2018-04-05
intel: Use Clear Color struct size.
Rafael Antognolli
2
-0
/
+10
2018-03-05
intel: Drop SURFACE_FORMAT enum from genxml.
Kenneth Graunke
1
-3
/
+3
2018-03-05
intel/isl: Add isl_format_is_valid
Jordan Justen
2
-0
/
+10
2018-03-05
intel: Split gen_device_info out into libintel_dev
Jordan Justen
5
-5
/
+5
2018-03-02
isl: Silence unused parameter warnings in __gen_combine_address implementations
Ian Romanick
2
-2
/
+6
2018-02-28
isl/i965/fs: SSBO/UBO buffers need size padding if not multiple of 32-bit
Jose Maria Casanova Crespo
1
-1
/
+21
2018-02-21
intel/isl: Improve the documentation on get_default_aux_state
Jason Ekstrand
1
-4
/
+20
2018-02-20
intel/isl: Add an isl_color_value_is_zero helper
Jason Ekstrand
2
-0
/
+23
2018-02-15
intel/isl/icl: Build and use gen11 surface state emit functions
Anuj Phogat
3
-1
/
+7
2018-02-15
intel/isl/icl: Add the maximum surface size limit
Anuj Phogat
1
-1
/
+5
2018-02-14
isl: Don't use surface format R32_FLOAT for typed atomic integer operations
Anuj Phogat
1
-1
/
+8
2018-02-08
intel/isl: Codify AUX operations in an enum
Jason Ekstrand
1
-25
/
+49
2018-01-11
meson: don't use intermediate variables that are immediately discarded
Dylan Baker
1
-4
/
+2
2018-01-11
meson: Use consistent style for tests
Dylan Baker
1
-8
/
+9
2017-12-15
isl: Don't require VALIGN_2 for R32G32B32_FLOAT on Haswell.
Kenneth Graunke
1
-1
/
+3
2017-12-04
intel/isl: Declare private array as static const
Chad Versace
1
-1
/
+1
2017-11-13
meson: Don't build intel shared components by default
Dylan Baker
1
-3
/
+0
2017-10-31
intel/isl: Disable some gen10 CCS_E formats for now
Nanley Chery
1
-0
/
+24
2017-10-19
isl: Fix width check in isl_gen7_choose_msaa_layout.
Kenneth Graunke
1
-1
/
+1
2017-10-12
meson: fix typo in isl
tournier.elie
1
-1
/
+1
2017-10-06
isl: fill out layout descriptions for yuv formats
Lionel Landwerlin
1
-4
/
+4
2017-10-06
isl: check whether a format is rgb if colorspace is yuv
Lionel Landwerlin
1
-0
/
+2
2017-10-06
isl: make format layout channels accessible by index
Lionel Landwerlin
1
-9
/
+12
2017-10-03
intel: Always set Cube Face Enables for all surfaces.
Kenneth Graunke
1
-8
/
+6
2017-10-03
intel: Make Cube Face Enable fields consistent across generations.
Kenneth Graunke
1
-4
/
+0
[next]