aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common/meta.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use SATURATEAlyssa Rosenzweig2020-05-261-1/+1
* meta: Coalesce the GLSL and FF paths in meta_clearIan Romanick2020-05-141-14/+9
* meta: Use same vertex coordinates for GLSL and FF clearsIan Romanick2020-05-141-12/+8
* meta: Stop frobbing MatrixModeIan Romanick2020-05-141-32/+21
* meta: Remove support for clearing integer buffersIan Romanick2020-05-141-53/+2
* mesa: extend _mesa_bind_vertex_buffer to take ownership of the buffer referenceMarek Olšák2020-04-271-7/+12
* mesa: add offset_is_int32 param into _mesa_bind_vertex_buffer for glthreadMarek Olšák2020-04-271-7/+9
* mesa: remove exec="dynamic" from Draw functions that are not really dynamicMarek Olšák2020-04-271-1/+1
* remove final imports.h and imports.c bitsDylan Baker2020-04-211-3/+2
* mesa|mapi: replace _mesa_[v]snprintf with [v]snprintfDylan Baker2020-04-211-2/+2
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-211-0/+1
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* meta: Add cleanup function for BitmapYevhenii Kolesnikov2020-01-081-0/+17
* meta: Cleanup function for DrawTexYevhenii Kolesnikov2019-12-301-0/+14
* meta: leak of shader program when decompressing tex-imagesSergii Romantsov2019-10-091-0/+1
* meta: leaking of BO with DrawPixelsYevhenii Kolesnikov2019-07-161-0/+2
* meta: memory leak of CopyPixels usageSergii Romantsov2019-07-161-0/+14
* mesa: Replace MaxTextureLevels with MaxTextureSize.Eric Anholt2019-05-131-1/+1
* mesa: Add core support for EXT_multisampled_render_to_texture{,2}Kristian H. Kristensen2018-12-061-1/+1
* mesa: Collect all the draw functions in draw.{h,c}.Mathias Fröhlich2018-11-011-0/+1
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-071-2/+3
* mesa: add storageSamples parameter to renderbuffer functionsMarek Olšák2018-08-041-1/+1
* mesa: Remove flush_vertices argument from VAO methods.Mathias Fröhlich2018-05-171-18/+14
* mesa: Add flush_vertices to _mesa_bind_vertex_buffer.Mathias Fröhlich2018-02-231-7/+9
* mesa: Add flush_vertices to _mesa_{enable,disable}_vertex_array_attrib.Mathias Fröhlich2018-02-231-7/+11
* mesa: Provide an alternative to get_vp_mode()Mathias Fröhlich2018-02-231-0/+2
* mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák2018-02-131-9/+9
* mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák2018-02-041-25/+16
* mesa: change gl_compile_status enums to uppercaseBrian Paul2018-01-261-1/+1
* meta: Don't pollute the texture namespaceIan Romanick2018-01-021-15/+6
* meta: Use _mesa_bind_texture instead of _mesa_BindTextureIan Romanick2018-01-021-3/+3
* meta: Use _mesa_CreateTextures instead of _mesa_GenTexturesIan Romanick2018-01-021-1/+1
* meta: Track temporary textures using gl_texture_object instead of GL API obje...Ian Romanick2018-01-021-13/+30
* meta: Fix ClearTexture with GL_DEPTH_COMPONENT.Kenneth Graunke2017-12-061-9/+14
* meta: Initialize depth/clear values on declaration.Kenneth Graunke2017-12-061-5/+2
* mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexesBrian Paul2017-11-091-1/+1
* meta: Unset the textures_used_by_txf bitfield.Kenneth Graunke2017-10-121-0/+13
* mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák2017-06-221-1/+1
* meta: do the full FBO completeness check in decompress_texture_imageMarek Olšák2017-06-221-0/+5
* meta: Silence unused parameter warningIan Romanick2017-06-201-2/+2
* mesa: create validate_buffer_sub_data() helperTimothy Arceri2017-05-171-8/+4
* mesa: pass rb attachment to _mesa_framebuffer_texture()Timothy Arceri2017-05-111-2/+6
* mesa: tidy up renderbuffer RefCount initialisationTimothy Arceri2017-04-061-2/+0
* mesa: move FLUSH_VERTICES() call to metaTimothy Arceri2017-03-311-7/+10
* mesa/glsl: introduce new gl_compile_status enumTimothy Arceri2017-03-121-1/+1
* mesa: retain gl_shader_programs after glDeleteProgram if they are in useTimothy Arceri2017-02-161-1/+1
* mesa: use gl_program for CurrentProgram rather than gl_shader_programTimothy Arceri2017-01-231-20/+8
* st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri2016-11-191-2/+3
* meta/GetTexSubImage: Account for GL_PACK_SKIP_IMAGES on compressed texturesEduardo Lima Mitev2016-11-151-3/+17
* drivers/meta: Accept GL_TEXTURE_3D as target for tex image decompressionEduardo Lima Mitev2016-10-281-4/+0