| Commit message (Expand) | Author | Age | Files | Lines |
* | genxml: Rename 3DSTATE_SF::Anti-Aliasing Enable | Jason Ekstrand | 2019-08-06 | 1 | -1/+1 |
* | meson: replace libmesa_util with idep_mesautil | Eric Engestrom | 2019-08-03 | 1 | -2/+3 |
* | i965/clear: clear_value better precision | Sergii Romantsov | 2019-08-02 | 1 | -1/+1 |
* | i965: Move device info initialization to common code | Mark Janes | 2019-08-01 | 2 | -114/+6 |
* | i965/perf: verify kernel support before registering OA metrics | Mark Janes | 2019-08-01 | 1 | -0/+44 |
* | nir: Stop whacking gl_FrontFacing to a system value | Jason Ekstrand | 2019-08-01 | 1 | -0/+1 |
* | intel: add a couple of ASSERTED | Eric Engestrom | 2019-07-31 | 2 | -2/+2 |
* | tree-wide: replace MAYBE_UNUSED with ASSERTED | Eric Engestrom | 2019-07-31 | 10 | -12/+12 |
* | i965: drop unused MAYBE_UNUSED function | Eric Engestrom | 2019-07-31 | 1 | -11/+1 |
* | i965: replace MAYBE_UNUSED with GEN condition | Eric Engestrom | 2019-07-31 | 1 | -1/+2 |
* | intel: replace MAYBE_UNUSED with UNUSED | Eric Engestrom | 2019-07-31 | 2 | -6/+6 |
* | intel: drop incorrect MAYBE_UNUSED | Eric Engestrom | 2019-07-31 | 2 | -4/+4 |
* | i965/curbe: Look at SYSTEM_VALUE_FRAG_COORD instead of VARYING_SLOT_POS | Jason Ekstrand | 2019-07-30 | 1 | -1/+1 |
* | i965: Enable EXT_texture_shadow_lod | Sagar Ghuge | 2019-07-30 | 1 | -0/+1 |
* | i965/gen10: Remove unnecessary workaround. | Rafael Antognolli | 2019-07-29 | 1 | -16/+0 |
* | intel: Use a system value for gl_FragCoord | Jason Ekstrand | 2019-07-29 | 2 | -0/+2 |
* | intel: replace large stack buffer with heap allocation | Eric Engestrom | 2019-07-29 | 1 | -4/+5 |
* | i965: Use NIR to lower legacy userclipping. | Kenneth Graunke | 2019-07-24 | 2 | -0/+61 |
* | intel/compiler: Be more conservative about subgroup sizes in GL | Jason Ekstrand | 2019-07-24 | 1 | -0/+2 |
* | i965: free object labels when deleting | Sergii Romantsov | 2019-07-22 | 3 | -0/+3 |
* | spirv_extensions: i965: initialize SPIR-V extensions | Alejandro Piñeiro | 2019-07-17 | 1 | -1/+10 |
* | mesa: Give _mesa_format_get_color_encoding a clearer name. | Eric Anholt | 2019-07-16 | 2 | -3/+3 |
* | mesa: Drop redundant checks for sRGB before sRGB to linear conversion. | Eric Anholt | 2019-07-16 | 1 | -3/+3 |
* | i965: don't use disk cache with SPIR-V shaders | Alejandro Piñeiro | 2019-07-12 | 1 | -2/+16 |
* | compiler: Save a single copy of the softfp64 shader in the context. | Kenneth Graunke | 2019-07-10 | 1 | -6/+4 |
* | intel/compiler: Add a "base class" for program keys | Jason Ekstrand | 2019-07-10 | 11 | -95/+75 |
* | i965/program_cache: Cast the key to char * before adding key_size | Jason Ekstrand | 2019-07-10 | 1 | -1/+1 |
* | i965: disable repacking for compression for applicable gen | Dongwon Kim | 2019-07-08 | 2 | -0/+10 |
* | i965: call to gl_nir_link_uniform_blocks | Alejandro Piñeiro | 2019-06-30 | 1 | -0/+4 |
* | i965: use GLboolean for all brw_link_shader returns | Alejandro Piñeiro | 2019-06-30 | 1 | -3/+3 |
* | i965/icl: Apply WA_1606682166 to compute workloads | Anuj Phogat | 2019-06-28 | 1 | -1/+3 |
* | Revert "i965/icl: Add WA_2204188704 to disable pixel shader panic dispatch" | Anuj Phogat | 2019-06-28 | 2 | -10/+0 |
* | i965/icl: Fix WA_1606682166 | Anuj Phogat | 2019-06-28 | 1 | -2/+1 |
* | meson: set up a proper internal dependency for xmlconfig | Eric Engestrom | 2019-06-27 | 2 | -5/+5 |
* | i965: leaking of upload-BO with push constants | Sergii Romantsov | 2019-06-25 | 1 | -0/+10 |
* | i965: Move resources lowering after NIR linking | Caio Marcelo de Oliveira Filho | 2019-06-24 | 3 | -10/+33 |
* | i965,iris: Move guardband calculations to a common location | Jason Ekstrand | 2019-06-21 | 1 | -92/+2 |
* | meson: Search for execinfo.h | Jory Pratt | 2019-06-19 | 1 | -1/+1 |
* | i965: support UYVY for external import only | Haihao Xiang | 2019-06-14 | 1 | -1/+2 |
* | i965: Fix INTEL_DEBUG=bat | Caio Marcelo de Oliveira Filho | 2019-06-12 | 2 | -23/+9 |
* | u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macros | Nicolai Hähnle | 2019-06-12 | 1 | -2/+2 |
* | i965: Allow signed/unsigned integer conversions in miptree up/download | Kenneth Graunke | 2019-06-05 | 1 | -24/+0 |
* | intel/nir: Take nir_shader*s in brw_nir_link_shaders | Jason Ekstrand | 2019-06-05 | 1 | -2/+2 |
* | intel/nir: Stop returning the shader from helpers | Jason Ekstrand | 2019-06-05 | 1 | -1/+1 |
* | mesa: Prevent classic swrast crash on a surfaceless context v2. | Mathias Fröhlich | 2019-05-28 | 1 | -1/+8 |
* | intel: Move brw_prog_key_set_id from i965 to the compiler. | Kenneth Graunke | 2019-05-21 | 2 | -20/+0 |
* | i965/blorp: Set MOCS for gen11 in blorp_alloc_vertex_buffer | Jordan Justen | 2019-05-14 | 1 | -1/+5 |
* | intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8 | Kenneth Graunke | 2019-05-14 | 2 | -2/+8 |
* | i965: Pass compiler to default key populators | Kenneth Graunke | 2019-05-14 | 13 | -27/+37 |
* | i965/miptree: Refactor intel_miptree_supports_ccs_e() | Nanley Chery | 2019-05-14 | 1 | -10/+5 |