| Commit message (Expand) | Author | Age | Files | Lines |
* | st/nir: count num_uniforms for FS bultin shader | Caio Marcelo de Oliveira Filho | 2019-02-27 | 1 | -0/+2 |
* | glsl: fix shader cache for packed param list | Timothy Arceri | 2019-02-28 | 2 | -0/+7 |
* | i965: Fix allow_higher_compat_version workaround limited by OpenGL 3.0 | Yevhenii Kolesnikov | 2019-02-28 | 1 | -6/+12 |
* | mesa: fix display list corner case assertion | Brian Paul | 2019-02-26 | 1 | -0/+2 |
* | st/mesa: whitespace/formatting fixes in st_cb_texture.c | Brian Paul | 2019-02-26 | 1 | -32/+58 |
* | i965: fixed clamping in set_scissor_bits when the y is flipped | Eleni Maria Stea | 2019-02-26 | 1 | -1/+1 |
* | i965: Add support for sampling from XYUV images | Kasireddy, Vivek | 2019-02-26 | 2 | -0/+9 |
* | nir: use nir_variable_create instead of open-coding the logic | Tapani Pälli | 2019-02-26 | 1 | -6/+4 |
* | st/mesa: Reduce array updates due to current changes. | Mathias Fröhlich | 2019-02-26 | 2 | -1/+10 |
* | dri: meson: do not prefix user provided dri-drivers-path | Sergii Romantsov | 2019-02-25 | 1 | -1/+1 |
* | mesa/core: Enable EXT_depth_clamp for GLES >= 2.0 | Gert Wollny | 2019-02-25 | 2 | -4/+5 |
* | mesa: Fix RGBBuffers for renderbuffers with sized internal formats | Kenneth Graunke | 2019-02-25 | 1 | -1/+4 |
* | st/mesa: remove unused header-file | Erik Faye-Lund | 2019-02-24 | 3 | -43/+0 |
* | nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs | Alejandro Piñeiro | 2019-02-21 | 7 | -32/+9 |
* | st/mesa: always unmap the uploader in st_atom_array.c | Marek Olšák | 2019-02-20 | 1 | -8/+6 |
* | i965: re-emit index buffer state on a reset option change. | Andrii Simiklit | 2019-02-20 | 3 | -1/+13 |
* | st/nir: use NIR for asm programs | Timothy Arceri | 2019-02-19 | 2 | -1/+61 |
* | st/mesa: Copy VP TGSI tokens if they exist, even for NIR shaders. | Kenneth Graunke | 2019-02-19 | 1 | -2/+8 |
* | mesa: Align doubles to a 64-bit starting boundary, even if packing. | Kenneth Graunke | 2019-02-19 | 1 | -2/+6 |
* | compiler: Make is_64bit(GL_*) helper more broadly available | Kenneth Graunke | 2019-02-19 | 1 | -0/+31 |
* | i965: always enable EXT_float_blend | Ilia Mirkin | 2019-02-18 | 1 | -0/+1 |
* | st/mesa: enable GL_EXT_float_blend when possible | Ilia Mirkin | 2019-02-18 | 1 | -0/+10 |
* | mesa: add explicit enable for EXT_float_blend, and error condition | Ilia Mirkin | 2019-02-18 | 4 | -1/+26 |
* | i965: scale factor changes should trigger recompile | Lionel Landwerlin | 2019-02-18 | 2 | -1/+16 |
* | mesa: return NULL if we exceed MaxColorAttachments in get_fb_attachment | Tapani Pälli | 2019-02-18 | 1 | -2/+6 |
* | i965: Assert the execobject handles match for this device | Chris Wilson | 2019-02-16 | 1 | -0/+2 |
* | i965: Removed the field etc_format from the struct intel_mipmap_tree | Eleni Maria Stea | 2019-02-15 | 3 | -18/+1 |
* | i965: Enabled the OES_copy_image extension on Gen 7 GPUs | Eleni Maria Stea | 2019-02-15 | 1 | -4/+12 |
* | i965: Fixed the CopyImageSubData for ETC2 on Gen < 8 | Eleni Maria Stea | 2019-02-15 | 3 | -18/+6 |
* | i965: Faking the ETC2 compression on Gen < 8 GPUs using two miptrees. | Eleni Maria Stea | 2019-02-15 | 3 | -69/+134 |
* | i965: Rename intel_mipmap_tree::r8stencil_* -> ::shadow_* | Nanley Chery | 2019-02-15 | 3 | -19/+19 |
* | mesa: INVALID_VALUE for wrong type or format in Clear*Buffer*Data | Andres Gomez | 2019-02-15 | 1 | -4/+6 |
* | drirc/i965: add option to disable 565 configs and visuals | Tapani Pälli | 2019-02-15 | 1 | -0/+13 |
* | drm-uapi: use local files, not system libdrm | Eric Engestrom | 2019-02-14 | 17 | -20/+20 |
* | mesa: Advertise EXT_float_blend in ES 3.0+ contexts. | Kenneth Graunke | 2019-02-12 | 1 | -0/+1 |
* | i965: add P0x formats and propagate required scaling factors | Tapani Pälli | 2019-02-12 | 3 | -0/+17 |
* | intel/compiler: add scale_factors to sampler_prog_key_data | Tapani Pälli | 2019-02-12 | 1 | -0/+1 |
* | i965: Use info->textures_used instead of prog->SamplersUsed. | Kenneth Graunke | 2019-02-11 | 2 | -7/+7 |
* | i965: Drop unnecessary 'and' with prog->SamplerUnits | Kenneth Graunke | 2019-02-11 | 1 | -1/+1 |
* | nir: Gather texture bitmasks in gl_nir_lower_samplers_as_deref. | Kenneth Graunke | 2019-02-11 | 4 | -4/+13 |
* | program: Make prog_to_nir create texture/sampler derefs. | Kenneth Graunke | 2019-02-11 | 1 | -5/+16 |
* | st/nir: Use sampler derefs in built-in shaders. | Kenneth Graunke | 2019-02-11 | 2 | -8/+24 |
* | st/nir: Lower sampler derefs for builtin shaders. | Kenneth Graunke | 2019-02-11 | 1 | -0/+2 |
* | st/nir: Pull sampler lowering into a helper function. | Kenneth Graunke | 2019-02-11 | 2 | -4/+14 |
* | i965: Call nir_lower_samplers for ARB programs. | Kenneth Graunke | 2019-02-11 | 1 | -0/+2 |
* | st/mesa: Limit GL_MAX_[NATIVE_]PROGRAM_PARAMETERS_ARB to 2048 | Kenneth Graunke | 2019-02-11 | 1 | -1/+6 |
* | i965: consider a 'base level' when calculating width0, height0, depth0 | Andrii Simiklit | 2019-02-07 | 1 | -1/+25 |
* | st/glsl_to_nir: call nir_remove_dead_variables() after lowing local indirects | Timothy Arceri | 2019-02-08 | 1 | -0/+7 |
* | util: move BITFIELD macros to util/macros.h | Timothy Arceri | 2019-02-08 | 1 | -24/+0 |
* | st/mesa: require RGBA2, RGB4, and RGBA4 to be renderable | Karol Herbst | 2019-02-07 | 1 | -0/+2 |