aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* program: Use u_bit_scan64 in prog_to_nir.Kenneth Graunke2019-02-051-7/+6
* st/mesa: Add NIR versions of the PBO upload/download shaders.Kenneth Graunke2019-02-051-2/+188
* st/mesa: Add a NIR version of the OES_draw_texture built-in shaders.Kenneth Graunke2019-02-051-7/+62
* st/mesa: Add NIR versions of the clear shaders.Kenneth Graunke2019-02-051-13/+67
* st/mesa: Add NIR versions of the drawpixels Z/stencil fragment shaders.Kenneth Graunke2019-02-051-21/+119
* st/mesa: Add a NIR version of the drawpixels/bitmap VS copy shader.Kenneth Graunke2019-02-051-8/+29
* st/nir: Make new helpers for constructing built-in NIR shaders.Kenneth Graunke2019-02-054-0/+155
* st/nir: Move varying setup code to a helper function.Kenneth Graunke2019-02-052-20/+29
* mesa: release references to image textures when a context is destroyedGert Wollny2019-02-053-0/+15
* i965: skip bit6 swizzle detection in Gen8+Caio Marcelo de Oliveira Filho2019-02-041-0/+14
* st/mesa: Set pipe_image_view::shader_access in PBO readpixels.Kenneth Graunke2019-02-041-0/+1
* st/mesa: expose EXT_texture_compression_s3tc_srgbGurchetan Singh2019-02-011-0/+6
* i965: Set flag for EXT_texture_compression_s3tc_srgbGurchetan Singh2019-02-011-0/+1
* mesa/main: Expose EXT_texture_compression_s3tc_srgbGurchetan Singh2019-02-013-1/+4
* st/glsl_to_nir: remove dead local variablesTimothy Arceri2019-02-011-0/+3
* st/mesa: Fix topogun-1.06-orc-84k-resize.trace crashNeha Bhende2019-01-311-0/+4
* android,autotools,i965: Fix location of float64_glsl.hDylan Baker2019-01-312-1/+3
* mesa: Skip partial InvalidateFramebuffer of packed depth/stencil.Eric Anholt2019-01-311-0/+23
* mesa/core: Enable EXT_texture_sRGB_R8 also for desktop GLGert Wollny2019-01-302-1/+2
* mesa: expose NV_conditional_render on GLESErik Faye-Lund2019-01-302-1/+5
* mesa/st: wire up DiscardFramebufferJonathan Marek2019-01-291-0/+25
* mesa: wire up InvalidateFramebufferRob Clark2019-01-292-7/+66
* intel/defines: Explicitly cast to uint32_t in SET_FIELD and SET_BITSJason Ekstrand2019-01-291-1/+1
* mesa/main: Expose EXT_sRGB_write_controlGert Wollny2019-01-283-5/+4
* mesa/main/version: Lower the requirements for GLES 3.0Gert Wollny2019-01-281-2/+2
* mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possibleGert Wollny2019-01-285-5/+5
* mesa/st: rework support for sRGB framebuffer attachementsGert Wollny2019-01-284-18/+31
* i965: Set flag for EXT_sRGBGert Wollny2019-01-281-0/+1
* mesa:main: Add flag for EXT_sRGB to gl_extensionsGert Wollny2019-01-281-0/+1
* i965: Always compile fp64 funcs when neededMatt Turner2019-01-261-1/+2
* Revert "mesa/main: remove ARB suffix from glGetnTexImage"Emil Velikov2019-01-242-5/+5
* mesa: correctly use os.path.join in our python scriptsEmil Velikov2019-01-241-4/+3
* st/mesa: fix PRIMITIVES_GENERATED query after the "pipeline stat single" changesMarek Olšák2019-01-231-1/+2
* st/mesa: purge framebuffers when unbinding a contextMarek Olšák2019-01-231-0/+5
* gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTSCaio Marcelo de Oliveira Filho2019-01-231-0/+2
* mesa: add MESA_SHADER_KERNELKarol Herbst2019-01-211-0/+4
* nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_ubo to nir_var_mem_uboKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-192-2/+2
* nir: rename nir_var_private to nir_var_shader_tempKarol Herbst2019-01-191-1/+1
* glsl: don't skip GLSL IR opts on first-time compilesTimothy Arceri2019-01-191-2/+1
* st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke2019-01-155-2/+67
* gallium: Add the ability to query a single pipeline statistics counterKenneth Graunke2019-01-154-2/+45
* st/mesa: Rearrange PIPE_QUERY_PIPELINE_STATISTICS result fetching.Kenneth Graunke2019-01-151-43/+45
* st/mesa: Make an enum for pipeline statistics query result indices.Kenneth Graunke2019-01-151-11/+11
* i965: Drop mark_surface_used mechanism.Kenneth Graunke2019-01-133-5/+7
* st/nir: Lower TES gl_PatchVerticesIn to a constant if linked with a TCS.Kenneth Graunke2019-01-111-0/+23
* blorp: Pass the batch to lookup/upload_shader instead of contextKenneth Graunke2019-01-101-4/+4
* blorp: Add blorp_get_surface_address to the driver interface.Kenneth Graunke2019-01-101-0/+8
* i965: Compile fp64 funcs only if we do not have 64-bit hardware supportMatt Turner2019-01-101-1/+1