| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: Use Clear Color struct size. | Rafael Antognolli | 2018-04-05 | 2 | -0/+10 |
* | intel: Drop SURFACE_FORMAT enum from genxml. | Kenneth Graunke | 2018-03-05 | 1 | -3/+3 |
* | intel/isl: Add isl_format_is_valid | Jordan Justen | 2018-03-05 | 2 | -0/+10 |
* | intel: Split gen_device_info out into libintel_dev | Jordan Justen | 2018-03-05 | 5 | -5/+5 |
* | isl: Silence unused parameter warnings in __gen_combine_address implementations | Ian Romanick | 2018-03-02 | 2 | -2/+6 |
* | isl/i965/fs: SSBO/UBO buffers need size padding if not multiple of 32-bit | Jose Maria Casanova Crespo | 2018-02-28 | 1 | -1/+21 |
* | intel/isl: Improve the documentation on get_default_aux_state | Jason Ekstrand | 2018-02-21 | 1 | -4/+20 |
* | intel/isl: Add an isl_color_value_is_zero helper | Jason Ekstrand | 2018-02-20 | 2 | -0/+23 |
* | intel/isl/icl: Build and use gen11 surface state emit functions | Anuj Phogat | 2018-02-15 | 3 | -1/+7 |
* | intel/isl/icl: Add the maximum surface size limit | Anuj Phogat | 2018-02-15 | 1 | -1/+5 |
* | isl: Don't use surface format R32_FLOAT for typed atomic integer operations | Anuj Phogat | 2018-02-14 | 1 | -1/+8 |
* | intel/isl: Codify AUX operations in an enum | Jason Ekstrand | 2018-02-08 | 1 | -25/+49 |
* | meson: don't use intermediate variables that are immediately discarded | Dylan Baker | 2018-01-11 | 1 | -4/+2 |
* | meson: Use consistent style for tests | Dylan Baker | 2018-01-11 | 1 | -8/+9 |
* | isl: Don't require VALIGN_2 for R32G32B32_FLOAT on Haswell. | Kenneth Graunke | 2017-12-15 | 1 | -1/+3 |
* | intel/isl: Declare private array as static const | Chad Versace | 2017-12-04 | 1 | -1/+1 |
* | meson: Don't build intel shared components by default | Dylan Baker | 2017-11-13 | 1 | -3/+0 |
* | intel/isl: Disable some gen10 CCS_E formats for now | Nanley Chery | 2017-10-31 | 1 | -0/+24 |
* | isl: Fix width check in isl_gen7_choose_msaa_layout. | Kenneth Graunke | 2017-10-19 | 1 | -1/+1 |
* | meson: fix typo in isl | tournier.elie | 2017-10-12 | 1 | -1/+1 |
* | isl: fill out layout descriptions for yuv formats | Lionel Landwerlin | 2017-10-06 | 1 | -4/+4 |
* | isl: check whether a format is rgb if colorspace is yuv | Lionel Landwerlin | 2017-10-06 | 1 | -0/+2 |
* | isl: make format layout channels accessible by index | Lionel Landwerlin | 2017-10-06 | 1 | -9/+12 |
* | intel: Always set Cube Face Enables for all surfaces. | Kenneth Graunke | 2017-10-03 | 1 | -8/+6 |
* | intel: Make Cube Face Enable fields consistent across generations. | Kenneth Graunke | 2017-10-03 | 1 | -4/+0 |
* | meson: Add build Intel "anv" vulkan driver | Dylan Baker | 2017-09-27 | 1 | -0/+105 |
* | intel/isl: Add a drm_modifier_get_default_aux_state helper | Jason Ekstrand | 2017-09-18 | 1 | -0/+20 |
* | intel/isl: Mark functions used conditionally as UNUSED | Matt Turner | 2017-08-29 | 1 | -1/+1 |
* | intel/isl: Explicitly cast between different enums | Matt Turner | 2017-08-29 | 1 | -8/+9 |
* | intel/isl: Remove 'inline' keywords | Matt Turner | 2017-08-29 | 3 | -4/+4 |
* | isl: Add a null surface fill function. | Kenneth Graunke | 2017-08-19 | 4 | -0/+40 |
* | intel/isl: Replace switch statements of doom with a macro | Jason Ekstrand | 2017-08-17 | 1 | -96/+39 |
* | intel/isl: Reduce header file duplication | Jason Ekstrand | 2017-08-17 | 4 | -101/+78 |
* | i965: Pretend that CCS modified images are two planes | Ben Widawsky | 2017-08-14 | 1 | -0/+6 |
* | intel/isl: Add support for I915_FORMAT_MOD_Y_TILED_CCS | Jason Ekstrand | 2017-08-14 | 1 | -0/+7 |
* | isl: Validate row pitch of stencil surfaces. | Kenneth Graunke | 2017-08-10 | 1 | -2/+7 |
* | intel/isl: Don't align the height of the last array slice | Jason Ekstrand | 2017-08-07 | 1 | -1/+2 |
* | intel/isl: Stop padding surfaces | Jason Ekstrand | 2017-08-07 | 1 | -117/+2 |
* | intel/isl: Add some sanity checks for compressed surfaces | Jason Ekstrand | 2017-07-22 | 1 | -0/+18 |
* | intel/isl: Add a helper to get a subimage surface | Jason Ekstrand | 2017-07-22 | 2 | -0/+64 |
* | intel/isl: Add a helper for determining if a color is 0/1 | Jason Ekstrand | 2017-07-22 | 2 | -0/+30 |
* | intel/isl/format: Add an srgb_to_linear helper | Jason Ekstrand | 2017-07-22 | 2 | -1/+53 |
* | intel/isl/format: Dedent the template in gen_format_layout.py | Jason Ekstrand | 2017-07-22 | 1 | -58/+57 |
* | intel/isl: Add an aux state for "partial clear" | Jason Ekstrand | 2017-07-22 | 1 | -35/+53 |
* | intel/isl: Add surface state clear value information | Nanley Chery | 2017-07-22 | 2 | -0/+13 |
* | intel/isl: Tighten up restrictions for CCS on gen7 | Jason Ekstrand | 2017-07-22 | 1 | -7/+23 |
* | intel/isl/gen7: Don't allow multisampled surfaces with valign2 | Topi Pohjolainen | 2017-07-22 | 1 | -19/+23 |
* | intel/isl/gen7: Allow msaa with signed integer formats | Topi Pohjolainen | 2017-07-22 | 1 | -2/+3 |
* | intel/isl/gen7: Allow msaa with 128-bit formats | Topi Pohjolainen | 2017-07-22 | 1 | -4/+7 |
* | intel/isl: Allow 1D surfaces with compressed formats | Topi Pohjolainen | 2017-07-22 | 1 | -1/+1 |